HackerTrans
TopNewTrendsCommentsPastAskShowJobs

theo0833

no profile record

comments

theo0833
·năm ngoái·discuss
try https://search.nixos.org/options .
theo0833
·2 năm trước·discuss
Now add devenv/devshell to your flake and it will become an all-in-one, self-contained, dependency-stable powerhouse.
theo0833
·2 năm trước·discuss
> I didn’t have backup codes for some of them

uh oh...
theo0833
·2 năm trước·discuss
I agree with you, creating something just feels better than reviewing code from a LLM intern ;D

That's why I almost never use the 'chat' panel in those AI-powered extensions, for I have to wait for the output and that will slow me down/kick me out of the flow.

However, I still strongly recommend that you have a try at *LLM auto completion* from Copilot(GitHub) or Copilot++(Cursor). From my experience it works just like context aware, intelligent snippets and heck, it's super fast - the response time is 0.5 ~ 1s on average behind a corporate proxy, sometimes even fast enough to predict what I'm currently typing.

I personally think that's where the AI coding hype is going to bear fruit - faster, smarter, context+documentation aware small snippets completion to eliminate the need for doc lookups. Multi file editing or full autonomous agent coding is too hyped.
theo0833
·2 năm trước·discuss
I use llms exactly and exclusively for the first two cases - just write comments like:

// map this object array to extract data, and use reduce to update the hasher

And let llms do the rest. I rarely find my self back to the browser - 80% of the time they spit out a completely acceptable solution, and for the rest 20% at least the function/method is correct. Saved me much time from context switching.
theo0833
·2 năm trước·discuss
> It seems so inferior to have the same thing but lose access to the browser's suite of tools/capabilities.

Explicitly removing the browser capabilities/tools is a feature imo. i.e to hide the moving parts.

Within a browser, the average low tech users may:

- ...install extensions(ad blockers? dark reader?) that interfere with the app in some way.

- ...mess with the back/forward buttons ,corrupting the router/ui state, or just get very curious why the back button kicks them back to the last page instead of closing a fullscreen modal.

- ...bookmark SPA js-driven pages where the ui state is not fully saved in the address bar(via query params, hashes, etc) and surprisingly find them broken/not working as intended when accessing the bookmark again.

- ...try to copy and send the "localhost" link to their friends and complain.(Hold on to your papers - I've seen this behavior at my workplace!)

All of those will generate complains, useless bug reports and sometimes negative reviews. While some (if not most) of the problems can be solved with great software design and extra care, I think solving these problems comes at a cost that can be very well avoided by simply removing these capabilities.
theo0833
·2 năm trước·discuss
I use slack (and spotify) exclusively in the browser because I need a browser open anyway. Never met anything that required the desktop client.
theo0833
·2 năm trước·discuss
State your reason - I'm in the same boat as dheera and I'm curious.
theo0833
·2 năm trước·discuss
They have a million ways of conveying the message of "compress", yet they delibrately choose the most violent and destructive one. Think of cinematic or cartoon-ish effects like turning the objects into colorful fluid on compress and magically forge an ipad.

Instead of this they choose to show every detail of instruments being painfully crushed and destroyed.
theo0833
·2 năm trước·discuss
My laptop wakes itself at midnight (somewhere around 12:30pm) and tries to install an update, but it fails every time and just hangs at the lock screen. Because the update is never properly installed, the device will boot up every night until I manually run "Update and restart". Ended up me killing windows update completely.