Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
g_b
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
g_b
7mo ago
> 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
2.
▲
by
g_b
5y ago
My USB got bricked on openSuse, and I got the segmentation fault error randomly. I was using the KDE edition.
3.
▲
by
g_b
5y ago
> 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 som
4.
▲
by
g_b
5y ago
Jetbrains IDEs had the "find usage" feature before sourcetrail existed. Eclipse as well. I'm not sure what sourcetrail brought new to the table.
5.
▲
by
g_b
5y ago
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 i
6.
▲
by
g_b
5y ago
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
7.
▲
by
g_b
6y ago
What does your typical work day look like? Do you work on multiple things that don't require coding? Why does launch-time matter at all?
8.
▲
by
g_b
6y ago
This interactive tutorial should be very useful: https://learngitbranching.js.org/
9.
▲
by
g_b
6y ago
Actually master is used as the default for submodules branch tracking [1]. I maintain a Git client application that deals with submodules & I have to take this use-case into account. GitHub must work with Git & make this a proper ch
10.
▲
by
g_b
6y ago
By definition yes. Compulsive engagement in rewarding stimuli despite adverse effects. I drink coffee non-compulsively once or twice a week, without bad effects.
11.
▲
by
g_b
6y ago
Here's why selecting the entire URL is good. The most common action performed with the URL bar is to search for something or to navigate. Selecting everything helps you type your search query without having to double click or triple cl
12.
▲
by
g_b
7y ago
I use Sumatra PDF for PDF/mobi/epub.
13.
▲
by
g_b
7y ago
A right place to use XML is when you want to write structured & reusable content, for example when writing documentation. See DITA [1]. [1] https://en.wikipedia.org/wiki/Darwin_Information_Typing_Arch...
14.
▲
by
g_b
7y ago
Or func add(x int, y int): int { return x + y } This way it would be consistent with how variable types are declared.
15.
▲
by
g_b
8y ago
Defense Innovation Board
16.
▲
by
g_b
8y ago
Iridium browser seems like a good alternative. It is firefox with a focus on privacy.
17.
▲
by
g_b
8y ago
> The core skill of innovators is error recovery, not failure avoidance. Can anyone expand on this? So far my biggest failure has been unmaintainable spaghetti code.)
18.
▲
by
g_b
8y ago
I wish this full-screen modal feature would disappear. I've lost track on the number of times I pressed back to close a modal on mobile because I thought it was a new page. Please make it clear that a dialog is a dialog.
19.
▲
by
g_b
9y ago
> Don't need to know jsx! You don't need to know jsx for using jsx. You only need to know html. You do need to learn something more with vue, you said so yourself, those v-for, v-if directives. > each component is html.file,