HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Secretmapper

no profile record

comments

Secretmapper
·anno scorso·discuss
I think the option would be great regardless. What you say is true - pen and paper is more expressive than digital notes, but digital notes is better than nothing.

I played Obra Dinn without pen and paper and I was fine.

There was a game called The Roottrees are dead which is based on Obra dinn with a built in journal system and it is really useful.
Secretmapper
·anno scorso·discuss
I think everything you said is 100% true. But the latter half is also true - React has (for better or worse) always been a view 'library' and has very little opinion on syncing network state/api requests.

Unfortunately, many people use inappropriate levels of abstraction (useEffect and/or redux) and it becomes an architectural problem.
Secretmapper
·anno scorso·discuss
There was a paper recently that tackled this:

https://tiger-ai-lab.github.io/TheoremExplainAgent/
Secretmapper
·anno scorso·discuss
`pnpm` was released back in 2016. It's 9 years old at this point.

I think part of the problem is this thinking that

- you must change things all the time (yarn is still good why switch?)

- the things you change to are somehow really new (pnpm is 9 years old)
Secretmapper
·anno scorso·discuss
There's actually something interesting here in my opinion, which is that LLMs do not necessarily need to hinder standardization.

For example, we have standardized schooling/exams, because that's the proven scalable way we can have for children - essentially a factory spitting out different grade levels/seniority.

But LLMs can break this standardization by being able to tailor student needs in a scalable manner.

However this takes a huge amount of action, and that's going to be the pain point in the near future as we humans tend towards the easy/greedy paths.

Cultural richness - LLMs are also very bad in this regard due to the bias towards majority viewpoints. This reminds me of a recent HN thread [0] discussing how AI is hindering the adoption of new technologies. In some ways, this happens because AI tends to favor mainstream perspectives, making it biased against "new" or "fringe" viewpoints.

[0] https://news.ycombinator.com/item?id=43047792
Secretmapper
·anno scorso·discuss
I'll take a look. This is the first time I heard of OW and I'm a pretty big Civ fan so thanks for the recommendation!
Secretmapper
·anno scorso·discuss
> I've been playing a game called Old World, which is basically Civ with decent UI and AI. The UI is intuitive and uses a nested tooltip system similar to Crusader Kings 3. The AI is pretty decent at war, it will flank you, use its strengths against your weaknesses, and will retreat to heal units that you don't finish off instead of fighting unwinnable battles.

Civ also does everything you mentioned - ie their units will flank and retreat. Is the AI markedly better than Civ?
Secretmapper
·anno scorso·discuss
In my work, we had to use a ring buffer to play audio data (we decode audio data to raw WAV and use a ring buffer for playback).

Interestingly, while the core part of the audio process is in rust (through WASM), the ring buffer itself is written in JS land (shared array buffer so that the audio context can read from it).
Secretmapper
·anno scorso·discuss
I thought it would be a hotlinkable image that updates.
Secretmapper
·anno scorso·discuss
> Awww, no more new JavaScript frameworks and waiting only for established technologies to cut through the noise. I don't see that as a bad thing. Technologies need to mature, and maintaining API backward compatibility is another advantage.

I think this kind of discussion is immature and downplays the point of the article.

A good example of this that I just encountered: Rust. Just asked Claude/ChatGPT for rust stuff recently, and it still gives a lot old/depreciated methods for a lot of things. This has been the case for Godot 3 vs 4 as well.
Secretmapper
·anno scorso·discuss
Not needing to disable SIP is a big one.
Secretmapper
·anno scorso·discuss
My nieces and nephews had some school announcements _only_ disseminated on facebook. I had to call the school to change their process, and even then it took a while for them to adapt.

You are severely downplaying the network effect.
Secretmapper
·anno scorso·discuss
This thread honestly reminds me of that skit(?) or scene from a movie(?) where a news anchor chastised a climate scientist, because the scientist 'wore clothes that were mass produced in a factory that contributes to climate change'.

I thought that scene was satire, but from this conversation thread, apparently not.

'If they were so passionate about climate change they would wear second hand clothes'

Proceeds to still see how donated clothes are still a problem because of how they're processed - so see, you are still evil and hypocritical!
Secretmapper
·anno scorso·discuss
Javascript, for the longest time, was a _slow_ moving target - web browsers themselves had cross browser issues where API X might work on browser A but not on browser B.

There were so many bigger issues like that I think that made this not a high priority in the grand scheme of things.

I think a good example of this is jQuery - while jQuery is a good tool, a huge part of its usage was the quirks between browsers. Selectors and the class of problems jQuery solved had more immediate impact to web applications, so fixing and taking from it became a more immediate concern.

JS API -> moment/date-fn/luxon -> Temporal has the same kind of trajectory. Not that those libraries will now be immediately 'bad' mind you - just that the base API is more sane.
Secretmapper
·2 anni fa·discuss
That's pretty cool. I guess the tough part in Asia are the languages, so there's a language barrier between say Tokyo vs Malaysia vs Singapore.

I think the hardest part sometimes of my situation is not really having any seniors/mentor figures I can bounce ideas off. The safest bets from my peer groups all involved just moving to US/Canada which I'm not really particularly interested in.
Secretmapper
·2 anni fa·discuss
That's interesting, are you based in Asia? I've found companies similar to what you're mentioning but they're all based in America while I wanna stay in Asia.
Secretmapper
·2 anni fa·discuss
I agree with this take. Most of the 'good' app listed (and also the ones I love) like Transmit, iTerm etc are mac _exclusive_. They only target Mac.

It doesn't make any sense to do that to Discord because it's cross platform by necessity and design.