Viewing profile — Dessesaf
Dessesaf
HN member- Joined
- Sun, Oct 24, 2021, 3:15 PM UTC
- HN karma
- 26
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About Dessesaf
No profile information was provided.
Recent public activity
-
comment
Comment #44443240
Ok, and what about the overwhelming majority of reasons to be outside the house, which are not social reasons? It's a bit silly to abandon all contact with the world just because y…
-
comment
Comment #40630565
It's not really about the editor. The editor (the LSP client) just provides support for telling the server what the user wants a definition for, and how to display that back to the…
-
comment
Comment #40630454
Like anything else, gradually. You really don't have to understand any deep wizardry to get started (or, for the most part, even to finish). For the most part, you just look at a s…
-
comment
Comment #40630187
libc doesn't really have a concept of containers or iterators. The only container it knows is an array. The one well-known "generic" algorithm in libc is qsort. But qsort only work…
-
comment
Comment #40568891
Serenity still has Ladybird as it is right now. So I assume that will become the baseline for "Browser" in SerenityOS going forward, and be developed independently. Whatever the br…
-
comment
Comment #40480751
Yes, "our" does not necessarily include you. There is no separate word for an "us" that includes all people.
-
comment
Comment #40480665
It's useful to consider the next answer a model will give as being driven largely by three factors: its training data, the fine-tuning and human feedback it got during training (RL…
-
comment
Comment #40290146
All these decisions add up to people just not replying to interesting questions. More often than not, nobody will reply, so all threads are just one or two levels deep. Or in the r…
-
comment
Comment #40197929
I'm not sure either. I definitely remember occasionally feeling a distinct "flow" feeling the first few years I was studying and working. But now I still have periods of similar an…
-
comment
Comment #39942321
I agree that most recipes are terrible. And a lot of them aren't even sensible. As in, if you'd follow them, you'd not really get a usable product out of it. Maybe an overcooked mu…
-
comment
Comment #39891734
I think you overestimate how strongly those ties bind people to their current situations. I don't know your situation, so don't take this the wrong way. Maybe your ties truly do bi…
-
comment
Comment #39837885
Is that sans-IO pattern doing anything particularly novel, or is that basically just a subset of what any functional programmer does anyway? Don't get me wrong, I'm fully on board …
-
comment
Comment #39313323
Wow, I just read https://fourmilab.ch/documents/strikeout/ and I'm stunned. I'd really love to see how other people react to this and whether they agree with his, in my opinion ext…
-
comment
Comment #39301987
If you're not looking to build a bootloader, but will rely on GRUB then it's extremely simple. You just need to write a very simple multiboot header. It's literally just some numbe…
-
comment
Comment #39301818
The really challenging part when you're building an OS comes from not building an incrementally bigger and bigger mess until you're stuck and can't make any progress any more. You'…
-
comment
Comment #39301605
Without considering how memory is accessed (coalescing all accesses in a warp), your memory accesses will be up to the warp size slower (32x for NVIDIA). So basically, you can't wr…
-
comment
Comment #39300544
There are no concrete plans for anything with the Serenity ecosystem. But the main design goal of Jakt was originally for developing mainly GUI applications in SerenityOS. But if J…
-
comment
Comment #38607642
Yes, it's a legitimate question. If you wanted to keep up with a friend from Japan, would you not install LINE to talk to them (or them installing Whatsapp or Discord, or whatever …
-
comment
Comment #36532548
Your `f` function is just polymorphic. Would you also consider the following Haskell function to not be strongly typed? add a b = a + b This is a polymorphic function that works fo…
-
comment
Comment #35678081
QML is nice, and IMO a much better version of the HTML/CSS/JS web stack. There are also decent debugging tools and it seems to perform well-enough (though you can certainly shoot y…
-
comment
Comment #35441382
I agree completely. Taking a shower, brushing my teeth and other routine things have never become a habit for me either. I have to put in the same effort every time. Of course ther…
-
comment
Comment #29277222
I don't see a problem with a QEMU-only OS. Serenity is explicity designed for personal use. It's not a headless OS in any way. I could see it being useful in a corporate environmen…
-
comment
Comment #29169750
I used Notebooks for notes for a while. It's useful. The choice is essentially between Markdown with inline code, or Notebooks, which are Code with markdown inbetween. Markdown foc…