HackerTrans
TopNewTrendsCommentsPastAskShowJobs

g_b

no profile record

comments

g_b
·5 เดือนที่ผ่านมา·discuss
> Do current LLM based agents generate code which is easy to change?

They do. I am no longer writing code, everything I commit is 100% generated using an agent.

And it produces code depending on the code already in my code-base and based on my instructions, which tell it about clean-code, good-practices.

If you don't get maintainable code from an LLM it's for this reason: Garbage in, garbage out.
g_b
·5 ปีที่แล้ว·discuss
My USB got bricked on openSuse, and I got the segmentation fault error randomly. I was using the KDE edition.
g_b
·5 ปีที่แล้ว·discuss
> What distros do you feel have a poor experience for new Linux users?

I've had blocking problems with these 3: ElementaryOS, Ubuntu, OpenSuse. The problems include:

- Crash reports every 10 minutes - Segmentation fault error or something when opening the notifications section - Bricking my USB stick - Poor rendering in remote desktop - OS crashing unexpectedly and not starting at all afterwards - Noticeably poor performance for all apps (going full-screen for browser videos happens in 1 second and you see it freeze, in windows it's instant) - Desktop freezing if I press keys too fast (opening and closing the Ubuntu Dash menu quickly). Forced to restart the machine - Visual glitches during every boot - I don't remember now, but the list goes on
g_b
·5 ปีที่แล้ว·discuss
Jetbrains IDEs had the "find usage" feature before sourcetrail existed. Eclipse as well. I'm not sure what sourcetrail brought new to the table.
g_b
·5 ปีที่แล้ว·discuss
Easier to read version:

    let logNow = (importance, message) => log(new Date(), importance, message);
    let debugNow = message => logNow("DEBUG", message);
And with this implementation, current IDEs provide a more informative auto-complete.
g_b
·5 ปีที่แล้ว·discuss
The demo doesn't even have auto-complete for function/variable names? It's fast at doing what, typing everything by hand?

Looking at 27:41 [1] I can hear maybe 12 key strokes to add some closing parentheses. It adds an extra newline that the programmer has to delete by hand.

[1] https://youtu.be/9Q0YFHHLG-g?t=1661