Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
NwpierratorR
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
NwpierratorR
11mo ago
> I wonder from a modding perspective would it be better if all public methods are just the API users can call and they themselves create a way for mods to exist? It's the way vintage story implemented modding. They developed the wh
2.
▲
by
NwpierratorR
2y ago
For gravitational waves we still rely on EM radiation as it's measured by comparing perpendicular lasers through interferometer.
3.
▲
by
NwpierratorR
2y ago
Memory is solvable tho. Either through hacky means via RAG + prompt injections + log/db of interaction history or through context extensions. IF you have a billion tokens of effective context, you might spent years until it is filled i
4.
▲
by
NwpierratorR
3y ago
I've been using Niagara since its first days. Absolutely loving it and it keeps getting better year over year. The only thing I miss still is not being able to open drawer by swiping up (though fastscroll on letters is good enough, but
5.
▲
by
NwpierratorR
3y ago
I haven't played with dolphin-mixtral, but dolphin-mistral gave me a good impression for generic rag application. There's also developments and experimentation in making it more factual via dpo and laser(afaik so far not very unsu
6.
▲
by
NwpierratorR
3y ago
While it's good to have core technology as part of OS, it also makes it non-updateable separately from the OS itself, which slows the spread of developments. That's my main gripe with apple's approach to swift and swiftui. Ye
7.
▲
by
NwpierratorR
4y ago
While philosophy is good, Java makes a very questionable syntactic choices when adopts that said features. Pure slowness in how java develop feels like you have to wait 5 years to get something that other languages have, only to get it in t
8.
▲
by
NwpierratorR
4y ago
You clearly doing something wrong as I get about 3 minutes per image on m1 mac mini. But yeah, at this stage most of guides are early hacks and require individual tweaking. It is quite expected that people get varying results. I assume in a
9.
▲
by
NwpierratorR
4y ago
It took Linux a couple of decades to get to that point. And it had immense business value in having such a massive infrastructure open for everyone. For hardware our world is not there yet and won't be for quite a forseeable future.
10.
▲
by
NwpierratorR
5y ago
I wonder whether it counts people who use internet, but don't know it. My grandma uses her phone to chat with me, check the weather, recipes and news. But if you ask her whether she uses internet or not - she'd say no and she has
11.
▲
by
NwpierratorR
5y ago
Was also common in Ukraine in early 2000s.
12.
▲
by
NwpierratorR
5y ago
Java has different codestyle, i.e. camelCase instead of snake_case, brackets shouldn't break the line, no space before param blocks after signature, etc. Also explicit throws is so 2000s, nowadays it would be a better approach to retur
13.
▲
by
NwpierratorR
5y ago
Android Runtime(ART) obviously.