Viewing profile — bicolao
bicolao
HN member- Joined
- Tue, Dec 25, 2012, 4:22 AM UTC
- HN karma
- 255
- Public activity
- 92 items
- HN profile
- View on Hacker News ↗
About bicolao
No profile information was provided.
Recent public activity
-
comment
Comment #46589899
> I misread this as AI initially ... The japanese have it harder because "ai" means love. But perhaps "love" will be written in kanji while "AI" in katakana, so writing form is not…
-
comment
Comment #46578408
I'm more amazed you run the same machine for 20 years. Another 20+ years user, but I've reinstalled 5-6 times when I change laptops.
-
comment
Comment #46414446
> Every time I try and learn Vulkan I end up getting confused and annoyed about how much code I need to write and give up. Vulkan isn't meant for beginners. It's a lot more verbose…
-
comment
Comment #46233257
> But you're right: ulimately the kernel is just a program. Play a bit with user mode linux [1] the kernel becomes literally a linux program, that I believe you can even debug with…
-
comment
Comment #45837499
It's 2000. Build failure was pretty much expected for any software. Probably a good idea to stay home and work through any problem. Nowadays you'll just fire up a build and go. And…
-
comment
Comment #45723659
> I get your point, but reviewing your own PRs is a very good idea. Yes. You just have to be in a different mindset. I look for cases that I haven't handled (and corner cases in ge…
-
comment
Comment #45658304
The top of the page links to this https://practical-scheme.net/oneday.html that explains more what practical means for the author (of Gauche Scheme). In short > One day, however, I…
-
comment
Comment #44952925
fuse probably isn't a good example here because you still have to enter kernel space if i'm not mistaken, then out again to the fs driver in userspace then probably back to kernel …
-
comment
Comment #44952834
If this is ad hoc solution, what's the "right" approach?
-
comment
Comment #44605208
The author answered on lobster thread [1]. This is more of an io_uring exercise than an attempt to replace ls. [1] https://lobste.rs/s/mklbl9/lsr_ls_with_io_uring
-
comment
Comment #44347435
The only git-notes related issue I found is https://codeberg.org/forgejo/forgejo/issues/6385 . So, probably because nobody has raised it.
-
comment
Comment #44008166
past? I'm still running it. If I don't, I find something is missing on the right side of my screen. I got my theme off freshmeat.net. The original source is gone now [1], so I have…
-
comment
Comment #43861650
because it's not worth the risk of breaking plenty applications out there (or in the case of office, documents). I have heard stories of MS making changes to keep older apps workin…
-
comment
Comment #42964060
It was experimental to allow the developers to tweak UI, including breaking backward compatibility if needed. But I left Git shortly after these were added. I guess nobody picked t…
-
comment
Comment #42795315
There were preview releases before, when they promised to not break ABI but could still add/refine things.
-
comment
Comment #42308362
https://en.wikipedia.org/wiki/Impeachment_of_Park_Geun-hye so yes
-
comment
Comment #41853164
They mention this in https://github.com/asterinas/asterinas/blob/2af9916de92f8ca1... > While we prioritize compatibility, it is important to note that Asterinas does not, nor will …
-
comment
Comment #41391933
As someone who also uses emacs, I type C-a a so often that sometimes I do the same in emacs and it leaves an extra a. It's quite rare though.
-
comment
Comment #41087653
With XCOM 2 if you miss a tile in the last turn, you lose the mission. It's not a great execution even if it does apply time pressure. Long War or other mods handle this much bette…
-
comment
Comment #39898738
seems easily worked around with base64 and friends.
-
comment
Comment #37280999
Gentoo Linux
-
comment
Comment #36128637
I think you can see a modern CPU as a network. There are some beefy servers doing all the heavy lifting which is what the outsiders see. But there's also a few smaller servers here…
-
comment
Comment #35244684
Curlhammer 40k is the ultimate one.
-
comment
Comment #34847005
It's part of the language [1] [2] > Builtin operators && and || perform short-circuit evaluation (do not evaluate the second operand if the result is known after evaluating the fir…
-
comment
Comment #34457206
Or this [1]. A bunch of gauche.* modules are not listed there. [1] http://practical-scheme.net/gauche/man/gauche-refe/Module-In...