Advertisement Β· 728 Γ— 90

Posts by andre πŸ€

Post image

god do I need every politician to talk like this

9 months ago 24 1 1 1

Zig isn't even at 1.0, it still needs much more time before it can be seen as a worthy replacement for C.

1 year ago 3 0 0 0

it's much closer to slack/discord, with a lot of other nice stuff on top

1 year ago 0 0 0 0

mattermost is pretty good :) i hate that our org switched us from this to teams recently

1 year ago 1 0 0 0

zig is much more fun than i expected

1 year ago 1 0 0 0

how many standard libraries have mersenne twisters? Even c++ didn't get it until c++11. Many will have a random() function but to get finer control you'll need a dependency regardless.

1 year ago 0 0 1 0

I haven't researched randomized partition point algorithms for quick sort, but wouldn't just fetching the system time modulo the array length be random enough? Prng engines are already provided by the community, it's trivial to just pull a crate if you need it and don't want to make it yourself.

1 year ago 0 0 1 0

as horrible as this administration is, thank god they're doing everything by circumventing congress instead of going through it. at least the damage is plausibly reversible

1 year ago 0 0 0 0
Advertisement

textualists the moment the text says things they don't like:

1 year ago 8 0 1 0
Git

nice! (and if you prefer online versions, pro git is fully available here for free: git-scm.com/book/en/v2 )

1 year ago 1 0 0 0

it legitimately stuns me that any software written in Python and typeless JavaScript works at all

1 year ago 92 8 3 0

Introduction to Algorithms is one of the most recommended textbooks, it has everything you would ever need for algorithms and data structures (even if you only read half of it). I also recommend Pro Git if you're new to git

1 year ago 1 0 1 0

i recommend reading textbooks cover to cover, helped me waaaay more than paying attention in lectures ever did ^^

1 year ago 1 0 1 0

You learn pretty much all of this at university though? and i wouldn't call any job in tech "bottom of the food chain", that's absurd

1 year ago 1 0 1 0

This was a deliberate design choice. std is kept as small as possible, limited to functionality that only has one sensible implementation. Use crates for everything else. This way we aren't stuck with archaic apis decades from now, a common problem in langs like c++ with bloated stdlibs

1 year ago 3 0 1 0

I've never had impostor syndrome from my job, it's pretty obvious I'm not the only lazy useless dev. But I do get it from massive open source projects maintained by one/two guys in their free time

1 year ago 0 0 0 0
Advertisement

this is the power of woke

1 year ago 2 0 0 0

why do modern developers have such strong opinions on languages they've never used? every online discussion about a particular language is dominated by people arguing from positions of total ignorance. if you aren't familiar with the language and its ecosystem where does your confidence come from?

1 year ago 0 0 0 0

this doxxing discourse has shifted conversation away from how we now have college aged kids with meaningful influence over how our society functions. the only reason anyone considers this "doxxing" is because of that crazy fact

1 year ago 1 0 0 0

why am i seeing some of the maga guys say the canadian tariffs are necessary to 'get them to behave'? what did canada even do??

1 year ago 0 0 0 0

Must be a mistake! I was assured they were only worried about surgeries on minors and women's sports.

1 year ago 1 0 0 0

I'm viewing SelectionKind as a typeclass/trait where Single implements it with string as its associated type, and Multiple implements it with string[] as its associated type

1 year ago 0 0 0 0
Preview
Announcing TypeScript 5.8 Beta - TypeScript Today we are excited to announce the availability of TypeScript 5.8 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s tak...

new typescript update is trying to emulate associated types in probably the worst possible way, still cool that it's sorta possible now

1 year ago 2 0 1 0

i can already feel the pendulum swinging back

1 year ago 0 0 0 0

astral observatory i think

1 year ago 1 0 0 0
Advertisement

AGI feels similar to climate change, everyone is scared of a major catastrophic event that wipes us from existence but it's more like a frog-being-slowly-boiled-alive thing

1 year ago 1 0 0 0

if i wasn't able to use headphones at work i would get nothing done

1 year ago 1 0 0 0

I now think devs who spend most of their time with html and css are the true engineers. anyone can learn data structures, few can remember every flex box parameter without google. im not built for this

1 year ago 2 0 0 0

hi c:

1 year ago 3 0 1 0

one of those features where you wonder how you ever survived without it

1 year ago 1 0 0 0