Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
megapoliss
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
megapoliss
1mo ago
- lower prices on cache miss - but what matter - is cache hit even now deepseek's off-peak hours for cache hit (0.007) is lower than other providers (~0.01)
2.
▲
by
megapoliss
6mo ago
kotlin
3.
▲
by
megapoliss
8mo ago
Just rename root directory of project and double size of your repo Mercurial didn't supported rename, and did delete/add instead, so size of repo grows pretty fast
4.
▲
by
megapoliss
8mo ago
Bookmarks was there, like in 2012, but no one bothered to read the docs, and everyone continue to use heavy, non removable branches.
5.
▲
by
megapoliss
8mo ago
I remember that: for repos ~ 1Gb Mercurial just became unusable. It took half of day just to clone the repo.
6.
▲
by
megapoliss
1y ago
for nbody 500000 on my i5-9300H CPU @ 2.40GHz - 487.41 millis / 2364 kb ram for luajit -joff - 770.17 millis / 41712 kb ram for bolt 770.17 / 487.41 ~~ 1.58 cpu, not 2x, but not 15% either 41712 / 2364 ~~ 17.
7.
▲
by
megapoliss
1y ago
I used brainfuck interpreter https://github.com/Beariish/bolt/blob/main/examples/bf.bolt vs lua / luajit implementations from https://github.com/kostya/benchmarks Just che
8.
▲
by
megapoliss
1y ago
Run some examples, and it looks like this "High-performance, real-time optimized, super-fast" language is ~ 10 times slower than luajit ~ 3 times slower than lua 5.4
9.
▲
by
megapoliss
1y ago
For everage user nothing changes - each folder will just have "thumb.db" with all metadata and long names.
10.
▲
by
megapoliss
2y ago
https://github.com/picoe/Eto - OS X: MonoMac or net6.0- - Linux: GTK+ - Windows: Windows Forms (using GDI or Direct2D) or WPF Gtk - Gtk3: https://github.com/GtkSharp/GtkSharp - Gtk
11.
▲
by
megapoliss
2y ago
Map looks terribly (like ~5y) outdated.
12.
▲
by
megapoliss
2y ago
https://udlbook.github.io/udlbook/
13.
▲
by
megapoliss
2y ago
Cool I thought it's specific for linux, so it cannot be used on BSD
14.
▲
by
megapoliss
2y ago
> Of course there are many firmware blobs. It's an issue, I would prefer not running any proprietary firmware, but I don't see how it would be a bigger issue in BSD land. It's closed-source, and it's Linux. There is n
15.
▲
by
megapoliss
2y ago
I wonder - if there are reasons to use BSD nowadays. It seems, Linux is just better, and the only benefit of BSD is that it is not GPL (so it can used in closed-source software)
16.
▲
by
megapoliss
2y ago
Genie is deprecated https://gitlab.gnome.org/GNOME/vala/-/issues/1473
17.
▲
by
megapoliss
3y ago
Fable [1] (F# to JS compiler) has pac-man game as one of samples [2] [1] https://fable.io/ [2] https://github.com/fable-compiler/repl/blob/master/public/sa...
18.
▲
by
megapoliss
4y ago
I always wonder - why people bother with Uncle Bob? Guy has some opinions, but lack any notable experience and knowledge. The only known project that he contributed (and constantly mentioned in his videos) - FitNesse ( https://git
19.
▲
by
megapoliss
4y ago
Rough, Chess engine = Interface protocol (like UCI) + Move Generator + Evaluation Function. Article talks about evaluation function only (since it reuse move generator and interface).
20.
▲
by
megapoliss
5y ago
I liked this book for TASM. However, it's pretty much outdated now https://www.amazon.com/Mastering-Turbo-Assembler-Tom-Swan/dp...
21.
▲
by
megapoliss
5y ago
You are right - platform with censorship doesn't make any sense. They should provide flexible filters instead, so you won't get content that you don't want.
22.
▲
by
megapoliss
5y ago
Curring is a way to do "dependency injection" in FP, so it let you to "capture" some arguments and don't pass them each time. Sure, arguments order matter, but you don't need to refactor that often. I'm no
23.
▲
by
megapoliss
5y ago
But programming language itself is a tool. And, you need one tool to improve the other, that imply your tool (programming language) is not good enough. IMO, the only reason why java is still in use - superb IDE and tooling, that compensate
24.
▲
by
megapoliss
5y ago
> The part of functional programming I hate the most is passing some new data through 10 levels of callstack to use it in a function that didn't needed it previously. It should be automated. Probably, you may restructure your code,
25.
▲
by
megapoliss
5y ago
It sound like java is not usable without the state-of-art IDE.
26.
▲
by
megapoliss
5y ago
Agree, that makes sense.
27.
▲
by
megapoliss
5y ago
yep, it crashes on Archlinux as well Just wonder, what is the point of promoting something as "being written in Rust", if at the end it crushed the same way as "being written in C/C++/whatever".
28.
▲
by
megapoliss
5y ago
> Any idea why Godot does not do consoles? Console SDK seems to be not compatible with open source https://docs.godotengine.org/en/3.0/tutorials/platform/conso...
29.
▲
by
megapoliss
5y ago
It's pretty funny, when people are looking for "better c", but "forget" to look at D lang Especially, when they don't care whether language has GC or not
30.
▲
by
megapoliss
5y ago
Vala is really good language, if you target GObject/Gtk. GNOME also uses Vala extensively.
More ›