- 2 Posts
- 8 Comments
alertsleeperOPto Game Development•Software or other way to mock-up my idea of game movement5·2 years agothat makes sense, thank you!
alertsleeperto Cool GitHub Projects•GitHub - lordfeck/no-wei: No-WEI Banner: Show a banner to Chrome users warning them of the dangers of WEI.5·2 years agoWow I can’t believe I hadn’t heard about this WEI monstruosity
alertsleeperto Programming•Linus Torvalds: Linux succeeded thanks to selfishness and trustEnglish15·2 years agoif the kids distract me when I’m in the middle of something, a certain amount of cursing might happen
That certain amount must be a rather fun one knowing his insulting prowess
alertsleeperto Python•How to improve Python packaging, or why fourteen tools are at least twelve too manyEnglish2·2 years agoI have been using PDM for a while now and love it, can’t believe I was using pip before, especially for venv handling and packaging.
I wonder, having tools like PDM or Poetry that unify the whole process, why do people prefer to use fragmented tools (one for venv, another for packaging, another for publishing)? Is it just entrenched habits or not knowing the benefits of other tools?
I think this timestamp-as-a-boolean is a good idea if the field is always going to be interpreted as either True or False and nothing more. If the field in question allows for a 3rd (uncertain) value, then using a timestamp would be extremely confusing.
alertsleeperto Programming•Does Lemmy really benefit from Rust? Is code execution speed the bottleneck?English3·2 years agoWould you be so kind as to recommend some resources about caching? I’ve read the basics, but have yet to dive deep on it
I think that the reason is precisely the difficulty. Someone is asking for help with something that (for others) is not that difficult. Some people think “ha, poor fool, I’ve solved this, they’re dumb and shouldn’t be programming”, while others go ahead and actually help the person in good faith without being a dick.
TLDR: Some think programming is a competition and they must be the winners, others realize it’s a community effort where we step on each other’s shoulders to go higher.
nice