Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
schindlabua
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
schindlabua
4mo ago
Nova Rock is mostly camping on and inhaling dry dirt, camping in and being covered in mud, not going to the toilet for 2-3 days, and eating canned food. But I hear you.
2.
▲
by
schindlabua
4mo ago
Austria is a small country but festival-wise it does host a couple superlatives -- Donauinselfest as the largest festival in the world, Novarock being the largest rock festival depending on how you count. And then theres so many great other
3.
▲
by
schindlabua
6mo ago
parse json? const x = await fetch(...); await x.json(); "intercept" code that runs before every request? const withAuth = (res, options) => fetch(res, { ... do stuff here });
4.
▲
by
schindlabua
6mo ago
I've been using apt for 20 years too and was never a fan of it, canonical repos are never up-to-date and managing ppas is a pain. Yes I'm very hype about nixOS (and that's a rare thing for me), but it is just really really go
5.
▲
by
schindlabua
6mo ago
Which seems suprisingly high given that it's 92 protons worth of antimatter!
6.
▲
by
schindlabua
6mo ago
Fair point but I've stopped trying to declaratively manage stuff in nix that has its own idiosyncratic state management. That way youre just using nix to run an installer.
7.
▲
by
schindlabua
6mo ago
After having done the switch to nixOS, I can confidently say that managing a system any other way (like with apt/brew + 20 handwritten bash scripts) really is neanderthal technology and nix is superior in every single way. It's al
8.
▲
by
schindlabua
8mo ago
I do leave PR commits separate. In my teams I don't set up pre-commit hooks altogether, unless others feel strongly otherwise. In projects where they are forced upon me I frequently --no-verify hooks if they are slow, as the linter run
9.
▲
by
schindlabua
8mo ago
I would reckon cleaning up your branch before opening a pull request is good practice. I also rebase a lot, aswell as git reset, and I use wip commits. Slow hooks are also not a problem in projects I manage as I don't use them.
10.
▲
by
schindlabua
8mo ago
This might be a me problem but I extensively manipulate the git history all the time which makes me loathe git hooks. A commit should take milliseconds, not a minute.
11.
▲
by
schindlabua
8mo ago
I was thinking that he's describing implementing an initial algebra for a functor (≈AST) and an F-Algebra for evaluation. But I guess those are different words for the same things.
12.
▲
Example.org Has a New Website
(example.org)
4 points
by
schindlabua
11mo ago
|
1 comments
13.
▲
by
schindlabua
11mo ago
According to the wayback machine, the change happened somewhere between Oct 7 and Oct 10. Interestingly there are no recorded snapshots on Oct 8 and Oct 9, perhaps the redesign caused a couple days of outage.
14.
▲
by
schindlabua
1y ago
Haha hey lyc! I didn't forget, you guys were second family! You taught me a lot about maths and code, not sure where I'd be without you :) Learnt more while messing around with fractals and gfx than in all my time at uni. Honestly
15.
▲
by
schindlabua
1y ago
Fractal flames is such a cool algorithm. They're what got me into programming many moons ago :)
16.
▲
by
schindlabua
1y ago
Did the switch to NixOS a few months ago on my Thinkpad and ChatGPT worked wonders. I'm not very experienced with Linux distros and have been an Ubuntu user for a long time. I don't think I'll be switching away from NixOS any
17.
▲
by
schindlabua
1y ago
Also he's literally The Flashbulb of 2000s IDM fame. Some people are really just good at everything.
18.
▲
by
schindlabua
1y ago
Except making employers do only easy things will make them stagnate. People who do nothing but simple CRUD apps over and over won't even be particularly good at making CRUD apps... whereas the guy who builds an Unicode font renderer in
19.
▲
by
schindlabua
1y ago
I probably spend 30% of time on refactoring. Deduplicating common things different people have done, adding seperating layers between old shitty code and the fancy new abstractions, adding friction to some areas to discourage crossing modul
20.
▲
by
schindlabua
1y ago
Hilariously dumb
21.
▲
by
schindlabua
1y ago
I totally just verbalize my inner monologue, swearing and everything. Sometimes I just type "weeeeeeeelllllll" and send it, to get more LLM output or to have it provide alternatives. It might sound weird but I try to make the LLM
22.
▲
by
schindlabua
1y ago
I think you're supposed to let the AI write the bad python code and then do the refactoring yourself. No way I'm letting the AI make changes to 150 files with tons of cross-concerns when I don't even fully understand it all m
23.
▲
by
schindlabua
1y ago
Chess is not exactly a simple logic task. It requires you to keep track of 32 things in a 2d space. I remember being extremely surprised when I could ask GPT3 to rotate a 3d model of a car in it's head and ask it about what I would see
24.
▲
by
schindlabua
1y ago
Not that I would know but I'd assume it's just one of those early internet things. Like somebody decided that 6 levels of headers were good enough hence h1 through h6, and well you need to be able to distinguish them by size but a
25.
▲
by
schindlabua
1y ago
I got into Minecraft via 4chan, of all places. People used to make posts about it and how cool it was and others would naturally talk crap about the game.
26.
▲
by
schindlabua
1y ago
I have `h` aliased to `history | fzf`, works well enough
27.
▲
by
schindlabua
1y ago
It would have been bootstrapped in assembly (or B/BCPL?) and then once you can compile enough C to write a C compiler you rewrite your compiler in C. I remember a Computerphile video where prof. Brailsford said something along the lin
28.
▲
by
schindlabua
1y ago
Hooks were great. But yeah eslint flat config is probably also better than the old format but we could have easily done without that breaking change you're right. The churn is part of why I try to do mostly backend these days, especial
29.
▲
by
schindlabua
1y ago
And I think the Javascript problem exists because frontend/UI is just a very complicated domain, in the sense that frontend is a big messy ball of side effects. If you've been around and saw the web grow up, and saw all the new id
30.
▲
by
schindlabua
2y ago
Then how do you SIGINT?
More ›