There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

WanakaTree , in *Angry programmers noise getting louder and louder*

Yeah everyone knows HTML is an STD

mox , in *Angry programmers noise getting louder and louder*

Counterpoint: A declarative language made and used to program a browser is still a programming language, regardless of its name, heritage, or differences from imperative languages.

Even wikipedia hints at this with a hello world program.

silasmariner ,

Hypertext markup Language. Yeah this sorta reminds me of why I stopped following r/ProgrammerHumour on the old site - too many cheap potshots at Perl, PHP and HTML, as if they weren’t fantastic tools that powered the creation of the internet we have today. Kids, man, SMH

amanaftermidnight ,

Markup language ≠ programming language.
Markups produce layout, not code.
Typesetting (the Gutenberg way) produce books, not run the looms.

silasmariner ,

Well l take your point, but here I took ‘programming language’ in the colloquial sense to mean ‘language used for programming’ whereas you seem to have read it as ‘turing-complete language’; neither is fully justifiable since there’s ambiguity, but given that it’s a crossword I think that’s fine and all part of the game.

tatterdemalion ,
@tatterdemalion@programming.dev avatar

Define “program”

Shareni ,

Can it manipulate data, does it have logic? Those are the only factors, it doesn’t even need to be Turing complete.

You can write a composition and play it through the browser, but that doesn’t mean your notes are a programming language.

xmunk , in *Angry programmers noise getting louder and louder*

Yea, HTML isn’t the web programming language… XHTML is.

LinearArray , in Beginner developer moment
@LinearArray@programming.dev avatar

It’s okay, it happens

xmunk , in Ahh...yes...new "code-free" framework

Uh… calling .exe cross platform is a choice.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

Cross platform! You know, accessible across all our platforms

CCF_100 ,

Universal Windows Platform apps: sweats nervously

julianh ,

wine

Damage ,

Well, .exes run on at least two major operating systems!

Valmond ,

Windoze 10 and 11?

WhiskyTangoFoxtrot ,

Provided you’ve managed to configure your AUTOEXEC.BAT and CONFIG.SYS in such a way that you have enough base memory available to run it.

OpenStars , in Ahh...yes...new "code-free" framework
@OpenStars@startrek.website avatar

Replaces the older .com format, also compatible with the .bat and .lnk wrappers too.

stevedidwhat_infosec , in Ahh...yes...new "code-free" framework

I’m sorry what?

autokludge ,
@autokludge@programming.dev avatar

For those not in the loop: programming.dev/post/10307658

I am new to GitHub and I have lots to say

I DONT GIVE A FUCK ABOUT THE FUCKING CODE! i just want to download this stupid fucking application and use it github.com/sherlock-project/sherlock#installation

WHY IS THERE CODE??? MAKE A FUCKING .EXE FILE AND GIVE IT TO ME. these dumbfucks think that everyone is a developer and understands code. well i am not and i don’t understand it. I only know to download and install applications. SO WHY THE FUCK IS THERE CODE? make an EXE file and give it to me. STUPID FUCKING SMELLY NERDS

stevedidwhat_infosec ,

Heheheheheheh this is pretty funny then

MadMadBunny ,

Damn you got me, had already forgot about that

PhlubbaDubba , in Rust coin

It’s mining for more crates to convince you to put in your config

LostXOR , in Long trek home

No compiler optimizations? How unfortunate.

aBundleOfFerrets ,

Such is the world of bash

Hack3900 ,

Optimization: just say “I’m done” instantly until they add a print

einlander , in Ahh...yes...new "code-free" framework
LinearArray ,
@LinearArray@programming.dev avatar

Lmao 😂

anton , (edited )

Neat idea but it needs the ape loader to be installed.

einlander ,

It comes with the launcher embedded.

