Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
elesiuta
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Agent6 – coding agent with jailed commands and editable state machines
(github.com)
2 points
by
elesiuta
1mo ago
|
0 comments
2.
▲
by
elesiuta
2mo ago
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.
3.
▲
by
elesiuta
1y ago
> 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 improve the scenery and clunky menus.
4.
▲
by
elesiuta
1y ago
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 given the opportunity. I think one of the po
5.
▲
by
elesiuta
2y ago
If they're on the same network, cross platform, open source airdrop alternative https://github.com/localsend/localsend
6.
▲
by
elesiuta
2y ago
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 "(Artist)\s+(.+)\n(Title)\s+(.+)" -p
7.
▲
by
elesiuta
3y ago
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 recent version with python 3.11, but there
8.
▲
by
elesiuta
3y ago
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 the duration of the occultation from many
9.
▲
by
elesiuta
3y ago
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/elesiuta/picosnitch
10.
▲
by
elesiuta
3y ago
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 on random servers.
11.
▲
by
elesiuta
3y ago
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.
12.
▲
by
elesiuta
3y ago
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.
13.
▲
by
elesiuta
3y ago
> 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 phones past 6 though and that's approxi
14.
▲
by
elesiuta
3y ago
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 have been pretty good, but since each tra
15.
▲
by
elesiuta
3y ago
> 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 another thread I also just learned of pyp [2
16.
▲
by
elesiuta
3y ago
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()/print(eval()). I didn't really high
17.
▲
by
elesiuta
3y ago
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 also functions somewhat similarly. For exa
18.
▲
by
elesiuta
3y ago
> 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_h3xF3cE&t=1358s
19.
▲
by
elesiuta
3y ago
> "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 became available on Steam I would
20.
▲
by
elesiuta
3y ago
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 for fanotify or BPF kfuncs. Unfortunately
21.
▲
by
elesiuta
3y ago
Just added one now!
22.
▲
by
elesiuta
3y ago
> 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 start versioning my system as is with it.
23.
▲
by
elesiuta
3y ago
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://github.com/elesiuta/co
24.
▲
by
elesiuta
3y ago
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 would cause the game to drag on. Births c
25.
▲
by
elesiuta
3y ago
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 for a while I figured it was better to ju
26.
▲
by
elesiuta
3y ago
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
27.
▲
by
elesiuta
3y ago
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 duplication of effort)
28.
▲
by
elesiuta
3y ago
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 happens, I just didn't add in the logic
29.
▲
by
elesiuta
3y ago
It used to be spicier and even better before her son took over and changed it to a cheaper chili from another province a few years ago (which wasn't great). I ended up trying something like 20 different brands looking for an alternativ
30.
▲
Show HN: Conway's Game of Chess
(gist.github.com)
80 points
by
elesiuta
3y ago
|
21 comments
More ›