Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aldanor
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
31.
▲
by
aldanor
6mo ago
One of the popular products on the planet acquires the most popular python packaging org
32.
▲
by
aldanor
7mo ago
Yes. To me personally, Rust and both its restrictions and features (ie no OOP and prevalence of sum types and hence other goodies) makes approaching the implementation of big problems differently; eventually the experience with Rust also ch
33.
▲
by
aldanor
7mo ago
Honestly curious, what are the tradeoffs with vim9 / vimscript?
34.
▲
by
aldanor
9mo ago
Unless you, well, state in AGENTS.md that prompts may offer suboptimal options in which case it's the machine's duty to question them, treat the prompter like a coworker and not a boss.
35.
▲
by
aldanor
9mo ago
Anyone from Solace MUD here?
36.
▲
by
aldanor
9mo ago
Perhaps you have a 49'' screen
37.
▲
by
aldanor
9mo ago
Right and wrong here are all subjective. In this case it's like, abducting another man's wife from their house and saying it's right for their kids
38.
▲
by
aldanor
9mo ago
Depends on formatter's config
39.
▲
by
aldanor
10mo ago
Also some comments have "you're absolutely right" in them
40.
▲
by
aldanor
11mo ago
The author answered himself: > Want to do something slightly off-script? That’ll be three trait bounds, one custom derive, and a spiritual journey through src/internal/utils/mod.rs An alternative is: you want something off
41.
▲
by
aldanor
1y ago
All the time. 49'' screen is built for that. The usual setup = terminal is the central half with nvim being one half of that, sometimes also split into two side by sides, sometimes not; two terminal tabs in the right pane (zellij)
42.
▲
by
aldanor
1y ago
And then ditching those packages unmaintained (like snacks). // mini.nvim is a completely different author though and doesn't have to do much with lazy
43.
▲
by
aldanor
1y ago
How is this different from https://github.com/Swoorup/arrow-convert ?
44.
▲
by
aldanor
1y ago
I'm genuinely interested in what kind of work are you doing if bringing m4 max is not enough? And what kind of bleeding edge laptops are we even talking about (link?) and for what purpose?
45.
▲
by
aldanor
1y ago
Huh? Bleeding edge laptops can last a lot more on battery. M3 16'' mbp lasts definitely enough for a full office day of coding. Twice that if just browsing and not doing cpu intensive stuff.
46.
▲
by
aldanor
1y ago
... and eventually the humankind goes extinct due to mass obesity
47.
▲
by
aldanor
1y ago
Used to be an immortal (admin/main dev) in Solace MUD based on dragonlance. It's actually running now apparently, revived after some years offline. It was funny how myself and my friend became imms there - we offered a patch to fi
48.
▲
by
aldanor
1y ago
Working in the terminal gets you to make the best use of a single most efficient input source, the keyboard. Which, coincidentally, is what you need for coding. In visual ides (pretty much all of them), some actions can only be performed by
49.
▲
by
aldanor
1y ago
It's like asking if on and off cocaine is better than always off... sugar being a sort of cocaine-like thing for the brain. One thing to note here is that ketosis may be achieved by diets less strict like MAD etc.
50.
▲
by
aldanor
1y ago
Keto diet makes your brain use ketones instead of glucose for fuel which results in slower brain aging when you're 40-50.
51.
▲
by
aldanor
1y ago
Moreover, getting stuck in homework assignments and learning how to get unstuck is what, I think, propels you forward the most.
52.
▲
by
aldanor
1y ago
It's not so hard to type in the problem to a chatgpt on your second monitor or an iPad next to your screen and just retype the answer with some alterations
53.
▲
by
aldanor
1y ago
Open weights.
54.
▲
by
aldanor
1y ago
Distributing non Python packages via the same channel that Python packages may depend on. E.g, h5py depending on libhdf5.
55.
▲
by
aldanor
1y ago
And then at some point your Rust people write a Python module in Rust via pyo3, and it has to be integrated into Python build system and Python type checkers, but also needs local rust crates as build dependencies and local python packages
56.
▲
by
aldanor
1y ago
We have an internal ban policy on copilot for IP reasons and while I was... missing it initially, now just using neovim without any AI feels fine. Maybe I'll add an avante.nvim for a built-in chat box though.
57.
▲
by
aldanor
1y ago
You can write great code in notebooks; it all depends on you. Eg if you use vscode and not the browser for jupyter notebooks, you will have the same type checking and formatting as in the editor itself if you have it enabled. For interactiv
58.
▲
by
aldanor
1y ago
Fish has built in fuzzy search on ctrl-r as well, with no extra config needed
59.
▲
by
aldanor
1y ago
Don't forget, Rust was first implemented in OCaml, you can guess where those best enums come from.
60.
▲
by
aldanor
1y ago
You mean cargo build
More ›