@eager_eagle@lemmy.world
Eager Eagle
member since 7 Jul 2023 20:19
comments
- on My Open Search Engine is Going Well in c/opensource@lemmy.ml · 36m ago
-
on We Surveyed 634 Women Who Work in Tech. They Let Loose in c/technology@lemmy.world · 1d ago
Gender bias aside, I don’t think the male perspective is much better
-
on Ban AI Slop? in c/opensource@lemmy.ml · 2d ago
yeah, and I disagree. People have different opinions on this. A 1M LoC slop project is an extreme that is not representative of what shows up here.
-
on Ban AI Slop? in c/opensource@lemmy.ml · 2d ago
the post is not about this 1M LoC project, it’s about creating a ban for whatever the mods decide it’s slop
-
on Ban AI Slop? in c/opensource@lemmy.ml · 3d ago
Let people choose what they want to see.
People here tend to call any hint of LLM use “slop”, and arguing on a threshold is a waste of everyone’s time that will end up disappointing most. Tag it and let people choose.
-
on Google says its Gemini AI model hacked three other companies in c/technology@lemmy.world · 4d ago
my ai goes to a different school, you wouldn’t know her
-
on Space Force Chief Admits the US Is Actively Utilizing Orbital Weapons in c/technology@lemmy.world · 17 Sep 2026
If only they put half the effort spent lobbying taxes, putting hurdles for space development instead, the whole world could benefit from not turning earth’s orbit into an american clusterfuck
-
on I love fun quizzes like this. Let’s all share! in c/programmer_humor@programming.dev · 17 Sep 2026
hehe you have the word ass in your private key, what are the odds
-
on Trump Claims the Only "AI Guardrail" Needed Is Himself in c/technology@lemmy.world · 15 Sep 2026

