HackerTrans
TopNewTrendsCommentsPastAskShowJobs

SighMagi

no profile record

comments

SighMagi
·4 yıl önce·discuss
Cool I really have enjoyed playing around with Idio. Most specifying I really love the Lisp influence you have in Idio!
SighMagi
·4 yıl önce·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 yıl önce·discuss
Can this be used as an interactive shell?
SighMagi
·4 yıl önce·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 yıl önce·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 yıl önce·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 yıl önce·discuss
Using an algorithm specifically for 21, I believe
SighMagi
·4 yıl önce·discuss


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

    print(a(), b(), c(), d())
SighMagi
·4 yıl önce·discuss
There’s so much code marked “unsafe” in there…
SighMagi
·4 yıl önce·discuss
I did not see that coming.
SighMagi
·4 yıl önce·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 yıl önce·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 yıl önce·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 yıl önce·discuss
How do you use bash and lua together?
SighMagi
·4 yıl önce·discuss
What’s with the sink?
SighMagi
·4 yıl önce·discuss
Time for Spotify to “Play Fair” with musicians.
SighMagi
·4 yıl önce·discuss
An IEEE service that would be actually useful.
SighMagi
·4 yıl önce·discuss
It’s also super easy to integrate with non-POSIX shells, if you’re into that kind of thing.
SighMagi
·4 yıl önce·discuss
Add adtech/surveillance eg. Facebook, Google and Amazon to that
SighMagi
·4 yıl önce·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?