HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xx__yy

no profile record

comments

xx__yy
·29 giorni fa·discuss
Hilarious read, but scary too, I doubt the outcome will be the same in a few years
xx__yy
·mese scorso·discuss
Is it just me or were they a bit behind? Chromium already has it
xx__yy
·2 mesi fa·discuss
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 mesi fa·discuss
What a dog move!
xx__yy
·4 mesi fa·discuss
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 mesi fa·discuss
What a great project, thanks for sharing.
xx__yy
·5 mesi fa·discuss
I'm not that cluey, but from the README it sounds like it can be compiled for a bunch of arches
xx__yy
·5 mesi fa·discuss
Thanks for sharing
xx__yy
·5 mesi fa·discuss
Gold! I see Zig, I upvote!
xx__yy
·5 mesi fa·discuss
Legend!!!
xx__yy
·8 mesi fa·discuss
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 mesi fa·discuss
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.