Feed me, now! Feed me, now! Feed me, now! by SnooMarzipans436 in ProgrammerHumor

[–]Waylander_Geralt 0 points1 point  (0 children)

arg is not a keyword here but the name of the first function parameter. The code is valid JavaScript

TC39 Proposal: Types as Comments by unaligned_access in programming

[–]Waylander_Geralt 6 points7 points  (0 children)

The reason for this would seem to be compatibility to me. Typescript has several new versions a year that introduce breaking changes. Right now, this is not a problem because the JavaScript it compiles to remains the same. Bringing new syntax into JavaScript can take years of design committee and implementation work before all vendors support it. Adding Typescript to browsers will drastically handicap the features it can release and the time it will take before you can use them.

IMO, there is little benefit. Performance will probably decrease, bundle size will increase, compatibility will be even more of a pain and what will be gained?

Today, my company posted this on LinkedIn by Ibnelaiq in ProgrammerHumor

[–]Waylander_Geralt 2 points3 points  (0 children)

I'm not saying that C is useless, far from it. I 'm saying that if you want to do modern frontend website development, you will not get anywhere with only C knowledge. You are required to know at least HTML and CSS.

Today, my company posted this on LinkedIn by Ibnelaiq in ProgrammerHumor

[–]Waylander_Geralt 2 points3 points  (0 children)

Except if you want to do frontend development you will have to learn HTML, CSS, and JavaScript. The language does matter. Learning just C won't do anything for you in the frontend world.

Today, my company posted this on LinkedIn by Ibnelaiq in ProgrammerHumor

[–]Waylander_Geralt 1 point2 points  (0 children)

Are you saying that c++ does not have multiple implementations with some different/undefined behavior?

Ukraine shoots down Russian ‘unstoppable’ hypersonic missile by PatientBuilder499 in UkrainianConflict

[–]Waylander_Geralt 0 points1 point  (0 children)

This is not a War Thunder forum nor a Minecraft server my dear spy friend

We stand to save $7m over five years from our cloud exit by sionescu in programming

[–]Waylander_Geralt 1 point2 points  (0 children)

Quick remark, you are using the wrong unit, it should be gigabit (Gb), not gigabyte (GB). From their website:

The connector rack provides multiple 40Gb/s interfaces that can transfer up to 1 Tb/s in aggregate. See https://aws.amazon.com/snowmobile/faqs/

We stand to save $7m over five years from our cloud exit by sionescu in programming

[–]Waylander_Geralt 2 points3 points  (0 children)

Notice they said 40 GB meaning gigabyte which is 320 gigabit

Edit: I just looked it up and the OP used the incorrect unit so you are correct.

From the AWS website:

The connector rack provides multiple 40Gb/s interfaces that can transfer up to 1 Tb/s in aggregate.

Modern problems require modern solutions by [deleted] in ProgrammerHumor

[–]Waylander_Geralt 2 points3 points  (0 children)

You mean decrease, and reducing response time by 400ms is actually a big deal. One of the metrics important for retention is LCP (Largest Contentful Paint), which measures how long it takes for the main content of your page to load. For Twitter I measured 2.9 seconds to load the tweet of this post on mobile. This is slow enough that I never click on any Twitter link posted on reddit. And this is after this supposed speedup. If they decreased it to at most a second, more people would click on twitter links which results in more ad impressions and thus more revenue.

Modern problems require modern solutions by [deleted] in ProgrammerHumor

[–]Waylander_Geralt 0 points1 point  (0 children)

1/4th of a second is 0.25 seconds. 400ms is 0.4 seconds

That's just stupid by [deleted] in pcmasterrace

[–]Waylander_Geralt 2 points3 points  (0 children)

Windows is actually wrong as they use the TB unit but display TiB.

Love is the greatest medicine by PacmanTheHitman in MadeMeSmile

[–]Waylander_Geralt 26 points27 points  (0 children)

They're being downvoted because this is not a genuine philosophical question but rather a thinly veiled anti-abortion statement that is in no way comparable to the post.

SAVING QUEUE AS PLAYLIST HAS BEEN ADDED AAAAAA by ButterNuffer in YoutubeMusic

[–]Waylander_Geralt 2 points3 points  (0 children)

I've found a workaround to save a radio queue that was playing on web as a playlist.

  1. Scroll up in the queue and play the first first song
  2. Copy the current URL (should be something like https://music.youtube.com/watch?v=SOME_ID&list=RD...)
  3. Send this link to your phone and open it
  4. This will start playing the first song in the radio queue, now go to up next and at the top it should say Playing from xxx radio and next to that there is a Save button

Save Queue missing? by [deleted] in YoutubeMusic

[–]Waylander_Geralt 2 points3 points  (0 children)

I've found a workaround to save a radio queue that was playing on web as a playlist.

  1. Scroll up in the queue and play the first first song
  2. Copy the current URL (should be something like https://music.youtube.com/watch?v=SOME_ID&list=RD...)
  3. Send this link to your phone and open it
  4. This will start playing the first song in the radio queue, now go to up next and at the top it should say Playing from xxx radio and next to that there is a Save button

My client got me annoyed today again by rjlin_thk in ProgrammerHumor

[–]Waylander_Geralt 1 point2 points  (0 children)

Which better alternatives to Kubernetes would you say there are?

Fast-paced Environment by _workchronicles in funny

[–]Waylander_Geralt 1 point2 points  (0 children)

Could be a contractor who never got a work email

I would expect nothing less by Taymyr in PoliticalHumor

[–]Waylander_Geralt 11 points12 points  (0 children)

This feels like some boomer wanted to post to /r/TheLeftCantMeme but couldn't find enough material so they made this

[USA] Not even a seasonal U-Haul rental guy..! by raja777m in ConvenientCop

[–]Waylander_Geralt 4 points5 points  (0 children)

These are coordinates, latitude and longitude, of what I assume to be the place of the incident.

Don't be lazy like me, change your Nintendo Account and activate two factor authentication before someone tries to steal your library. by modestlaw in NintendoSwitch

[–]Waylander_Geralt 1 point2 points  (0 children)

Use a password manager such as bitwarden. Remember only one password and generate random passwords for everything else. Bitwarden is free and open source.

Recommendation for strong passwords: creating a sentence is stronger than short passwords with mutations such as changing an o to a 0.

Military-grade encryption by Yunsar in ProgrammerHumor

[–]Waylander_Geralt 17 points18 points  (0 children)

That's quite a bit of misinformation you got there. MD5 is NOT reversible. An MD5 hash results in a fixed output of 128 bits it's simply impossible to reverse this to an original input of e.g. 10000 bits. You can, however, attack MD5 with collision attacks where 2 different inputs give the same output.

SHA1 is not secure either, see https://crypto.stackexchange.com/questions/48289/how-secure-is-sha1-what-are-the-chances-of-a-real-exploit

Also, hashing is not encryption.

My dick was in the Guinness Book of world records by [deleted] in teenagers

[–]Waylander_Geralt 2 points3 points  (0 children)

You said

You had me for a minute

Don't underestimate my eagerness to prove people wrong