-
on What do you do for online shopping? in c/privacy@lemmy.ml · 15 Sep 2026
yeah, I often some address like the simpsons family, or 85 Albert Embankment, Vauxhall, Lambeth, London, UK for Mr. Bond
-
on What do you do for online shopping? in c/privacy@lemmy.ml · 15 Sep 2026
I’d either rent a PO box or use those Amazon pickup locations
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 13 Sep 2026
I don’t know you, but it doesn’t sound like a high standards issue to me, sounds like a lack of process. I’ve been a thorough reviewer before AI, at least thorough in the ways that mattered, not nitpicking formatting. And I’ll tell you an automated reviewer today can catch more things before I have time to confirm the first item I find. There are still false positives, but it’s still more thorough than I have time to be. Bc of that it really helps including a round of automated review before looping in a human, regardless of who/what wrote the code.
The main kind of review problems AI still struggles with are the project direction ones: “does it make sense to implement this/like this?”, “should this be a new package instead?”, and things involving tacit knowledge that often goes undocumented “last time we did this, someone had to access prod on a Sunday” - so that’s what I focus my reviews on. And the other area is if you’re writing UI code, whether it’s a web app or a game, it’ll also struggle to determine what “feels” good to use, so it’ll need a human earlier in the loop.
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 13 Sep 2026
This kind of specification applies to the agent behavior or the agent behavior in a project. You don’t write it on every conversation, you write/review it once for the project or agent and let the harness include it on every conversation. You can even ask the agent to scan the codebase and pull desirable patterns out of it for future sessions.
The entire point of using an agent is to not have to write everything yourself, so that when you write “implement feature X”, the feature gets implemented in a way that makes sense in that project, is reviewed, refactored, and tested by agents, and it’s good enough to bring in a human reviewer.
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 13 Sep 2026
See, that’s the issue. People letting it “drive itself” get worse results. You should be the one holding the standards and guiding the model, otherwise you will be frustrated.
-
on Stop Doing Swap Partitions in c/linuxmemes@lemmy.world · 12 Sep 2026
browsers offload inactive tabs from memory anyway, unless you’re actively switching among 15+ tabs, they won’t be using as much ram
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 12 Sep 2026
My honest opinion is that it’s bad because a lot of people using LLMs have no standards and push the first thing that seems to work. Be mad at who’s at the driving wheel, not the car.
You absolutely can generate crap with agents/LLMs, and like a humans writing, the first draft will probably be subpar or maybe complete garbage. Every new session is a clean slate, that’s why putting effort in the documents guiding it is so important.
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 12 Sep 2026
I don’t think there was a lot of people working on the rewrite. Most PRs are from bots. Original estimates for a manual rewrite were a small team working for a year or so, which puts total costs over $1M. Even doubling the token cost estimates, it was still cheaper than doing it manually by a factor of 2x-3x
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 12 Sep 2026
I’ve seen plenty of code in my life, from humans and AI.
For the past year or so, these agents can code just fine most of the time, as long as they are given enough context (or have the tools to get it). Regardless of how many downvotes I get here, they really are capable of generating decent code. I’m sorry you couldn’t make it work yet.
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 12 Sep 2026
It was higher sure, but anthropic also has some of the most expensive models out there. That cost could be 5x-10x less just by going with cheaper model providers (if one were to pay the API costs, not the case for bun).
bun 1.4 was released 3 weeks ago, btw
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 12 Sep 2026
unironically, a better prompt does yield better results - shocking, I know
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 11 Sep 2026
well, that depends entirely on your prompt/process, it can be done
-
on Linus Torvalds used AI to fix a Linux bug, and now LLM critics on Linux face an uncomfortable choice in c/technology@lemmy.world · 1 Sep 2026
You might be a few years behind. We have robots outpacing human performance in specific tasks using neural networks.
Also, LLMs can perform on tasks they weren’t explicitly trained for. This line is not as well defined as you make it sound.
-
on You wouldn't download furniture in c/programmer_humor@programming.dev · 28 Aug 2026
is backrooms a secret NSA project after the success of backdoors?
-
on NVIDIA reportedly buys HuggingFace for 13 billion in c/technology@lemmy.world · 27 Aug 2026
oh that’s actually a thing, neat
-
on Rule in c/linuxmemes@lemmy.world · 27 Aug 2026
it’s safer to run it as a regular user and have topgrade ask for root access. With this config line it can ask ahead when starting, so you don’t need to babysit it:
[misc] # ... # Run `sudo -v` to cache credentials at the start of the run; this avoids a # blocking password prompt in the middle of a possibly-unattended run. pre_sudo = true
-
on Rule in c/linuxmemes@lemmy.world · 27 Aug 2026
Underrated. We usually have a lot more to upgrade than just the main distro’s package manager.
-
on GTA 6 leaks: Rockstar's nightmare or just a blip? in c/technology@lemmy.world · 24 Aug 2026
I’m sure there will be an accessibility option if that’s the case, because my RSI won’t let me play it for over an hour otherwise
-
on GTA 6 leaks: Rockstar's nightmare or just a blip? in c/technology@lemmy.world · 24 Aug 2026
There are 10 11 leaked videos so far, the daylight plane is the best IMO, but yeah, it’s a bit underwhelming but it was inevitable given all the hype created over the years. In the end it’s just another GTA.
-
on "This guy knows his stuff" in c/programmer_humor@programming.dev · 22 Aug 2026
as long as it’s before stocks vest, so you end up not getting half of what you signed up for at hiring
-
on linux_irl in c/linuxmemes@lemmy.world · 20 Aug 2026
funny I never had this specific issue with recursive behavior. I find it obvious that only rsync and zip are recursive by default, but I’m not sure why.
edit: ah you mean which ones are lowercase or uppercase, that makes more sense.
-
on New AirPods leak reveals built-in cameras and Visual Intelligence in c/technology@lemmy.world · 20 Aug 2026
any marketing garbage is a leak these days…
-
on Fairphone Is Finally Selling Its Repairable Phone in the US in c/technology@lemmy.world · 19 Aug 2026
oh that bank list is great, thanks for the analysis!
-
on Fairphone Is Finally Selling Its Repairable Phone in the US in c/technology@lemmy.world · 19 Aug 2026
rookie numbers. I create at least 10 issues per hour on the software I write.
-
on Fairphone Is Finally Selling Its Repairable Phone in the US in c/technology@lemmy.world · 18 Aug 2026
What’s ff3? I only get final fantasy stuff
-
on Why your Amazon order confirmation emails have become so unhelpful in c/technology@lemmy.world · 18 Aug 2026
I’ve wondered that for years, email was/is a privacy nightmare even before google got in the way. I wish more companies reconsidered what they’re sending via email.
-
on GitHub Has an Availability Problem. Is It Time to Look Elsewhere? in c/selfhosted@lemmy.world · 18 Aug 2026
Unpopular opinion, but most of that is duplicated information that makes sense to be duplicated because I’m not a machine that can scan the whole page and instantly get what I need.
Top right are action buttons, fork and stars on the center right let you see who else starred and forked the repo.
License information just makes sense to be in a repo summary, and it just happens that most license files are at the root and visible in the file tree.
I don’t see the top level stuff, you probably see that because you’re not authenticated, so github tries to “sell” itself for you.
I agree “releases” should be at the top though (it used to, and I use GitHub refined to bring it back), but having the latest one at a glance is nice and saved me a click many times.
-
on Fairphone Is Finally Selling Its Repairable Phone in the US in c/technology@lemmy.world · 18 Aug 2026
It’s the cheapest they have, but not really a cheap model. Those are pretty decent specs for the price. Unfortunately I don’t know any smartphone selling for under 200$/€ that doesn’t suck.
-
on Fairphone Is Finally Selling Its Repairable Phone in the US in c/technology@lemmy.world · 18 Aug 2026
Cool, any issues with annoying apps like banks requiring play protect or something? Is there an Android auto equivalent or an emulation to allow use in a car?
-
on Fairphone Is Finally Selling Its Repairable Phone in the US in c/technology@lemmy.world · 18 Aug 2026
That’s exciting. Does anyone know how /e/os compare to stock android or graphene? And should we be worried about Murena messing it up, or is it a solid company?
-
on Why is my home server using so much RAM for cache + buffer? in c/selfhosted@lemmy.world · 16 Aug 2026
No point in messing with swappiness settings, trust me. You want to address the reason this happens in the first place, not disable or reduce swap.
I’ve had a nearly identical scenario at work. The reason? A data verification process that went through 100s of thousands of files to run their checksums and check integrity. This was working as intended, but the system alerts were firing because of that high buffer/cache utilization. So check which processes have highest IO and you might find the answer. Swap is just a side effect.
-
on different design philosophies in c/linuxmemes@lemmy.world · 16 Aug 2026
yeah, I have a 65" TV connected and it gets comically large. I wouldn’t be nearly as productive without it.
-
on You have lost CPU time privileges in c/linuxmemes@lemmy.world · 14 Aug 2026
For most things. The only exception I see is if you have really over dimensioned memory, or have a very predictable load so that having the extra reclaimable space won’t make a difference.
-
on Encryption help in c/privacy@lemmy.ml · 13 Aug 2026
I’ll second the other comment,. Establish and end to end encrypted backup of all data you plan to encrypt at rest first - at least the parts you really care about not losing. Ideally a “3-2-1” setting. Test the backup. Then look for encrypting your local working copy at rest.
-
on DeepSeek’s updated V4 Pro AI model struggles on benchmarks, shines in cybersecurity: impresses in niche areas but leaves some developers disappointed in its overall capabilities. in c/technology@lemmy.world · 13 Aug 2026
I’d say that “struggles” is a bit too much. And it’s still 5x to 10x cheaper than the models they compared to in benchmarks, let’s see by how much they’re increasing that cost.
-
on You have lost CPU time privileges in c/linuxmemes@lemmy.world · 13 Aug 2026
yeah, swap is definitely still useful and it gets used by the kernel well before the main memory is full
-
on You have lost CPU time privileges in c/linuxmemes@lemmy.world · 13 Aug 2026
it’s not, because it takes swap usage into account, so you can benefit from swap without risking a frozen system
-
on You have lost CPU time privileges in c/linuxmemes@lemmy.world · 13 Aug 2026
the only times I had OOM killer kick in, the machine was already frozen for a long time trying to swap things in and out and whatnot. So I started using earlyoom - it’ll just nuke that memory hogging process out of existence before it takes the whole machine down.
-
on Spotify threatens industry with ad-skipping tool: "Skip Ahead" is available for Premium users in selected markets, and enables them to skip entire ad breaks, intros, sponsorship messages. in c/technology@lemmy.world · 10 Aug 2026
Spotify has too many users and control over the industry, nothing good can come from that. Do your part and stop using it.
-
on Bytedance is training an AI model with up to ten trillion parameters: That's three times the size of Moonshot's Kimi K3, currently the largest Chinese model. in c/technology@lemmy.world · 8 Aug 2026
for inference you’re only counting active parameters towards VRAM, and some labs / models don’t train at 32b precision, or even use the same precision for different parts of the network
-
on YouTube’s AI slop detector incorrectly targets Kurzgesagt as other creators fear same fate - Dexerto in c/technology@lemmy.world · 7 Aug 2026
to me and probably to over 2B people

I can’t open imgur links, can you paste the image inline?