HackerTrans
TopNewTrendsCommentsPastAskShowJobs

exographicskip

no profile record

comments

exographicskip
·2 tháng trước·discuss
Hats off to you on the ham license! My friend just got hers too!

Re: markdown and hugo, that's an excellent combo. You could easily setup a raspberry pi or $5/mo vps to serve it behind caddy/traefik/nginx and have a working multipage app (mpa) in a weekend.

Or a few minutes with AI haha
exographicskip
·2 tháng trước·discuss
I've found that one of the areas I enjoyed least is now what I spend a lot of time on now: testing!

Property-based testing in particular has uncovered a number of invariants in every code base I've introduced it to.

tbf depending on the agent/model a lot of the tests end up being thrown out so it's possible I _should_ handwrite more tests, but having better prompts and detailed plans seems to mitigate that somewhat
exographicskip
·2 tháng trước·discuss
Good description of my thoughts on vibe coding / agentic engineering.

Spend a lot more time on architecting and testing than hand rolling most repos now.

Hats off to people who enjoy the minutia of programming everything by hand, but turns out I enjoy the other aspects of software development more.
exographicskip
·2 tháng trước·discuss
This is my experience too. I'm primarily a python dev, but have been routinely using other backend languages (rust, go, etc) that I'm familiar with but not at the same level.

Just having ~13yrs experience heavily weighted in one language with some formal studying of others makes directing llms a lot simpler.

Learning syntax, primitives, package managers, testing, etc isn't that much of a lift compared to how I used to program.

Was helping a non-dev colleague who's using claude cowork/code to automate reporting the other day. They understand the business intelligence side well, but were struggling with basic diction to vibe code a pyautogui wrapper to pull up RDP and fill out a MS Access abstraction on a vendor DB.

Think we'll be fine for another 5-10 years as a profession
exographicskip
·2 tháng trước·discuss
I've been a fan of the em dash since college. Only recently learned what the shortcut on macos is (opt-shift-dash) but setup text expansion a decade ago.

Think we need better AI tells than that
exographicskip
·2 tháng trước·discuss
Big mise fan. Basically took the baton from asdf and added way better performance and dx.

Odd that aube is missing deno from their benchmarks though
exographicskip
·2 tháng trước·discuss
Been following zed for at least a year now.

Tried switching multiple times from vscode but it's just not feature complete for my use cases. Off top:

- no expanding tabs to fill the window until another one is clicked

- file picker hides .gitignored files

- vertical terminal tabs would be nice

- restart doesn't automatically load the previous window (most recent project)

- while faster/more responsive than vscode on large codebases, still pretty heavy compared to its AI-averse fork, gram; thus I can't use it on the macbook neo

Until some/all of that is improved, it's just uncanny valley territory with no particular killer feature to migrate. Appreciate all the work they've put into it (especially remote ssh parity!) though and like what they're doing in broad strokes
exographicskip
·4 tháng trước·discuss
I remember the OG XPS 13 had what Dell called "project sputnik". To my knowledge, it was the first time a Dell laptop shipped with Ubuntu, if not Linux.

Really wanted one, but was a poor recent college grad at the time.
exographicskip
·4 tháng trước·discuss
Chaos agent hahaha
exographicskip
·4 tháng trước·discuss
> I think it would be unhealthy for Linux in the long term

Mostly agree until this line. MS enshittifying their ecosystem is the resting state and if you believe in the free market (I don't btw), customers voting with their money or data (since they're the product) should be applauded.

TBF Apple does this too on macOS and arguably iOS. I think a lot of their longstanding pushes to merge the two OSes is hostile to their user base who want stronger separations of concerns; a desktop OS has different requirements and capabilities than a phone or a tablet.

Would love to have a Neo with Sequoia which in itself is a step back from Sonoma, but I haven't truly loved any of their OSes since Mountain Lion.
exographicskip
·4 tháng trước·discuss
100%

With ssh access to the underlying arch/fedora fork, it'd be an easy fix with AI
exographicskip
·4 tháng trước·discuss
The only two moats MS has for desktop OS usage are:

1) Kernel-level DRM for multiplayer games (looking at you, Marathon)

2) Intentionally nerfed MSO 365 apps on web and macOS

You could make a strong case that MDM (which InTune uses as well) negates the AD + GPO advantages of the past 20+ years in enterprise.
exographicskip
·4 tháng trước·discuss
browserstack might be a good option to test a bunch of browsers and their different versions on real devices.

Never used it personally, but might get some mileage out of the free plan before their time-based usage expires.

https://www.browserstack.com/docs/automate-self-hosted/getti...
exographicskip
·5 tháng trước·discuss
Been running cachyos for months, drama-free
exographicskip
·5 tháng trước·discuss
Are you me?? I'm literally building highly personalized and/or idiosyncratic software with claude to solve personal and professional problems.

Thanks to tauri, I've now made two desktop apps and one mobile app for the first time in the last two months.

None of this was nearly as feasible just a year ago
exographicskip
·6 tháng trước·discuss
I've also used "do you need affirmation or advice."

I like your 3 H's though!
exographicskip
·6 tháng trước·discuss
Thanks for the excellent comment! Now excuse me while I go export my spotify history to play around with duckdb <3
exographicskip
·6 tháng trước·discuss
Works on macos too (unix by way of bsd)
exographicskip
·6 tháng trước·discuss
bitfield/script has some nice abstractions for bash builtins and coreutils

https://github.com/bitfield/script
exographicskip
·6 tháng trước·discuss
By default, it's `~/Library/Caches/uv/environments-v2/` on macos.

Can find via `uv cache dir`

See: https://docs.astral.sh/uv/reference/cli/#uv-cache-dir