HackerTrans
トップ新着トレンドコメント過去質問紹介求人

xx__yy

no profile record

コメント

xx__yy
·29 日前·議論
Hilarious read, but scary too, I doubt the outcome will be the same in a few years
xx__yy
·先月·議論
Is it just me or were they a bit behind? Chromium already has it
xx__yy
·2 か月前·議論
WOW! That was a very heavy read, not what I expected from HN, but I am grateful to have read it. As a parent of a child with autism, who also rides the bus to school, and with many other parallels to the author's story, it was a difficult read. We're 8 years away from the "last day on the bus"; it certainly made me ponder about the situation.

I think a lot about my son's future and all the missed opportunities, but the author put some of this in a different perspective that has changed my perspective slightly. But I do think my son knows what he's missing out on when observing others his age and watching TV.
xx__yy
·2 か月前·議論
What a dog move!
xx__yy
·4 か月前·議論
Great to see yet another project to provide "offline"-ish comms. The existing solutions are obviously not good enough yet, hence why all these projects are popping up. I hope we get to a good-enough one soon.

LoRa is great, but the bandwidth is terrible, so you'd be limited to Twitter sized messages when using this comms channel.
xx__yy
·4 か月前·議論
What a great project, thanks for sharing.
xx__yy
·5 か月前·議論
I'm not that cluey, but from the README it sounds like it can be compiled for a bunch of arches
xx__yy
·5 か月前·議論
Thanks for sharing
xx__yy
·5 か月前·議論
Gold! I see Zig, I upvote!
xx__yy
·5 か月前·議論
Legend!!!
xx__yy
·8 か月前·議論
I don't know the answer, just asking the question: Is/Was curses available at the time? https://en.wikipedia.org/wiki/Curses_%28programming_library%...

I only remember conio at the time, but without internet you just used what Microsoft gave you. The BBSes I used may have had it, but it's hard to use something if you don't know it exists.

It does look like there is a recent port: https://github.com/wmcbrine/PDCurses

So my guess is curses was not available to DOS at the time, only Unix systems.
xx__yy
·9 か月前·議論
As an aside, since it seems the other comments already address the core issue...

No one should be using Lodash in 2025, it mutates your collections, use `ramda` (https://ramdajs.com/) instead.

Unfortunately, a lot of the early core existing packages have dependencies in lodash, or another packages that does so too.