HackerLangs
TopNewTrendsCommentsPastAskShowJobs

throwaway81523

6,962 karmajoined 6 anni fa
Nerd.

Submissions

Quantum Pairs Stitch Space-Time (2015)

quantamagazine.org
3 points·by throwaway81523·l’altro ieri·0 comments

Goodbye, Scientific American

lawyersgunsmoneyblog.com
17 points·by throwaway81523·15 giorni fa·4 comments

Turns Out, There Is a Cabal of Elite Crazies Trying to Control the World

esquire.com
215 points·by throwaway81523·20 giorni fa·82 comments

Hans Schulz – The father of the VEF Minox lens?

moments-of-now.com
10 points·by throwaway81523·27 giorni fa·1 comments

Google's next-gen reCAPTCHA system could spell trouble for de-Googled phones

androidauthority.com
8 points·by throwaway81523·2 mesi fa·2 comments

At Long Last, InfoWars Is Ours

theonion.info
4 points·by throwaway81523·3 mesi fa·1 comments

Automated Conjecture Resolution with Formal Verification

arxiv.org
2 points·by throwaway81523·3 mesi fa·0 comments

UK Society of Authors launches logo to identify books written by humans not AI

theguardian.com
8 points·by throwaway81523·4 mesi fa·7 comments

US forecasts Blizzard, polar vortex, heat dome and atmospheric river all at once

apnews.com
43 points·by throwaway81523·4 mesi fa·4 comments

[untitled]

1 points·by throwaway81523·7 mesi fa·0 comments

Zillow Removes Climate Risk Scores from Home Listings

nytimes.com
5 points·by throwaway81523·7 mesi fa·0 comments

Grown-Up Theater Kids Run the World (2023)

nytimes.com
1 points·by throwaway81523·8 mesi fa·0 comments

Paris court blocks auction of earliest-known calculator

bbc.com
3 points·by throwaway81523·8 mesi fa·1 comments

Common Supplement [Melatonin] Shows Concerning Link to Heart Failure

sciencealert.com
2 points·by throwaway81523·8 mesi fa·3 comments

Unmarked, Plate-Less Vehicles Seen in ICE Arrests Across U.S., Report Finds

latintimes.com
4 points·by throwaway81523·8 mesi fa·0 comments

ICE Will Use AI to Surveil Social Media

jacobin.com
327 points·by throwaway81523·9 mesi fa·414 comments

Fresh Water from Thin Air (2023)

nature.com
2 points·by throwaway81523·9 mesi fa·1 comments

Landlords Demand Tenants' Workplace Logins to Scrape Their Paystubs

404media.co
63 points·by throwaway81523·9 mesi fa·20 comments

Your Therapist's Notes Could Become Fodder for AI

jacobin.com
5 points·by throwaway81523·10 mesi fa·2 comments

Rush to get the new Covid booster [it might be withdrawn on September 18]

someweekendreading.blog
3 points·by throwaway81523·10 mesi fa·0 comments

comments

throwaway81523
·1 ora fa·discuss
[dead]
throwaway81523
·11 ore fa·discuss
I'm unfamiliar with Coalton but the Blub article describes the proverbial smug Lisp weenie. I'd agree with you that #notalllispers.
throwaway81523
·21 ore fa·discuss
> If you squint enough, JS is a lisp..

Yes, that is true. I'm not big on the idea that Lisp is defined by parentheses. The implementation strategies are another way to look at it. That doesn't capture it either, but it's an angle to try.
throwaway81523
·22 ore fa·discuss
You can wrap parentheses around anything and call it Lisp, but I specified Common Lisp and pg's article clearly wasn't contemplating anything like Shen. Surface syntax is near irrelevant though.
throwaway81523
·ieri·discuss
Sadly, this looks like AI slop. Maybe it means the AI's are getting the idea though. Next thing though, is that they will find ways to weaponize it.
throwaway81523
·ieri·discuss
I've wanted for quite a long time to write an Android app like that. Use Kiosk mode (basically a locked down home screen) to turn the Android phone into a dumb phone.
throwaway81523
·ieri·discuss
> Your wording sounds like it implies that Lisp "got stuck" somewhere in the past, no?

Pretty much. See pg's famous "Blub Paradox" where he sees Lisp as the top of a tower of lesser languages. He doesn't recognize that Lisp might at best be called a limit ordinal, to use math jargon. That is, Lisp is just another Blub, and the Lisp zealots haven't figured that out.

