Viewing profile — sjustinas
sjustinas
HN member- Joined
- Sat, Oct 19, 2013, 5:08 PM UTC
- HN karma
- 187
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About sjustinas
Recent public activity
-
comment
Comment #42365883
$ nix-shell -p nodejs_20 [nix-shell:~]$ node --version v20.18.1 Oh, the UX horror!
-
comment
Comment #36976246
me reading 89th "attack helicopter" joke in a row: WHEEZE
-
comment
Comment #36285972
CS2, essentially a rewrite of CS:GO using the Source 2 engine is coming "this summer", so there's that.
-
comment
Comment #33566698
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 currentl…
-
comment
Comment #33565885
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 ju…
-
comment
Comment #33565835
Just to note, Pleroma also uses a job queue: Oban. https://hexdocs.pm/oban/Oban.html
-
comment
Comment #31950975
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. Th…
-
comment
Comment #31945647
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 ye…
-
comment
Comment #31275157
> 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…
-
comment
Comment #31083070
Not a tutorial, but the unofficial wiki has info on Raspberry Pi and other ARM SBCs: https://nixos.wiki/wiki/NixOS_on_ARM
-
comment
Comment #29486272
"The Artificial Intelligence That Deleted A Century" is another similar one from Tom. https://www.youtube.com/watch?v=-JlxuQ7tPgQ
-
comment
Comment #28887084
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 i…
-
comment
Comment #28869779
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 i…
-
comment
Comment #24526276
There is one in anyhow's README. https://github.com/dtolnay/anyhow#comparison-to-failure
-
comment
Comment #23925238
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/s…
-
comment
Comment #23393983
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) …
-
comment
Comment #22856333
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 h…
-
comment
Comment #21823272
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 …
-
comment
Comment #21579005
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 possi…
-
comment
Comment #21544173
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?
-
comment
Comment #21518661
Librem 5 has kill switches for camera, audio and data. https://puri.sm/products/librem-5/
-
comment
Comment #21513274
Do you not consider pip third-party? It does not come with the standard Python distribution. Although `ensurepip` does.
-
comment
Comment #20982771
See https://langserver.org/#implementations-client
-
comment
Comment #20462410
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/et…
-
comment
Comment #20294445
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 comf…