back
user profile
elesiuta
246karma·100submissions·December 16, 2021
recent activity (100 total)
comment
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 difference to them.
comment
> 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 with mods to impr…
comment
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 as well if give…
comment
If they're on the same network, cross platform, open source airdrop alternative https://github.com/localsend/localsend …
comment
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 | pyxr -0 -g "(…
comment
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 most re…
comment
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 timing th…
comment
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/elesiu…
comment
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), which they then try…
comment
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
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
> 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 see phon…
comment
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 predictions may h…
comment
> 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 shell. In anot…
comment
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() with exec()/…
comment
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 like usage, it al…
comment
> 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_h…
comment
> "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 o…
comment
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 no snap interfaces fo…
comment
Just added one now!
comment
> 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 st…
comment
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 me! https:…
comment
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 where too many deaths w…
comment
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 sitting on it f…
comment
Thanks you're right, I am pleased this seems to be getting more attention than I expected so I moved it here https://github.com/elesiuta/conways-game-of-chess …
comment
If there's enough interest I'll consider it, and if someone else beats me to it even better! (I just ask for appropriate credit and to check with me before starting so there's no duplic…
comment
Thanks!! > I played a few games with myself, but noticed that the "Game over" message does not stop the game? Is it supposed to keep going after the king dies? Game is over when that happ…