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.

lemmyseizethemeans , in Read only friday

Really tho push to prod Friday that’s a fukkin great idea

itsathursday , in If C++ wore pants

This is so stupid it’s great

lud , in I meant to type "npm run dev"... What will happen now?

The NPM gods will smite you for using CMD instead of PowerShell.

activ8r , in I meant to type "npm run dev"... What will happen now?

Hope you didn’t have the repository URL in your package.json… otherwise it’ll be gone now.

hakunawazo , (edited ) in Always try sudo
starman , in Mcafee accidentally made users call the devs of SQLite and complain.
@starman@programming.dev avatar

There’s a solution for this McAfee problem:

m.youtube.com/watch?v=bKgf5PaBzyg

brian , in Surely "1337" is the same as 1337, right?

json doesn’t have ints, it has Numbers, which are ieee754 floats. if you want to precisely store the full range of a 64 bit int (anything larger than 2^53 -1) then string is indeed the correct type

bleistift2 ,

Let me show you what Ethan has to say about this: feddit.org/post/319546/174361

bleistift2 OP ,

json doesn’t have ints, it has Numbers, which are ieee754 floats.

No. numbers in JSON have arbitrary precision. The standard only specifies that implementations may impose restrictions on the allowed values.

This specification allows implementations to set limits on the range and precision of numbers accepted. Since software that implements IEEE 754 binary64 (double precision) numbers [IEEE754] is generally available and widely used, good interoperability can be achieved by implementations that expect no more precision or range than these provide, in the sense that implementations will approximate JSON numbers within the expected precision. A JSON number such as 1E400 or 3.141592653589793238462643383279 may indicate potential interoperability problems, since it suggests that the software that created it expects receiving software to have greater capabilities for numeric magnitude and precision than is widely available.

www.rfc-editor.org/rfc/rfc8259.html#section-6

Draegur , in Please stop

This makes Debian look kinda good actually…

chicken , in Surely "1337" is the same as 1337, right?

Explicit types are just laziness, you should be catching exceptions anyways.

fapforce5 ,

I do. I return an error.

shadowbroker , in Derisking a project 1 year out

I can’t pinpoint the exact problem, but corporate agile destroyed software development for me. I completely lost the fun developing software as an employee. I had the most fun on my first project, which was a waterfall one.

PeriodicallyPedantic ,

The problem is that people realized that they could sell agile training to middle management if they changed it to be about making middle managers feel empowered and giving progress visibility to upper management.

Anticorp ,

Agile has some good principles, but too often projects are delayed to support the process, when the process exists to support the projects. When a team is more focused on stand-ups and burn down charts than they are on shipping software, then they’re no longer agile. Unfortunately that is what happens to a lot of teams that decide to use Agile.

DeltaWingDragon , in The only correct way to indent
@DeltaWingDragon@sh.itjust.works avatar

`Null

darklamer , in How big is your desk?
@darklamer@lemmy.dbzer0.com avatar

Would it be possible to work around this by using virtual desktops? 🤔

OsaErisXero ,

Technically yes, but the thermal load of putting all those computers inside the other computers is generally prohibitive, and image quality once you get 3 monitors deep in the tool chain is poor enough you have to start making the text bigger.

Lysergid , in JavaScript

How about SQL in PostgreSql query: select array_length(Array[]::text[], 1)Output: null

Dont get me wrong JS is still awful

TechNerdWizard42 , in Old timers know

You will pry ftp from my cold dead hands.

JackbyDev ,

Can you use sftp instead? Pwease? 🥺

TechNerdWizard42 ,

Who can afford the performance hit?

My production server running Win XP Home has to have the firewall off just to make all the super secret company internal networks work. SFTP would cripple us!

/s, except about the performance hit being stupidly unacceptable in 2024.

umbraroze , in Old timers know

There’s still a few sites I deploy changes to using ssh+rsync. …which is made considerably easier by the fact that it’s just a static website generated with Jekyll.

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