HackerTrans
トップ新着トレンドコメント過去質問紹介求人

nivethan

no profile record

投稿

McMansions 101: What Makes a McMansion Bad Architecture? (2016)

mcmansionhell.com
36 ポイント·投稿者 nivethan·23 日前·68 コメント

6th Finger Project (2022) [video]

youtube.com
2 ポイント·投稿者 nivethan·25 日前·0 コメント

AdBreak – Jailbreaking the Kindle

kindlemodding.org
1 ポイント·投稿者 nivethan·先月·0 コメント

Use your database to power state machines (2023)

blog.lawrencejones.dev
4 ポイント·投稿者 nivethan·先月·0 コメント

Freak in the Sheets – LLVM back end that compiles to Google Sheets

devpost.com
2 ポイント·投稿者 nivethan·先月·0 コメント

Automakers invented the crime of jaywalking (2015)

vox.com
4 ポイント·投稿者 nivethan·先月·0 コメント

Selfhosting Vaultwarden (2023)

nachtimwald.com
1 ポイント·投稿者 nivethan·3 か月前·0 コメント

The bee that everyone wants to save

naturalist.bearblog.dev
288 ポイント·投稿者 nivethan·4 か月前·88 コメント

Fantastic Anime Edit

youtube.com
1 ポイント·投稿者 nivethan·4 か月前·0 コメント

Low Effort Sandwiches

cherrysroom.bearblog.dev
2 ポイント·投稿者 nivethan·4 か月前·0 コメント

Trickle Down Effects

gomakethings.com
2 ポイント·投稿者 nivethan·4 か月前·0 コメント

New York's Best Espresso? (2002)

nytimes.com
1 ポイント·投稿者 nivethan·7 か月前·1 コメント

Gnome Workbench

github.com
2 ポイント·投稿者 nivethan·7 か月前·0 コメント

[untitled]

1 ポイント·投稿者 nivethan·7 か月前·0 コメント

Mozilla's latest quagmire

rubenerd.com
237 ポイント·投稿者 nivethan·7 か月前·164 コメント

What I Would Change in Lox for Teaching (2022)

third-bit.com
3 ポイント·投稿者 nivethan·8 か月前·0 コメント

Recursive Descent and Pratt Parsing

chidiwilliams.com
3 ポイント·投稿者 nivethan·8 か月前·0 コメント

Bytecode Compilers and Interpreters (2019)

bernsteinbear.com
2 ポイント·投稿者 nivethan·8 か月前·0 コメント

Basic parsing difficulties in EndBASIC (2023)

endbasic.dev
4 ポイント·投稿者 nivethan·8 か月前·0 コメント

How to Write a Book in Markdown

carlalexander.ca
2 ポイント·投稿者 nivethan·8 か月前·0 コメント

コメント

nivethan
·先月·議論
This is a terrifying and illuminating read.
nivethan
·2 か月前·議論
Interestingly each of those sentences also tripped me up but I let it go as it read good enough.

This comment is pushing me to think critically about those weird sentences rather than just accepting it. Thanks for this comment.

This is like that short story with the various llm troubleshooting jobs in some solarpunky future. I loved it but the fact it was AI gives me a form of sadness. This is likely the same now.
nivethan
·2 か月前·議論
I love this, ordered one now. I've been looking for something lightweight to use to ssh into various machines. Though tbh it might go into my junk drawer anyway. Maybe I like the idea of on the go ssh more than actually doing it.
nivethan
·2 か月前·議論
I'm starting to think I should post my prompts if the model one shots it as I don't think the code itself is worth putting out.
nivethan
·4 か月前·議論
I've done a little bit of this and Claude is pretty great. Take the app and let Claude run wild with it. It does require you to be relatively familiar with the app as you may need to guide it in the right direction.

I was able to get it to rebuild and hack together a .NET application that we don't have source for. This was done in a Linux VM and it gave me a version that I could build and run on Windows.

We're past the point of legacy blackbox apps being a mystery. Happy to talk more, my e-mail is available on my profile.
nivethan
·7 か月前·議論
Archive link: https://archive.is/YxVWt
nivethan
·7 か月前·議論
Picked it up :) The look inside was great, it reminds me of an old astronomy book that I was obsessed with a long time ago.
nivethan
·8 か月前·議論
So many of these systems were one man shops. It really speaks to how easy to develop pick systems was. It still very much is.
nivethan
·8 か月前·議論
I work on a bunch of Pick systems :) Love it all and we're still doing active development. (Feel free to send me an e-mail, we pick up orphaned systems)

If anyone wants to take a look, here are some links:

Open source version: https://github.com/geneb/ScarletDME

The last version of true pick: https://github.com/Krowemoh/R83
nivethan
·10 か月前·議論
Is this aimed at being in the same role as petite-vue and alpinejs? They also don't have a build step.

I've started to think something like petite-vue and twind would let you build small internal tools quickly, there are some major downsides to it which is why I haven't committed yet.