Readit News logoReadit News
groovy2shoes commented on LFortran compiles fpm   lfortran.org/blog/2026/02... · Posted by u/wtlin
webdevver · 12 days ago
in the ngspice user manual, they call circuit descriptions an "input deck"

https://ngspice.sourceforge.io/docs/ngspice-manual.pdf

groovy2shoes · 11 days ago
"deck" is the fairly normal word throughout the EDA industry. i reckon it's because such things used to be literal decks of punchcards, but i know less about EDA history than programming history.
groovy2shoes commented on A new bill in New York would require disclaimers on AI-generated news content   niemanlab.org/2026/02/a-n... · Posted by u/giuliomagnifico
direwolf20 · a month ago
Imagine selling a product with the tagline: "Unlike Pepsi, ours doesn't cause cancer."
groovy2shoes · a month ago
"Good prices, no rats! That's the Fairsley Difference™!"
groovy2shoes commented on Julia   borretti.me/fiction/julia... · Posted by u/ashergill
groovy2shoes · a month ago
i liked this a lot. real Gene Wolfe vibes.
groovy2shoes commented on To those who fired or didn't hire tech writers because of AI   passo.uno/letter-those-wh... · Posted by u/theletterf
ChrisMarshallNY · 2 months ago
Good points.

I suspect a lot of folks are asking ChatGPT to summarize it…

I can’t imagine just letting an LLM write an app, server, or documentation package, wholesale and unsupervised, but have found them to be extremely helpful in editing and writing portions of a whole.

The one thing that could be a light in the darkness, is that publishers have already fired all their editors (nothing to do with AI), and the writing out there shows it. This means there’s the possibility that AI could bring back editing.

groovy2shoes · 2 months ago
as a writer, i have found AI editing tools to be woefully unhelpful. they tend to focus on specific usage guidelines (think Strunk & White) and have little to offer for other, far more important aspects of writing.

i wrote a 5 page essay in November. the AI editor had sixty-something recommendations, and i accepted exactly one of them. it was a suggestion to hyphenate the adjectival phrase "25-year-old". i doubt that it had any measurable impact on the effectiveness of the essay.

thing is, i know all the elements of style. i know proper grammar and accepted orthographic conventions. i have read and followed many different style guides. i could best any English teacher at that game. when i violate the principles (and i do it often), i do so deliberately and intentionally. i spent a lot of time going through suggestions that would only genericize my writing. it was a huge waste of my time.

i asked a friend to read it and got some very excellent suggestions: remove a digressive paragraph, rephrase a few things for persuasive effect, and clarify a sentence. i took all of these suggestions, and the essay was markedly improved. i'm skeptical that an LLM will ever have such a grasp of the emotional and persuasive strength of a text to make recommendations like that.

groovy2shoes commented on If you're going to vibe code, why not do it in C?   stephenramsay.net/posts/v... · Posted by u/sramsay
anthk · 3 months ago
38 there. If you didn't suffer Win9x's 'stability', then editing X11 config files by hand, getting mad with ALSA/Dmix, writing new ad-hoc drivers for weird BTTV tuners reusing old known ones for $WEIRDBRAND, you didn't live.
groovy2shoes · 3 months ago
the anxiety that i might fry my monitor by setting the wrong scan rate haunts me to this day
groovy2shoes commented on How I learned Vulkan and wrote a small game engine with it (2024)   edw.is/learning-vulkan/... · Posted by u/jakogut
MomsAVoxell · 4 months ago
The author could also have used the phrase "hobby horsing", which is similar to bike shedding in that the individual is focusing on things that don't really push the project forward, but which rather give them personal pleasure, instead. Bike shedding usually is explained as "working out what color to paint the bike shed before the rest of the house is done".
groovy2shoes · 4 months ago
cf. yak shaving :)
groovy2shoes commented on Analytical review of depression and suicidality from finasteride   psychiatrist.com/jcp/anal... · Posted by u/gnabgib
InMice · 5 months ago
I took it and it was the absolute worst, with side effects that have lingered since and some changes in my body that probably now permanent. I can tell you for this drug if you were in the small unlucky camp it can absolutely ruin you. I can assure you it is NOT misattribution.
groovy2shoes · 5 months ago
i'm very sorry to hear that. if you care to elaborate, i am curious. if you don't care to elaborate, that's fine too.
groovy2shoes commented on Analytical review of depression and suicidality from finasteride   psychiatrist.com/jcp/anal... · Posted by u/gnabgib
lithocarpus · 5 months ago
What's your basis for suspecting that?
groovy2shoes · 5 months ago
persistence of symptoms after discontinuation is the big one. after hormone levels return to baseline, there's no more pharmaceutical effect. thus the cause of those symptoms is unlikely to be pharmaceutical.

it's worth noting that candidates for finasteride treatment are already likely to be older and dealing with comorbidities like depression and anxiety, which makes it harder to say for sure if it's the drug in a lot of cases, but they do seem slightly higher than placebo. it is not surprising that a sudden change in hormone levels would cause a noticeable change in mood or sexual function, but there is usually improvement with continued treatment as levels stabilize.

for persistent effects, really there isn't a lot of reliable data to go on, and no plausible mechanism of action. we have a handful of anecdotal reports and some armchair hypotheses.

i'm happy to be proven wrong, and lots of drugs are indeed implicated in serious and lasting side effects, but in the case of finasteride i'm not convinced.

groovy2shoes commented on The evolution of Lua, continued [pdf]   lua.org/doc/cola.pdf... · Posted by u/welovebunnies
jll29 · 5 months ago
A useful design pattern is to write highly efficient "engine" code in C/C++ and then tie it together to highly customizable application code with an embedded scripting language.

Lua is great for this, and while you could use a LISP (Emacs, AutoCad) or a FORTH (any real-life example not from the radio telescope domain?) or Tcl/Tk (https://wiki.tcl-lang.org/page/Who+Uses+Tcl), Lua is small (as in number of concepts to understand), easy to read and understand, and compact (as in tiny codebase to integrate, few dependencies).

So many gaming startups have put their money on Lua.

groovy2shoes · 5 months ago
The Lua-C API is also really consistent and straightforward. Bindings can be generated mechanically, of course, but it's really easy to embed by hand, and the documentation is superb.
groovy2shoes commented on The evolution of Lua, continued [pdf]   lua.org/doc/cola.pdf... · Posted by u/welovebunnies
jrop · 5 months ago
I always wrote Lua off, scoffing at the 1-based indexing, until I was "forced" to learn it thanks to Neovim. What a delightful little language it is. I do wish I could do certain things less verbosely (lambdas would be nice) -- but then again, I defeat myself by suggesting it, because not having all the features makes Lua so approachable.
groovy2shoes · 5 months ago
Lua has lambdas. They too suffer from verbosity, of course, but they're there.

    function(x) return x; end

u/groovy2shoes

KarmaCake day1869February 3, 2011
About
https://github.com/baguette

cmburget@gmail.com

my topcolor is 8674a9

View Original