HN user

veganjay

368 karma

[ my public key: https://keybase.io/veganjay; my proof: https://keybase.io/veganjay/sigs/a_suPs0j3w6p85DIbiMSmQ6qtxUmAvjC4r7MK38lgE0 ]

Posts12
Comments106
View on HN
Show HN: Zanagrams 24 days 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

A We-Free December 8 months 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."

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:

>> 111111111 / 9

12345679.0

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. The example [1] on the page utilizes the luxy.js [2] library.

For this specific page [1], I found that I can disable the smooth scrolling behavior by running the following command in the developer tools console:

luxy.init({ wrapperSpeed: 1.0});

1. https://dontfuckwithscroll.com/smooth.html

2. https://min30327.github.io/luxy.js/

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.

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.

SSH over HTTPS 3 years 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 sure it could be used to address the issue mentioned in the article.

[1] https://github.com/nicocha30/ligolo-ng

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 wrote a python program to print out the ls command that shows all directory contents :)