HackerTrans
TopNewTrendsCommentsPastAskShowJobs

SighMagi

no profile record

comments

SighMagi
·قبل 4 سنوات·discuss
Cool I really have enjoyed playing around with Idio. Most specifying I really love the Lisp influence you have in Idio!
SighMagi
·قبل 4 سنوات·discuss
Have you been on TikTok? All I see on it are large breasted women, NASA stuff and dog rescues.

I do wonder if there’s any lobbying going on from Facebook or Google to help bolster their Reels and Shorts products, both of which seem to be garbage and miss the point of TikTok (the two way interaction).
SighMagi
·قبل 4 سنوات·discuss
Can this be used as an interactive shell?
SighMagi
·قبل 4 سنوات·discuss
I read it as probably sarcasm, but no, in practice conservative state governments like the one in Texas like to micromanage your life (who to love, what you do with your body etc.)
SighMagi
·قبل 4 سنوات·discuss
That was indeed where many of my teenage hours went - hacking out game experiments in DJGPP and Allegro on our family’s 486. It was also my intro to Emacs which stayed with me for decades afterwards.
SighMagi
·قبل 4 سنوات·discuss
That was my first thought. Not FTX related, but I just got another email from Coinbase reassuring me that they’re not gonna use customer funds without permission. I have in the past moved my shit out of Coinbase wallets because of doubts about that. Honestly though I just want to GTFO of crypto at this point…
SighMagi
·قبل 4 سنوات·discuss
Using an algorithm specifically for 21, I believe
SighMagi
·قبل 4 سنوات·discuss


    (print (a) (b) (c) (d))
would be

    print(a(), b(), c(), d())
SighMagi
·قبل 4 سنوات·discuss
There’s so much code marked “unsafe” in there…
SighMagi
·قبل 4 سنوات·discuss
I did not see that coming.
SighMagi
·قبل 4 سنوات·discuss
I think you must be unfamiliar with job control, but I could be wrong. How do you Ctrl+Z a foreground job, maybe several, and then switch between them.

All of what “powershell” provides depends on knowing you want to background something ahead of time, and even then I don’t think you can make it the foreground task (maybe wait job comes close) There is even a Github issue on it, which I’m afraid I can’t be bothered to go find again
SighMagi
·قبل 4 سنوات·discuss
I am a late comer to TikTok (was curious after a recently reported news article on the potential booting/sale of TikTok back in the Trump days). All it shows me is large breasted women and “crystal polishers” (which I never knew was a thing). Everyone uses fake names - it’s not like Facebook where people offer up their real stuff. I’m kinda confused around where the security problems are.
SighMagi
·قبل 4 سنوات·discuss
In the past, I've toured these alternate, non-POSIX shells like Nushell. A lot of them (e.g. Powershell, Elvish) don't provide job control. I looked into how job control works and it's kind of a bother, so I see why they might have elided it. I wonder if multiplexing the terminal using tmux or screen is a good enough alternative the job control for many use-cases. You do lose state (i.e. environment variables, working directory), but if all you want to do is run something else maybe it's good enough.

I personally haven't tried living without job control though.
SighMagi
·قبل 4 سنوات·discuss
How do you use bash and lua together?
SighMagi
·قبل 4 سنوات·discuss
What’s with the sink?
SighMagi
·قبل 4 سنوات·discuss
Time for Spotify to “Play Fair” with musicians.
SighMagi
·قبل 4 سنوات·discuss
An IEEE service that would be actually useful.
SighMagi
·قبل 4 سنوات·discuss
It’s also super easy to integrate with non-POSIX shells, if you’re into that kind of thing.
SighMagi
·قبل 4 سنوات·discuss
Add adtech/surveillance eg. Facebook, Google and Amazon to that
SighMagi
·قبل 4 سنوات·discuss
Lisp user here, I couldn’t quiet tell from all the Zig syntax, but is “comptime” here like having the whole language available to you to do whatever you like at at compile time like in Common Lisp?