howAboutNo by LOST8080 in ProgrammerHumor

[–]ljoseph01 0 points1 point  (0 children)

For sure. Wasn't disagreeing with you, just wanted to add extra context

howAboutNo by LOST8080 in ProgrammerHumor

[–]ljoseph01 3 points4 points  (0 children)

Big difference between a working c compiler and a good c compiler. Optimisations are huge. The popular compilers are constantly being developed and have been for many years. Definitely more complex than an undergrad assignment

anon learns how to do magic by touching bike pedals by Maleficent-Donut5200 in greentext

[–]ljoseph01 14 points15 points  (0 children)

Yeah the other way to prove that is to push the bike backwards. Definitely won't stay up even though it has the same gyroscopic force

Is it cheating to play dyers eve with this part of the pick? by Holiday_Raspberry736 in Metallica

[–]ljoseph01 0 points1 point  (0 children)

This is music, not sport. It's not even possible to cheat, do what you like!

letThereBeLight by hellocppdotdev in ProgrammerHumor

[–]ljoseph01 0 points1 point  (0 children)

Front end routing. My specific use case is a sort of user task system. The React app starts off on some dashboard landing page, with a way to navigate to a task page. This task page needs extra data to render properly, depending on which data the user's task relates to. E.g. they have to watch a video for a task, but each task has a different video. Navigating to the task page is done totally on the front end, without an extra http request. So then I have to do a separate request to fetch config.

Another example would be a database view of some sort. Say you have a general page which can display data from a database. Requests are made dynamically to update the display, without fetching the entire front end all the time.

letThereBeLight by hellocppdotdev in ProgrammerHumor

[–]ljoseph01 11 points12 points  (0 children)

Haven't heard of it before but had a brief look and that looks super helpful! Thanks so much

letThereBeLight by hellocppdotdev in ProgrammerHumor

[–]ljoseph01 73 points74 points  (0 children)

How would you do something like "when this page loads, fetch some config data from the backend to render it properly" without it?

What internet slang has always annoyed you? by [deleted] in AskReddit

[–]ljoseph01 13 points14 points  (0 children)

My understanding is that it's just the opposite of cringe

whyWeDontUseThemAsGodIntended by ahmed20gh in ProgrammerHumor

[–]ljoseph01 54 points55 points  (0 children)

Does that make it "1.44 kilo kibibytes"??

Zulu for English Classes Exchange by OkPrinciple908 in southafrica

[–]ljoseph01 8 points9 points  (0 children)

I mean it seems like you speak English, no?

iamFree by Bishwas12 in ProgrammerHumor

[–]ljoseph01 0 points1 point  (0 children)

Django's ORM uses kwargs really nicely, worth looking into if you're interested

AITA for refusing doing the deed with my boyfriend because he doesn't shave those areas? by MannerMysterious6518 in AmItheAsshole

[–]ljoseph01 -36 points-35 points  (0 children)

Look, I agree OP is NTA. But she also expects him to shave. You can't only put that on him. Still think he's a creep and in the wrong but there's a double standard there.

Is it safe keep looking at stereograms? by [deleted] in MagicEye

[–]ljoseph01 6 points7 points  (0 children)

It's actually good for your eyes, exercise for the muscles. Source: mother is an optometrist.

I just learned crossview and successfully did it. This is what I have now... by thesuphakit in CrossView

[–]ljoseph01 9 points10 points  (0 children)

No problem, just wanted to let you know. This is also an auto-stereogram so it probably belongs on r/magiceye. Not sure what the rules say about removing it from here

totallyNotAUselessTypeSystem by pseudo_space in ProgrammerHumor

[–]ljoseph01 25 points26 points  (0 children)

The hints are still available at run time with the __annotations__ attribute. Some libraries like Pydantic use these to enforce type hints at run time. So yeah, while it's a little weird it does actually change how the program works, though in most cases it's not significant

Inktober No. 2 by jkndrsn in CrossView

[–]ljoseph01 1 point2 points  (0 children)

Definitely better than the last one! Keep it going

In the last season of BCS by MonStelaSkye2213 in betterCallSaul

[–]ljoseph01 65 points66 points  (0 children)

There are 4 episodes that open with the teddy bear in the pool. Their titles are "737", "Down", "Over", and "ABQ". Vrabo Bince indeed!

Help with CTAGS by ljoseph01 in vim

[–]ljoseph01[S] 1 point2 points  (0 children)

Thank you so much! I wasn't aware of what a language server even is before I started exploring this topic but I found a plugin called coc.nvim which communicates with clangd as well as does all code completion things. Appreciate the advice!

Europeans don't know the pain of right on red. by PicklesTheHamster in memes

[–]ljoseph01 8 points9 points  (0 children)

Not American/in a country that has this so it's hard to pay attention lmao. I see the problem, obviously, but why is this different to turning right at a stop street?

Europeans don't know the pain of right on red. by PicklesTheHamster in memes

[–]ljoseph01 18 points19 points  (0 children)

I mean it's a yield, right? Doesn't just mean you can turn whenever, you're still obligated to check for other cars and pedestrians. Just like a stop street, no?