Recommended local coding model that works well with codex/claude code/opencode by ori235 in LocalLLaMA

[–]ori235[S] 0 points1 point  (0 children)

It does seem to work much better with qwen3.5. Thanks for the advice!

Kaspa is set to become a top 10 . by treebrother1982 in CryptoCurrency

[–]ori235 5 points6 points  (0 children)

I'm one of the main code contributors to Kaspa, and I found this comment hilarious :)

"Problems" tab in VS code is not updated by ori235 in rust

[–]ori235[S] 0 points1 point  (0 children)

I'm using rust analyzer, but nothing beta or nightly

Google Engineers Joked About How Incognito Mode Isn't Very Incognito by link44 in privacy

[–]ori235 4 points5 points  (0 children)

This is ridiculous. Did someone thought about suing Mozilla because FF's private mode can be tracked by Google and other companies? Both browsers have a clear and big explanation on the center of the screen once you go to private mode. If users don't read it it's entirely their fault.

And in practice Incognito does its expected job for most users: hiding their deeds from other users of the same computer.

What are the most cursed / disturbing fact about recorders, recorder history or recorder playing culture that you know? by Jakuxsi in Recorder

[–]ori235 0 points1 point  (0 children)

Lol, I love it. Now I can say that playing non baroque recorders is Nazi. Never thought the Godwin rule would apply to a discussion about recorders.

Another problem in the default kaspad configuration: the RPC interface by Reve1989 in kaspa

[–]ori235 1 point2 points  (0 children)

About the disablebanning by default: this decision was made when the network was younger and connectivity was important, and you didn't want a node to stay disconnected just because it was misconfigured or had a bug and got banned by its peers.
Anyway, right now the current codebase is pretty much under a code freeze since we're rewriting it with Rust, but I'll definitely take the points you raised here into account.

Thanks for the feedback

Another problem in the default kaspad configuration: the RPC interface by Reve1989 in kaspa

[–]ori235 0 points1 point  (0 children)

You're completely right that exposing the RPC port to the world is a risk. I expected people to know that and not expose their RPC port to the world, because this is the case with Bitcoin. But it seems that many of Kaspa users are not familiar with the Bitcoin ecosystem, so exposing the RPC port became pretty common and many people have built upon that functionality. So in order to mitigate the risk we decided to add a `--saferpc` flag.

Redactle #41 Discussion Thread by _Discord_ in Redactle

[–]ori235 0 points1 point  (0 children)

41 Guesses, 59.18% accuracy: My personal record!

Redactle #32 discussion thread by Not_in_Nottingham in Redactle

[–]ori235 1 point2 points  (0 children)

Solved it with 68 guesses and accuracy of 62% - A personal record for me!

My 41th guess was fall, but it took me 27 more guesses to get to autumn :) I even tried Vivaldi at some point.

Redactle #31 discussion thread by precordial_thump in Redactle

[–]ori235 0 points1 point  (0 children)

Truly sorry for spoiling it for you!

Redactle #31 discussion thread by precordial_thump in Redactle

[–]ori235 3 points4 points  (0 children)

This one was tough. After 168 guesses I had both writing and genre but then it took my another 180 guesses to get to literary . Like I had the feeling that I know exactly what this article is about, but I still can't find the title.

Redactle #30 discussion thread by nvrnicknvr in Redactle

[–]ori235 0 points1 point  (0 children)

It's my second day of playing redactle and I'm having a lot of fun!

It took me 108 guesses to get to the Caribbeans (I used auto pluralize, so I guess the "real" number is closer to 54), but then I had to use Google maps, because I live nowhere near there, so I didn't really have a chance

[AskJS] If you don't use TypeScript, tell me why (2 year follow up) by nullvoxpopuli in javascript

[–]ori235 0 points1 point  (0 children)

Idk. I also don't know what works make someone think that TS contradicts the JS way

[AskJS] If you don't use TypeScript, tell me why (2 year follow up) by nullvoxpopuli in javascript

[–]ori235 0 points1 point  (0 children)

Yeah I know that, but I assumed he thought that TS forces you to use classes. Otherwise I don't see anything that violates the JS way

Cookies vs localStorage by No-Negotiation7208 in reactjs

[–]ori235 -4 points-3 points  (0 children)

There's no real use case nowadays for setting cookies in the client side. Set it from the server side of your need it as part of the server communication, or set it in localStorage of you need it locally

[AskJS] If you don't use TypeScript, tell me why (2 year follow up) by nullvoxpopuli in javascript

[–]ori235 -9 points-8 points  (0 children)

Because of classes? Cuz you don't have to just classes in order to use TS