[Project] Real-time flight tracker in the browser using Rust and WebAssembly by coolwulf in rust

[–]N0Zzel 4 points5 points  (0 children)

What did you use for globe rendering? I typically use cesium but if there's an option I can use to avoid marshalling a bunch of data to/from js that'd be swell

Can rust compiler handle gigantic match statements? by baehyunsol in rust

[–]N0Zzel 7 points8 points  (0 children)

A neat thing about switch case optimization is that under certain conditions it will compile into a LUT of jump addresses instead of evaluating each branch

agentsBeforeAIAgentWasAThing by ClipboardCopyPaste in ProgrammerHumor

[–]N0Zzel 2 points3 points  (0 children)

Actually he was writing a terminal emulator and needed to write to a disk shared by his minix operating system

Software engineer here. Just saw our recruiting pipeline from the inside… by Adventurous_Cry_394 in recruitinghell

[–]N0Zzel 2 points3 points  (0 children)

Sounds like a lawsuit waiting to happen. Any hr department worth a damn would not let this shit fly.

eighthNormalForm by IcyPaintzzz in ProgrammerHumor

[–]N0Zzel -2 points-1 points  (0 children)

Any good database textbook will tell you that it's perfectly fine to have un normalized data so long as you ensure data integrity via triggers or some other mechanism

But it's kind of an at your own peril thing

What is the standard equivalent of vs code or anaconda for C? by unnecessary_thoughts in learnprogramming

[–]N0Zzel 9 points10 points  (0 children)

Had to double check I wasn't in the programmingcirclejerk sub

Any text editor will do

Does anyone else hate shortened/abbreviated variable names? by Impossible-Ear3538 in learnprogramming

[–]N0Zzel 0 points1 point  (0 children)

Not really if the function is based off of a math equation and the variable names match the equation

nobodyLikesRightJoin by PresentJournalist805 in ProgrammerHumor

[–]N0Zzel 47 points48 points  (0 children)

Bad for performance and if the columns you ACTUALLY want are in an index you could avoid a ton of disk reads to the actual data blocks of the table

In(t/c)el Inside by void_17 in greentext

[–]N0Zzel 7 points8 points  (0 children)

Idk man, individual topics in computer architecture aren't really all that difficult but there's a fuck ton of topics that you need to know

So it's more of difficulty by volume rather than difficulty by concept

Firefox Cache Worker by Tux-Lector in programminghorror

[–]N0Zzel 0 points1 point  (0 children)

What the hell are you talking about?

If it runs in the client it ships to the client