Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sjustinas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
sjustinas
2y ago
$ nix-shell -p nodejs_20 [nix-shell:~]$ node --version v20.18.1 Oh, the UX horror!
2.
▲
by
sjustinas
3y ago
me reading 89th "attack helicopter" joke in a row: WHEEZE
3.
▲
by
sjustinas
3y ago
CS2, essentially a rewrite of CS:GO using the Source 2 engine is coming "this summer", so there's that.
4.
▲
by
sjustinas
4y ago
I spun up a test server of Pleroma recently. Following just a few people, 0 people following me AFAIK, I did join a few relays so my federated timeline is populated. It is currently showing 360MB RSS and the CPU load maxes out at ~50% of a
5.
▲
by
sjustinas
4y ago
Note also that recently a fork called Akkoma[1] sprung up. If one is looking to self-host, it might be worth looking into this vs Pleroma (I don't have a horse in this race, was just doing some research on different ActivityPub servers
6.
▲
by
sjustinas
4y ago
Just to note, Pleroma also uses a job queue: Oban. https://hexdocs.pm/oban/Oban.html
7.
▲
by
sjustinas
4y ago
Not the parent poster, but there seems to be some misunderstanding. The GitHub issue creator explained that they're getting two different behaviors depending on C compile flags. That's already not "the same behavior as Go&quo
8.
▲
by
sjustinas
4y ago
Are there plans for docs to be updated? The 0.3 release notes claim: > Option and Result are now separate types: ?Foo and !Foo respectively. Old code will continue working for 1 year and will result in a warning/hint. Yet, doc/
9.
▲
by
sjustinas
4y ago
> Is there any way to use this system without an extra device (no phone, no key, only my pc)? I've used rust-u2f in the past, although it seems to be Linux only. https://github.com/danstiner/rust-u2f
10.
▲
by
sjustinas
4y ago
Not a tutorial, but the unofficial wiki has info on Raspberry Pi and other ARM SBCs: https://nixos.wiki/wiki/NixOS_on_ARM
11.
▲
by
sjustinas
5y ago
"The Artificial Intelligence That Deleted A Century" is another similar one from Tom. https://www.youtube.com/watch?v=-JlxuQ7tPgQ
12.
▲
by
sjustinas
5y ago
That's absolutely fair, I don't think either the parent or the NixOS devs implied in any way that it should be the right fit for everyone or 100% of the Linux distro market share is the end goal. For me, the benefits outweigh the
13.
▲
by
sjustinas
5y ago
The Steam client works natively on Linux. It ships its own version of Wine, called Proton and many games work well. They are doing lots of work to get the remaining games working in preparation for the launch of Steam Deck. https:/&#x
14.
▲
by
sjustinas
6y ago
There is one in anyhow's README. https://github.com/dtolnay/anyhow#comparison-to-failure
15.
▲
by
sjustinas
6y ago
A Rust String is encoded as UTF-8, it is not an array of char-s. You can get an iterator over individual codepoints using the chars() method. https://doc.rust-lang.org/std/string/struct.String.html#meth...
16.
▲
by
sjustinas
6y ago
Location: Vilnius, Lithuania Remote: Yes Willing to relocate: No Technologies: Rust, Python, Go, C#, JavaScript, C (in vague order of preference/expertise; more inside the resume) Résumé/CV: https://justinas.keybase.pub
17.
▲
by
sjustinas
6y ago
At this point you're just arguing for removing all mechanical skill from competitive games. Impede the gameplay however you want, in pure mechanical aspects a program will always have the benefit of perfect accuracy and near-zero react
18.
▲
by
sjustinas
7y ago
The indexing operator [] does bound checks, the method `get_unchecked()` does not. If you need the extra speed at the expense of safety, you can do it, but you have to consciously choose this trade-off. Unlike in C, in Rust safety is opt-ou
19.
▲
by
sjustinas
7y ago
I've been running my own email since about 8 months ago. I have Google's MX (that I used before) on backup (with a lower priority). Will not help me with every sort of fuckup possible, but it will at least deliver the mail if my s
20.
▲
by
sjustinas
7y ago
While Google might have fucked up, what could possibly be your workflow where a single crashed tab costs you one and a half day's of work?
21.
▲
by
sjustinas
7y ago
Librem 5 has kill switches for camera, audio and data. https://puri.sm/products/librem-5/
22.
▲
by
sjustinas
7y ago
Do you not consider pip third-party? It does not come with the standard Python distribution. Although `ensurepip` does.
23.
▲
by
sjustinas
7y ago
See https://langserver.org/#implementations-client
24.
▲
by
sjustinas
7y ago
Could you elaborate on why you think Pi 4 is "overpowered" for Kodi? From what I've seen, there are still some kinks playing 4K HEVC videos. So hopefully, when software/firmware/etc. catches up, it should be "j
25.
▲
by
sjustinas
7y ago
I'm on the same boat: a year ago, I bought a first-gen Pixel. Back then, Pixel 2 was already out and even Pixel 3 was on the horizon, but 5" is the absolute maximum size I can comfortably operate using one hand. Hell, I would even
26.
▲
by
sjustinas
7y ago
MSI is on it. https://twitter.com/AustraliaMSI/status/1136188253785034752
27.
▲
by
sjustinas
7y ago
Could you elaborate? As far as I know, Brave promises to give you a browser and it gives you a browser. Does not sound like something I would call a "scam".
28.
▲
by
sjustinas
7y ago
As I replied to tlrobinson above, is this a problem when there is an an official package that bolts on a promise support?
29.
▲
by
sjustinas
7y ago
There is an [official] additional package "request-promise" that adds Promise support. I don't dabble in Node much, but is this a bad thing? Although on the other hand, most other libraries support promises out of the box (e.
30.
▲
by
sjustinas
9y ago
What an awful disclosure. > <...>an elevation of privilege vulnerability exists when a ASP.NET Core web application fails to validate web requests correctly. Fails to mention what "validating a request correctly" means. R
More ›