Viewing profile — megapoliss
megapoliss
HN member- Joined
- Sat, Jul 11, 2020, 11:40 AM UTC
- HN karma
- 51
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About megapoliss
No profile information was provided.
Recent public activity
-
comment
Comment #47424510
kotlin
-
comment
Comment #46591311
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
-
comment
Comment #46587552
Bookmarks was there, like in 2012, but no one bothered to read the docs, and everyone continue to use heavy, non removable branches.
-
comment
Comment #46587529
I remember that: for repos ~ 1Gb Mercurial just became unusable. It took half of day just to clone the repo.
-
comment
Comment #44864557
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…
- comment
-
comment
Comment #44863035
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 checked with…
-
comment
Comment #44861128
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
-
comment
Comment #44115885
For everage user nothing changes - each folder will just have "thumb.db" with all metadata and long names.
-
comment
Comment #41379452
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…
-
comment
Comment #41065998
Map looks terribly (like ~5y) outdated.
-
comment
Comment #40466890
https://udlbook.github.io/udlbook/
-
comment
Comment #40112786
Cool I thought it's specific for linux, so it cannot be used on BSD
-
comment
Comment #40112343
> 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 clos…
-
comment
Comment #40112315
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)
-
comment
Comment #39978718
Genie is deprecated https://gitlab.gnome.org/GNOME/vala/-/issues/1473
-
comment
Comment #36549008
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...
-
comment
Comment #31980890
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…
-
comment
Comment #31966202
Rough, Chess engine = Interface protocol (like UCI) + Move Generator + Evaluation Function. Article talks about evaluation function only (since it reuse move generator and interfac…
-
comment
Comment #30056989
I liked this book for TASM. However, it's pretty much outdated now https://www.amazon.com/Mastering-Turbo-Assembler-Tom-Swan/dp...
-
comment
Comment #29955570
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.
-
comment
Comment #29735979
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 re…
-
comment
Comment #29735817
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 jav…
-
comment
Comment #29735107
> 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 …
-
comment
Comment #29735055
It sound like java is not usable without the state-of-art IDE.