Readit News logoReadit News
AugustoCAS commented on Ask HN: Why there are no actual studies that show AI is more productive?    · Posted by u/make_it_sure
AugustoCAS · 9 days ago
Dora released a report last year: https://dora.dev/research/2025/dora-report/

The gains are ~17% increase in individual effectiveness, but a ~9% of extra instability.

In my experience using AI assisted coding for a bit longer than 2 years, the benefit is close to what Dora reported (maybe a bit higher around 25%). Nothing close to an average of 2x, 5x, 10x. There's a 10x in some very specific tasks, but also a negative factor in others as seemingly trivial, but high impact bugs get to production that would have normally be caught very early in development on in code reviews.

Obviously depends what one does. Using AI to build a UI to share cat pictures has a different risk appetite than building a payments backend.

AugustoCAS commented on Disrupting the largest residential proxy network   cloud.google.com/blog/top... · Posted by u/cdrnsf
AugustoCAS · 2 months ago
This was easy because it's a Chinese company.

The largest companies in this space that do similar this (oxylabs, brighdata,etc) have similar tactics but are based in a different location.

AugustoCAS commented on Oh My Zsh adds bloat   rushter.com/blog/zsh-shel... · Posted by u/fla
AugustoCAS · 2 months ago
This is not an issue for me due to my workflow.

I have a script for each of my projects that I run when I open a new terminal window (Alacritty). The scripts set up tmux with 3-8 terminals, each terminal launches a components, utility or just sits in a folder from which I later run commands.

Having said that, I use only a few zsh plugins, and have a theme configured to not run commands that add extra latency.

AugustoCAS commented on     · Posted by u/krzkaczor
AugustoCAS · 5 months ago
A chunk of the internet is down for me. So far Perplexity, AWS (VPN) and vercel.

Seems AWS is limping: https://news.ycombinator.com/item?id=45640772

AugustoCAS commented on “Don’t mock what you don't own” in 5 minutes (2022)   hynek.me/articles/what-to... · Posted by u/JNRowe
AugustoCAS · 9 months ago
Something that I find amusing in the Java community is that a good number of senior developers, with anything from 5-20 years of experience, who do 'tdd' have never heard of the concept of test doubles and religiously think that a class must be tested in complete isolation mocking everything else.

The saddest one I saw was a team trying to do functional programming (with Spring). The tech lead was a bit flummoxed when I asked why mocks are not used in functional languages and continued to think that 'mocking functions' is the correct way to do TDD.

AugustoCAS commented on A dark adtech empire fed by fake CAPTCHAs   krebsonsecurity.com/2025/... · Posted by u/todsacerdoti
privatelypublic · 9 months ago
How do you do this? I'm looking to do it for the clipboard API. Browsers should be able to block copy and paste.
AugustoCAS · 9 months ago
A quick google shows this for FF (taken from a thread in StackOverflow):

> In Firefox you can completely disable beforeunload events by setting dom.disable_beforeunload to true in about:config. Extensions may be needed for other browsers.

A word of caution: I'm not 100% sure, but I wonder if some web collaboration tools might use this to ensure data has been synced with a server.

AugustoCAS commented on Discovering a JDK Race Condition, and Debugging It in 30 Minutes with Fray   aoli.al/blogs/jdk-bug/... · Posted by u/aoli-al
AugustoCAS · 9 months ago
[posted this in another thread, but maybe the author can clarify this]

I wonder how this works when one runs test in parallel (something I always enable in any project). By this I mean configuring JUnit to run as many tests as cores are available to speed up the run of the whole test suite.

I took a peek at the code and I have the impression it doesn't work that well as it hooks into when a thread is started. Also, I'm not sure if this works with fibers.

AugustoCAS commented on Fray: A Controlled Concurrency Testing Framework for the JVM   github.com/cmu-pasta/fray... · Posted by u/0x54MUR41
AugustoCAS · 9 months ago
I wonder how this works when one runs test in parallel (something I always enable in any project). By this I mean configuring JUnit to run as many tests as cores are available to speed up the run of the whole test suite.

I took a peek at the code and I have the impression it doesn't work that well as it hooks into when a thread is started. Also, I'm not sure if this works with fibers.

AugustoCAS commented on Show HN: JavaFactory – IntelliJ plugin to generate Java code   github.com/JavaFactoryPlu... · Posted by u/javafactory
AugustoCAS · 10 months ago
A side comment, I have found that configuring a few live templates in IntelliJ helps me to write a lot of the repetitive code just a handful of keystrokes regardless of the language.

Structural refactoring is another amazing feature that is worth knowing.

AugustoCAS commented on I Can't Believe This Is a Real Yubikey    · Posted by u/t7p4zh
AugustoCAS · a year ago
Would love to know if you found it's a real key or a fake one.

u/AugustoCAS

KarmaCake day375April 4, 2017View Original