Viewing profile — elesiuta
elesiuta
HN member- Joined
- Thu, Dec 16, 2021, 1:34 AM UTC
- HN karma
- 246
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About elesiuta
No profile information was provided.
Recent public activity
-
comment
Comment #48839442
Same here, I suspect the majority of people with average to small hands could never really one hand phones (with a good enough screen size) in the first place so it makes less diff…
-
comment
Comment #44084477
> Otherwise, many of the best games are VR-additional that can be played flat as well, like Elite: Dangerous, DCS, or the racing games. Also Skyrim VR was breathtaking, especially …
-
comment
Comment #44084445
I really enjoy that roller coaster feeling both in real life, and in VR games like Jet Island and Windlands. I'm pretty interested in this and would like to participate in a study …
-
comment
Comment #41276594
If they're on the same network, cross platform, open source airdrop alternative https://github.com/localsend/localsend
-
comment
Comment #39857156
I use python more often than tools like awk, which I often forget the syntax of, so I made pyxargs to quickly run python code in the shell for small tasks like this sp current | py…
-
comment
Comment #39494788
Are you looking for something like a call graph? There's pyan3 [1] which although doesn't support python 3.7+, I've still had luck with v1.0.4 which works better for me than its mo…
- comment
-
comment
Comment #38328835
Great article, I've always been impressed by this too. It's neat that it sounds like even amateurs with nothing but a regular DSLR can contribute to this as well. > By precisely ti…
-
comment
Comment #37952558
Yep, and from my experience too (made a tool that monitors network traffic with eBPF [1]) in addition to those issues there is also a sizable latency hit. [1] https://github.com/el…
-
comment
Comment #37796664
I think this is still reasonable, attackers may have a database of leaked keys (e.g. if you ever accidentally commited to GitHub, or ever ran a malicious script which uploaded it),…
-
comment
Comment #37796589
I require both key and password to login, and have fail2ban rate limit password attempts. This gives sufficient notice to fix things if a key were to become compromised.
-
comment
Comment #37755209
I had the same issue and found floss picks worked well, but after a while the pins just became too worn. Thankfully my new phone has wireless charging.
-
comment
Comment #37705835
> I get that they're not the same device, but is it really 2.1x the device that the 13 is? It looks like you're using an average lifetime of 9 years for the 2.1x factor. I rarely s…
-
comment
Comment #37665516
I thought the biggest issue wasn't with the models themselves, but how Zillow decided to apply and act on them, which is why it didn't work in practice. So on average their predict…
-
comment
Comment #37630585
> I too can never remember jq syntax when I need to. I usually just end up writing a Python script Same here! That's why for small things I made pyxargs [1] to use python in the sh…
-
comment
Comment #37630535
Thank you! My original use case was for running ffmpeg in directories with encodings that broke xargs, and later added the py/pyev flags which basically swapped subprocess.run() wi…
-
comment
Comment #37626110
I have never heard of pyp before, looks neat! I made something similar myself, pyxargs [1], which doesn't have all the magic of pyp, but although being geared towards more xargs li…
-
comment
Comment #37617044
> weights of a model, that a domain expert can tweak by hand This sounds similar to how image recognition was done before deep learning [1] [1] https://www.youtube.com/watch?v=8SF_…
-
comment
Comment #37613275
> "Games for Windows Live", which was so bad I don't even try replaying the games that still require it If it's even still possible to install/activate them. Whenever any of them b…
-
comment
Comment #37607469
Similar to bandwhich, I recently created a snap of my own bandwidth monitor, picosnitch [1]. However I was only able to get it working with classic confinement due to there being n…
-
comment
Comment #37552961
Just added one now!
-
comment
Comment #37552169
> ostree is what everyone should be using I currently use Ubuntu for my server, and I see there's ostree in my repos, I haven't gotten around to trying it yet but I'd like to just …
-
comment
Comment #37552084
Thanks!!! It'll probably still be a while till I can get started on this (if I do), but I just created a new repo for this here if you (or anyone else) wants to get started before …
-
comment
Comment #37551988
That sounds like it could be fun! The multiple turn delay I used for this may help solve some of the problems of the pieces dying immediately at the start, and for the end game whe…
-
comment
Comment #37551874
Probably, but if I continue this I'd add it to an existing chess client, or at least use something better than curses. I was actually planning to do this before sharing, but after …