g_b
No user record in our sample, but g_b has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but g_b has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
> 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…
My USB got bricked on openSuse, and I got the segmentation fault error randomly. I was using the KDE edition.
> 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…
Jetbrains IDEs had the "find usage" feature before sourcetrail existed. Eclipse as well. I'm not sure what sourcetrail brought new to the table.
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…
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…
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?
This interactive tutorial should be very useful: https://learngitbranching.js.org/
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…
By definition yes. Compulsive engagement in rewarding stimuli despite adverse effects. I drink coffee non-compulsively once or twice a week, without bad effects.
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…
I use Sumatra PDF for PDF/mobi/epub.
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...
Or func add(x int, y int): int { return x + y } This way it would be consistent with how variable types are declared.
Defense Innovation Board
Iridium browser seems like a good alternative. It is firefox with a focus on privacy.
> 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.)
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.
> 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…