You don't necessarily want to keep going further and further up, of course. Lisp still has fascination. But e.g., in Common Lisp (I mean just the stuff in the CL spec, no ad-hoc extensions allowed) you can't write anything resembling an OS. You can in Scheme, using continuations to handle process switching.

Going further up, Lisp doesn't make it easy to ensure the absence of particular behaviours in a program, what TAPL calls the purpose of a type system. Tony Morrison has a semi-realistic example of what static types can get you:

http://blog.tmorris.net/posts/understanding-practical-api-de...

Link still works but TLS certificate expired in 2025, tsk tsk.
throwaway81523
·ieri·discuss
I mentioned this already but you might like: https://www.cs.kent.ac.uk/people/staff/dat/miranda/wadler87....
throwaway81523
·ieri·discuss
Wadler's old article comparing Miranda (a Haskell forebear) to Scheme might be a better place to start.

https://www.cs.kent.ac.uk/people/staff/dat/miranda/wadler87....
throwaway81523
·ieri·discuss
See Cardelli's breakdown in his famous article "Typeful programming":

http://www.lucacardelli.name/Papers/TypefulProg.pdf

Page 52 perhaps.
throwaway81523
·ieri·discuss
Lisp generally has precise GC, which I'd say makes it light side. It's even relatively type-safe if you count runtime type-checking.

Highly reliable systems are written in Erlang, which if you squint is another Lisp dialect. There's even a sexp-based version called LFE, for Lisp-flavored Erlang. Erlang's key to reliability is error recovery, rather than exceptional levels of error prevention.

I do like your light side/dark side classification.
throwaway81523
·l’altro ieri·discuss
This looks scary. Website is way too slick and it says something about being a Chrome side-something? Ah someone said vibe code, and I guess that explains the slickness and images too.

I'd prefer a plain text description of what the program actually does. A screen shot here or there might be tolerable but please, no splash screens or uninformative background pics.
throwaway81523
·l’altro ieri·discuss
Sort of like a pastebin for directory structures then, hmm.
throwaway81523
·l’altro ieri·discuss
You could just upload to a personal or other website? I sometimes do that. Is there any security or privacy (e.g. password protection) for this Cloudflare Drop site?
throwaway81523
·l’altro ieri·discuss
Wait, my first impression was that it points a local browser to your local browser. Now it looks like it uploads your folder to Cloudflare and temporarily serves it over the web. But is that different from what we used to do with FTP? Are there any databases or anything like basic PHP hosts supply? It's just static sites?

Is this a product or what? What's the purpose? Is there an API?
throwaway81523
·3 giorni fa·discuss
"May 21, 2026", meh. And it's more microscopic tweaks of UI elements. How about blocking unwanted audio intrusions (not just "autoplay" but all audio) from obnoxious sites? Making reader mode way more aggressive? Shutting down site scripts that bog down your computer? I.e. stuff that makes material difference to users.

Anyway it could be a lot worse. It's gotten so that every time I see Mozilla announce an "improvement" I expect the opposite.
throwaway81523
·3 giorni fa·discuss
Do you charge extra for the "rm -r" option instead of regular rm?
throwaway81523
·7 giorni fa·discuss
I haven't heard that 30 minute figure before, you have a reference? I've seen articles about medical workers using masks for much longer.

Installing air filtration and UVC in classrooms and meeting rooms certainly helps.

Since the mask shortage cleared up, HCW have been advised to stop re-using them. I re-use mind til they get dirty, but maybe I should replace them more often.

https://apnews.com/article/fda-n95-masks-plentiful-should-no... (2021)

2021 reddit thread: https://old.reddit.com/r/Masks4All/comments/lhnj10/one_of_th...
throwaway81523
·7 giorni fa·discuss
Don't forget too, if the CO2 is 1000 ppm, then half of the air in each breath you inhale was recently exhaled by someone else. Yes, airborne viruses are still spreading. I still wear an N95 mask whenever I'm in an indoor space with other people outside of home.

IKEA now has a remarkably cheap ($35) air quality monitor that measures CO2 as well as PM:

https://www.ikea.com/us/en/p/alpstuga-air-quality-sensor-sma...

I don't have one yet but plan to pick one up soon. A CO2 sensor alone from Adafruit is $50+, though that one is more precise. I bought it a while ago and it's still sitting in my todo bin.
throwaway81523
·8 giorni fa·discuss
Does the specification recommend using a hybrid? At the level of at least SHOULD if not MUST, in the sense of RFC 2119? I have the opposite impression but haven't checked.