Now you may be asking, what happens if the APE loader isn’t installed on my system? In that case, it’ll try to dd the 4kb copy of the APE loader that’s embedded within the host executable, out to the safest folder that’s guaranteed to work, namely ${TMPDIR:-${HOME:-.}}/.ape. If your operating system defines the POSIX-specified $TMPDIR variable, then the ape loader will become $TMPDIR/.ape. Otherwise if $HOME is defined, it’s dropped in in $HOME/.ape. Then, if neither is defined, ./.ape is created in the current directory

anton ,

Thanks, I missed it.

YIj54yALOJxEsY20eU , in Long trek home

This is lovely and I am a huge fan of your artwork! Keep them coming.

pmjv OP ,
@pmjv@lemmy.sdf.org avatar

thank you! I’m always grateful hearing this.

magic_lobster_party , in Rust coin

It’s finding posts online and try to convince people to rewrite their projects in Rust.

Redkey , in And don't forget RTFM

“If you wish to be a writer, write.”

Epictetus delivered this burn over 1900 years ago.

VirtualOdour ,

Yeah but I feel like there’s a million books been written since that time which point out how vapid this quote is. To write one must know what you want to say and how to convey it, do you really think it’s better to just dive into a task unprepared and muddle through rather than learn first the structure and ideals behind such work?

Kratzkopf ,

I would say both. You need to learn by trying things out, making your own mistakes and finding a style. Then you get input from the outside world on why some peculiar structure make sense or just giving helpful tips. Then you try out more, apply those tips and see what works for you. But you can read as much helpful input as you want, it won’t be any good without you trying to apply it and practice.

Ookami38 ,

At the end of the day, both are required. You need to study to be effective at what you’re doing, but at the end of the day the only way words get on paper is writing. You’ll also get more out of learning these structures and ideals trying to apply them after you have a bit of time just floundering, getting a feel for the actual task.

zarkanian ,
@zarkanian@sh.itjust.works avatar

Is that actually a burn? It depends on the context.

It’s the same thing whenever I hear somebody say “I wish I could draw like that.” You probably can, but it would take hundreds of hours of practice. Of course, people wish that there was some shortcut, so that they could get the skill without all the work.

orphiebaby ,

Yeah, came here to compare. Both are wrong. If you wish to be a writer, write. If you wish to be a good writer, learn something. Same with programming, except programming requires something to function so it’s even worse in that regard.

Serinus , in And don't forget RTFM

Pick a language. Keep it simple. Make something.

Bonus points if it’s something very simple that you’ll use.

Tic tac toe. Fizzbuzz. A score pad for a game. Something that can theoretically be done in an hour (if you were an expert).

Hupf ,
Deceptichum , in And don't forget RTFM
@Deceptichum@sh.itjust.works avatar

I’m clicking my mouse as fast as I can but nothing is happening.

How many clicks until my awesome app is finished?

dwraf_of_ignorance ,
@dwraf_of_ignorance@programming.dev avatar

There lies your problem, ditch mouse use vim(neovim if want to impress the ladies).

Deceptichum ,
@Deceptichum@sh.itjust.works avatar

vims that thing were you type emoticons everywhere right? :q :w :e

It’s 2024 we only use emojis now 😎

Hazzia ,

Hmmmm I think for that you’re gonna want to use emacs

autokludge ,
@autokludge@programming.dev avatar

Careful with that, occasionally you can develop some pretty nasty emacs hand

https://programming.dev/pictrs/image/46e21468-dc42-4e54-a41e-66aa94a5fef5.png

Hupf ,

:u :w :u

agent_flounder ,
@agent_flounder@lemmy.world avatar

Emacs for coding. Fight me.

dwraf_of_ignorance ,
@dwraf_of_ignorance@programming.dev avatar

I agree Emacs is agreat OS, but sadly it doesn’t have any good text editor.

mexicancartel ,

It does(evil)

FlorianSimon ,

I find myself in a state of uncertainty regarding the particular group of ladies to which you are making reference within the confines of our conversation.

Kissaki ,

Have you tried clicking on rhythm? Have you tried different rhythms?

T156 ,

The mistake is clicking it, and not speaking to it. Try “hello computer”.

perviouslyiner ,
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines