Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
veganjay
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
veganjay
3mo ago
Fun game. I found had trouble seeing the color contrast, so I modified the connection color by updating the CSS for .root.tile to #aaffff
2.
▲
by
veganjay
10mo ago
I have an older laptop with a 32-bit processor and found that TinyCoreLinux runs well on it. It has its own package manager that was easy to learn. This distro can be handy in these niche situations.
3.
▲
by
veganjay
10mo ago
I went to a restaurant and they asked "How we doing?". And I said "I don't know. I'm doing well, but I'm not sure how you are doing."
4.
▲
by
veganjay
11mo ago
Reminds me of an old calculator trick: Pick an integer between 1 and 9. Multiple it by 9. Take that number and multiply it by 12345679. (Skip the 8) >>> 3 * 9 27 >>> 12345679 * 27 333333333 This all works because: >&g
5.
▲
by
veganjay
1y ago
Neat to see this done by hand! It helps demystify the magic behind git commands. If you like this, I also recommend "Write Yourself a Git", where you build a minimal git implementation using python: https://wyag.thb.lt
6.
▲
by
veganjay
1y ago
Initially, I used `uv tool run <name>`, but later discovered `uv tool install <name>`. The `install` command downloads dependencies once and caches them for future use. It is similar to how `pipx install <name>` works. e
7.
▲
by
veganjay
1y ago
Nice! Fun game. Similar idea, different interface: https://news.ycombinator.com/item?id=44189814 https://bobsword.com/
8.
▲
by
veganjay
1y ago
Another good one: https://owasp.org/www-project-juice-shop/
9.
▲
by
veganjay
2y ago
I'm also curious if this functionality is possible to achieve through browser configuration. Alternatively, a browser extension could potentially provide a helpful solution. I suspect the implementation may vary on a case-by-case basis
10.
▲
by
veganjay
2y ago
I enjoyed participating in Octojam (the CHIP-8 game jam) in previous years and sad to see it come to an end. Working with CHIP-8 inspired me to a CHIP-8 emulator which was a great learning experience.
11.
▲
End of Octojam (2023)
(beyondloom.com)
3 points
by
veganjay
2y ago
|
1 comments
12.
▲
by
veganjay
2y ago
Chisel is a handy red-team tool. I learned about it training for the OSCP (Offsec Certified Professional). It comes in handy under certain situations. Another tool I recommend is Ligolo-ng [1]. You set up a network interface and use &quo
13.
▲
by
veganjay
3y ago
Previous announcement by the author: https://news.ycombinator.com/item?id=35839470
14.
▲
by
veganjay
3y ago
I was looking for a lightweight OS to run on old Asus Eee PC 1005 HA, which uses a 32-bit Intel Atom N270 processor. I installed Void Linux ( https://voidlinux.org/ ). I may give DSL 2024 a try and see how it compares.
15.
▲
by
veganjay
3y ago
Love it! I like seeing Pac-man put into strange scenarios. I made a slightly similar (1.5d?) game for the CHIP-8. Pacman can only go left and right, but the ghosts fall from the sky. https://veganjay.itch.io/falling-ghosts
16.
▲
by
veganjay
3y ago
I learned about chisel in PEN-200 / preparing for the OSCP. Then I learned about, Ligolo-ng [1] which is a game-changer. I highly recommend checking it out. It is most applicable to a penetration test. It uses TLS so I'm not su
17.
▲
by
veganjay
3y ago
There's also Bask (bash + flask). It's a CTF challenge on day 8 of HackVent (1). It's based off an article on building a bash web server (2). 1. https://hv23.idocker.hacking-lab.com/ 2. https://d
18.
▲
by
veganjay
3y ago
Seems like a combination of the Kodak Calendar (1) and Swatch Internet Time (2): 1. https://en.wikipedia.org/wiki/International_Fixed_Calendar 2. https://en.wikipedia.org/wiki/Swatch_Internet_Time
19.
▲
by
veganjay
3y ago
This was a lot of fun. Thanks for making and sharing. The "find" command would be very helpful for the last step (to get the passcode). I found that you can do "ls 0/0/0/0 0/0/0/1 ..." So I
20.
▲
by
veganjay
3y ago
Someone made a homebrew of Super Mario Bros for the Atari 2600: - https://forums.atariage.com/topic/201426-super-mario-clone-w... - https://www.youtube.com/watch?v=8fSO-UTdCI8
21.
▲
by
veganjay
3y ago
To run on Ubuntu 20.04, I had to change the last line of "mario.sh" to: done) | sed -Enf ./mario.sed
22.
▲
by
veganjay
3y ago
Reminds me of this poster: http://www.southendpunk.com/html/damnadv.html "The Damned can now play three chords. The Adverts can play one. Hear all four of them at..."
23.
▲
by
veganjay
3y ago
I first saw this in Sniffing Glue magazine - today I learned it first appeared in Sideburn.
24.
▲
by
veganjay
4y ago
I'm a little confused as to running the Suricata, Zeek and the Elasticsearch stack on Kali. I think of these tools run on a server, rather than a desktop. And it seems like SecurityOnion scratches this niche. I do like the idea of Ka
25.
▲
by
veganjay
4y ago
Ghostbusters, Back to the Future
26.
▲
by
veganjay
4y ago
What's the difference between "BypassPaywallsClean" and "BypassPaywalls"? - Related HN thread: https://news.ycombinator.com/item?id=22482329 - Reddit thread: https://www.reddit.com/r
27.
▲
by
veganjay
4y ago
Breathing through my mouth. I trained myself to breathe through my nose during the day. And at night, I put a little piece of tape on my mouth to make sure I breathe through my nose.
28.
▲
by
veganjay
4y ago
It depends on what you are presenting. I found [mdp]( https://github.com/visit1985/mdp ) to be very useful when presenting a tech talk. It is easy to copy and paste from the source material, it can be done all via the
29.
▲
by
veganjay
4y ago
+1 for Darknet Diaries Also, a few others that I did not see here: - Programming Throwdown: https://www.programmingthrowdown.com/ - This Developer's Life: https://thisdeveloperslife.com/ - Adventures o
30.
▲
by
veganjay
4y ago
I have burned a lot of time thinking a host was down only to find it blocks ICMP echo (ping). As a follow-up to a ping fail, I check to see if a known port is open using nmap. gist: https://gist.github.com/veganjay/6b90
More ›