Viewing profile — dicytea
dicytea
HN member- Joined
- Sat, Sep 28, 2019, 6:08 AM UTC
- HN karma
- 416
- Public activity
- 116 items
- HN profile
- View on Hacker News ↗
About dicytea
No profile information was provided.
Recent public activity
-
comment
Comment #47767293
What's the advantage of additionally using rclone vs. just restic?
- comment
-
comment
Comment #46180957
It's funny that I've seen people both argue that LLMs are exclusively useful only to beginners who know next to nothing and also that they are only useful if you are a 50+ YoE vete…
-
comment
Comment #45781772
One of the most iconic lisp saying is literally about how every other languages are supposedly inferior to lisp, so I don't think it's a particularly good example here.
-
comment
Comment #45724280
I mean I get this in theory. But the lineup of high-quality games in production with Bevy just never stops to impress me. I'm always surprised by the new cool stuff they're making …
-
comment
Comment #45509625
Sadly does not work on fish because the developers does not believe that users are intelligent enough to understand the obvious and intuitive outcome of flipping ">" (a valid opera…
-
comment
Comment #45344603
Yeah I aliased zi to z for this reason. z feels too much like a lottery ticket.
-
comment
Comment #45291370
It already exists actually: https://github.com/TypeScriptToLua/TypeScriptToLua . I had a pretty good experience with it while trying out Love2D.
-
comment
Comment #44489730
I really never understood the threat model behind this often repeated argument. Most of these installation scripts are just simple bootstappers that will eventually download and ex…
-
comment
Comment #44204015
From the intro[^1]: > Odyc.js is a tiny JavaScript library designed to create narrative games by combining pixels, sounds, text, and a bit of logic. [^1]: https://odyc.dev/doc/gett…
-
comment
Comment #44149563
> Note that the author used disko to partition the disk declaratively. Disko won't work for a machine with very limited ram, because disko run in the installer, and needs to instal…
-
comment
Comment #44059087
Do you have any published benchmarks?
-
comment
Comment #43908590
> I could of course create my own type for this, but then it won’t work with the ? operator. This is what the Try[^1] trait is aiming to solve, but it's not stabilized yet. [^1]: h…
-
comment
Comment #43826003
> Some folks think you need to use Visual Studio How's the LSP support nowadays? I remember reading a lot of complaints about how badly done the LSP is compared to Visual Studio.
-
comment
Comment #43746575
bootc would be more attractive for this theming use-case, if there's a 1-line method to spin up a graphical VM straight from the docker file. I looked into it, but it looks like th…
-
comment
Comment #43721279
Doesn't seem to be a problem, at least for Rust: https://godbolt.org/z/fToxz3d7a . Functions with plain arguments and a struct both produce identical assembly output.
-
comment
Comment #43635052
There's this other team that built an MMORPG with SpacetimeDB, in 3 months with 8 people: https://youtu.be/kzDnA_EVhTU&t=717 Seems to have paid off for them: https://play.google.co…
-
comment
Comment #43544683
I've checked out the Japanese one, but I'd say that it's definitely no where near "real-world content" IMO. Just the usual tortuously slow-paced, artificially dumbed-down dialogue …
-
comment
Comment #42862809
I agree with most of this, but I don't understand why you'd treat FKs as business logic. IMO, it's clearly a part of the data structure. Like, say if you have a domain that looks l…
-
comment
Comment #42846726
I don't know why, but clipboard libraries tend to be really poorly implemented, especially in scripting languages. I just checked out clipboardy and all they do is dispatch binarie…
-
comment
Comment #42626320
Time to cook up a PR.
-
comment
Comment #42565024
I don't understand, you're replying in a thread where that very - super-experienced and productive low-level programmer - is talking about how he finds LLMs useful.
-
comment
Comment #42273776
It'll probably not get as much traction as Go, but for a simpler reason that may not be as ideologically satisfying for you. It's just really hard for a new language to get real tr…
-
comment
Comment #41895293
From a comment in the linked issue: > Note that the SDK is used (and enabled as a feature flag) not only in the release of desktop app, but also in the browser, CLI and web clients…
-
comment
Comment #41871624
For those frustrated with the game not working, it looks like that the canvas rendering the disc can block the "Place disc" button, depending on your initial window size. To fix th…