HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jelled

no profile record

Submissions

Show HN: Fiscal – An Agent Friendly CLI for Actual Budget

fiscal.sh
1 points·by jelled·5 माह पहले·0 comments

Vibecoding Stack for 2026

benbjurstrom.com
1 points·by jelled·6 माह पहले·0 comments

Show HN: Instant video edits with local Whisper models (macOS)

cutword.com
5 points·by jelled·पिछला वर्ष·0 comments

comments

jelled
·7 माह पहले·discuss
Just like AI will kill all the software developers...

Obviously AI will change the legal industry. But a lawyer will still have an advantage because they know what questions to ask and can provide the AI with the relevant context.
jelled
·8 माह पहले·discuss
Happened to me as well.

Side note, why isn't this on the front page? The points to recency ratio seems high enough.
jelled
·पिछला वर्ष·discuss
A native MacOS app called CutWord that turns command words spoken during video recording into automatic timeline edits.

You can grab a TestFlight link at https://cutword.com
jelled
·पिछला वर्ष·discuss
I agree that the number of years matter, but Walt Disney died in 1966.
jelled
·पिछला वर्ष·discuss
Imagine if they re-released this with the chip and screen of an M4 iPad Pro.
jelled
·2 वर्ष पहले·discuss
Love the idea of preserving the simplicity of flat files for managing your content but dynamically loading them into a database to make sorting and filtering easier and more performant. I did something similar for my Laravel markdown blogging engine[0].

[0]: https://prezet.com/index
jelled
·2 वर्ष पहले·discuss
Specs say it's 2.0 inches tall, going to need a 2U rack
jelled
·2 वर्ष पहले·discuss
I've deployed a number of Laravel apps in both traditional and serverless architecture. I have to say I'm pretty excited about Laravel cloud. Not that deploying Laravel is hard, but for a full fledged app there's a number of moving parts that I'd rather not deal with.

Plus if you're building apps for clients handing off the whole hosting side of things sounds amazing.
jelled
·2 वर्ष पहले·discuss
My wife and I direct deposit the first 90% of our paychecks to a shared savings account. Our family's living expenses are transferred from there to a shared checking account on the first of each month.

The other 10% goes into our personal checking accounts to spend on whatever we want.
jelled
·2 वर्ष पहले·discuss
Got mine on launch day. I use it once or twice a week for content consumption. Very similar to how I would use an iPad.
jelled
·2 वर्ष पहले·discuss
Looks like 8K context length. Seems to compare well against Gemini Pro 1.5 and Claude 3 Sonnet according to the included benchmarks.
jelled
·2 वर्ष पहले·discuss
I've been using one of these for the last two years and definitely feel more rested on the nights I wear it. Never tried a CPAP so I can't speak to the comparative effectiveness. The brand I've been using is called Silent Nite.

Had a sleep study done years ago that showed mild sleep apnea, but at the time wasn't severe enough to warrant a CPAP.
jelled
·2 वर्ष पहले·discuss
The elastic isn't used for support. There's a BOA style dial that tightens things down.
jelled
·3 वर्ष पहले·discuss
I expect that locally installed models will quickly resemble how we think about drivers today. In the short term you'll install a notes app that requires Mixtral-8x7B so you pull that in through ollama. Down the line all operating systems will ship with various models preinstalled.
jelled
·3 वर्ष पहले·discuss
I see foreign keys the same way I see types. You may not need them, but they catch a lot of mistakes and give you more confidence in the integrity of your system.