HackerTrans
TopNewTrendsCommentsPastAskShowJobs

raegis

568 karmajoined há 8 anos

comments

raegis
·há 5 dias·discuss
In the Matrix movies you can upload complex knowledge to a person in seconds. If LLMs could help with this even a little it would be useful. But alas, people like myself who are slow learners still get overwhelmed when trying to learn too much or too fast without rest breaks.
raegis
·há 21 dias·discuss
Libraries have been renting non-books for a long time. Different communities have different needs. It's not a big deal. Some libraries in the Los Angeles area lend sewing machines, bike tools, and other useful stuff. The main branch library has 3d printers and other tech stuff ordinary folks can't afford. And of course, they have various workshops on numerous topics for adults and children.

Given all the stuff I've taken advantage of, if the libraries here were only for borrowing books, they would seem kind of useless. And this is from someone who has the max 30 books checked out right now.
raegis
·há 24 dias·discuss
That narrows it down to about 50 countries :)
raegis
·há 25 dias·discuss
I used Mathematica on a NeXT computer back in 1991. It was a beautiful machine to work on. I did a student project where I simulated the flow of the boundary of a plane region over time (like how the shape of a drop of oil in water changes over time) and it was very, very easy to write in Mathematica with cool graphics.
raegis
·há 25 dias·discuss
> "...the level of pattern matching you can use when defining functions, as well as the high level of functional composition..."

This sounds like your average functional programming language. The Scicloj community is the first thing to come to mind (but I assume they don't do symbolic algebra/calculus like Mathematica does), but I don't know what you're specifically missing.
raegis
·há 27 dias·discuss
Actually, I'm running the backports kernel which is at 7.0 today.

  $ uname --kernel-release 
  7.0.10+deb13-amd64
If you run stable, Debian backports takes care of a lot of the popular stuff. Kernels, kernel modules, Rust/Cargo, CMake, Clangd, GPU firmware (AMD/Intel), GDB, LibreOffice, OpenShot video editor, and Wireguard are all kept current in backports. And there's way more than I mention here, of course. Worst case I can install unstable in a schroot and run some bleeding-egde software.

I did all of my distro hopping when I was young, 20+ years ago. I settled on Debian because life got busy and I had no time to fuss with broken software updates.
raegis
·mês passado·discuss
One study (sorry, can't recall the source off the top of my head) claimed 20% of calories in the average U.S. diet was replaced by processed foods over that period. I'm over 50 years old, and it agrees with my own observations. Those "big gulp" beverages became popular in the 80s, and "low fat" foods just replaced fat with added sugar.

One example: long ago I used to buy Bush's baked beans in a can. They had a vegetarian version which I assumed was healthier, and it even tasted better than the original. But one day I compared the labels and found the vegetarian version had more added sugar and more calories per serving.

We were fed a massive amount of misinformation about healthy foods in the 1980s. Hopefully things will improve from now on.
raegis
·há 4 meses·discuss
New Honda Accord hybrids do not include a spare tire. The manufacturers copied the idiocy.
raegis
·há 4 meses·discuss
Can you say a little more about what you mean by "better"? How much faster is editing?
raegis
·há 4 meses·discuss
"juniors are useless": Maybe y'all should consider updating this hyberbolic language. Nobody is born a "senior developer", so surely all of your training as a "junior" is not useless. There is always a disconnect between what younger people know and what older people expect them to know, so training is required almost universally.
raegis
·há 5 meses·discuss
The one math majors joke about is Serra’s A Course in Arithmetic, which is definitely not for young children.
raegis
·há 5 meses·discuss
[flagged]
raegis
·há 5 meses·discuss
> The problem might end up being that the value created by LLMs will have no customers when everyone is unemployed.

I'm not a professional programmer, but I am the I.T. department for my wife's small office. I used ChatGPT recently (as a search engine) to help create a web interface for some files on our intranet. I'm sure no one in the office has the time or skills to vibe code this in a reasonable amount of time. So I'm confident that my "job" is secure :)
raegis
·há 5 meses·discuss
I once had a job mopping floors and was quite successful at it, even if I say so myself. Based on my experience, do you think it is reasonable for me to claim that I will eventually develop techniques for cleaning the oceans of all plastic waste? Folks are criticizing the pie in the sky claims, not that they can do anything at all.
raegis
·há 5 meses·discuss
I immediately did a "apt install units". Very cool!
raegis
·há 6 meses·discuss
Six is the smallest perfect number. Perfection is key here.
raegis
·há 6 meses·discuss
They were talking about instability. I had an old Radeon workstation card in my desktop at home for at least a decade, but with the most recent AMD drivers, Firefox (with hardware acceleration turned on) would crash Gnome and the system when watching videos on YouTube. So I wasted money on one of those new Intel graphics cards to get the stability back (in addition to the time wasted diagnosing the problem).
raegis
·há 6 meses·discuss
I don't game, but all my computers run Debian Stable, and my oldest child wastes considerable time gaming on Steam. I had to tweak one or two things for him early on, but it all seems to work fine.

People who don't use Debian misunderstand Stable. It's released every two years, and a subset of the software is kept up to date in Backports. For anything not included in Backports, its trivial to run Debian Testing or Unstable in a chroot on your Stable machine.

I moved to Debian Stable ~20 years ago because constant updates in other distros always screwed up CUPS printing (among other things). Curiously, I was using Ubuntu earlier this year and the same thing happened. Never going back.
raegis
·há 6 meses·discuss
Maybe check out Scott Wlaschin's videos on YouTube. There is one talk for his book "Domain Modeling Made Functional" which, if I remember, was very clear and easy to follow.
raegis
·há 8 meses·discuss
> I don't think so. An LLM by default is not trained to be "good"; it's trained to be accurate.

I wouldn't use the word "accurate" since it creates language based on probabilities. For example, it occasionally does basic mathematics computations incorrectly. I'm sure the AI companies would say they are training for "accuracy" but the actual code they write says otherwise.