Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bicolao
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bicolao
8mo ago
> 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 confusing.
2.
▲
by
bicolao
8mo ago
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.
3.
▲
by
bicolao
9mo ago
> 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 even if you know the fundamentals. Modern Open
4.
▲
by
bicolao
9mo ago
> 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 gdb (hazy memory as I tried uml last time maybe a d
5.
▲
by
bicolao
10mo ago
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 the build is probably finished before you're
6.
▲
by
bicolao
11mo ago
> 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 general). I can try to summarize what the code does an
7.
▲
by
bicolao
11mo ago
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 will point this page, when the friend
8.
▲
by
bicolao
1y ago
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 space (block driver). fuse has many upsides, but I
9.
▲
by
bicolao
1y ago
If this is ad hoc solution, what's the "right" approach?
10.
▲
by
bicolao
1y ago
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
11.
▲
by
bicolao
1y ago
The only git-notes related issue I found is https://codeberg.org/forgejo/forgejo/issues/6385 . So, probably because nobody has raised it.
12.
▲
by
bicolao
1y ago
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 to copy the theme to any new laptop I have. [1] c
13.
▲
by
bicolao
1y ago
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 working. Imagine carrying all that to a new rewrite.
14.
▲
by
bicolao
2y ago
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 this up to finish the job (even by just removing the experime
15.
▲
by
bicolao
2y ago
There were preview releases before, when they promised to not break ABI but could still add/refine things.
16.
▲
by
bicolao
2y ago
https://en.wikipedia.org/wiki/Impeachment_of_Park_Geun-hye so yes
17.
▲
by
bicolao
2y ago
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 it in the future, support
18.
▲
by
bicolao
2y ago
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.
19.
▲
by
bicolao
2y ago
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 better by bringing in reinforcement, so you can't stay
20.
▲
by
bicolao
2y ago
seems easily worked around with base64 and friends.
21.
▲
by
bicolao
3y ago
Gentoo Linux
22.
▲
by
bicolao
3y ago
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 and there monitoring the system (or even responsible f
23.
▲
by
bicolao
3y ago
Curlhammer 40k is the ultimate one.
24.
▲
by
bicolao
4y ago
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 first), but overloaded operators behave like re
25.
▲
by
bicolao
4y ago
Or this [1]. A bunch of gauche.* modules are not listed there. [1] http://practical-scheme.net/gauche/man/gauche-refe/Module-In...
26.
▲
by
bicolao
4y ago
> A disadvantage of the RISC design was that since programs required more instructions, they took up more space in memory. Back in the late 1970s, when the first generation of CPUs were being designed, 1 megabyte of memory cost about $5,
27.
▲
by
bicolao
4y ago
Windows is not affected because it uses IBRS instead, which is less performant than retpoline. So the question is, is IRBS overhead less or more than 28% now?
28.
▲
by
bicolao
4y ago
> since you can't really decrease your temperature you might as well learn to live at the upper extreme There is a MinuteEarth video about this YouTube if I remember correctly and the reason is well.. more reasonable. Our body works
29.
▲
by
bicolao
4y ago
What does it mean in British English?
30.
▲
by
bicolao
5y ago
> one does not simply make pointer arithmetic by accident I'm not sure about that. This has bitten me a few times (in more complicated form) "hello " + 12
More ›