Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
frisia
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
frisia
3mo ago
Very cool idea! More of an arcade game though than a roguelike, but very enjoyable. One nit i have: it seems like the seed is fixed? where units spawn every turn.
2.
▲
by
frisia
3mo ago
Looks nice but feels severely underbaked. Did a medium soduku puzzle. Made a mistake, so I tried erasing it to get rid of the noise. 0? no. backspace? also no apparently. then I just mashed other number keys to see if the square was responi
3.
▲
by
frisia
3mo ago
I think that's the joke :) all other articles load fine instantly, just this one that has a spinner
4.
▲
by
frisia
5mo ago
the question is if you think this shade of cyan is more green than blue
5.
▲
by
frisia
5mo ago
No thank you to no windowing on ipad, I like having one app up for references and another for my drawing program :)
6.
▲
by
frisia
7mo ago
This was very interesting to read! My choice of drawing program now is Rebelle, which does have a "swarm" brush (they call them bristle brushes, designed to emulate real paintbrushes) and together with its physical simulation wher
7.
▲
by
frisia
7mo ago
Look, I'm sympathetic to not feeling like you're a good writer, but there are plenty of writing styles which doesn't turn your opinions into overly dramatic AI slop. And now I don't even know which opinions are your own
8.
▲
by
frisia
7mo ago
Actually unreadable
9.
▲
by
frisia
9mo ago
Complete with AI generated reviews? Bold move for a medical app.
10.
▲
by
frisia
10mo ago
I'd be careful with what you mean by "realistic" here. Is this realistic as in would any normal person ever say this? The answer to that is a hard no, because people don't talk like this. But it is a moot point, because
11.
▲
by
frisia
1y ago
I would recommend giving Hollow Knight a try, I think it has very good accesibility and I know many people who typically don't like these kind of games that did find Hollow Knight enjoyable. Silksong is a beast though, I love it but ve
12.
▲
by
frisia
2y ago
This is very cool! I'm actually working on something very similiar, as I wanted a scripting language with very robust pattern matching and macro-like capabilities with term rewriting for writing DSLs. Seeing this project is very inspir
13.
▲
by
frisia
2y ago
https://en.wikipedia.org/wiki/Computer_(occupation)?useskin=...
14.
▲
by
frisia
4y ago
Maybe just me but I think the title is worth changing to "Enabling macOS Apps To Be Uninstalled" to prevent ambiguity
15.
▲
by
frisia
4y ago
There are weak references in Rust. https://doc.rust-lang.org/std/rc/struct.Weak.html The way it works is, in order to use it you try to upgrade it to a normal Refcounted pointer. Since it is a weak reference, this
16.
▲
by
frisia
4y ago
Really excellent sound design! At first I was a little skeptical of the heavy muddy sound mix-wise but then when it broke up around 1 minute in it paid off more than well. Great track!
17.
▲
by
frisia
4y ago
> There’s no inalienable right to live in a popular place you cannot afford. I agree, that's why single family households should have a higher property tax and high density a lower one. Currently single family households are subsidi
18.
▲
by
frisia
5y ago
I switched late high school to exclusively use Colemak and have since. It's harder to reflect now about the difference of it as it have just became the new normal for me, but I remember my initial reactions after getting fluent in cole
19.
▲
by
frisia
5y ago
The fact that there are a lot of standard behaviours (GenServer, Supervisor, Agent, e.t.c) and conventions followed makes this not such a big issue for me. Dialyzer is also a great tool which catches a lot of errors for me.