Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kirjavascript
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
kirjavascript
8mo ago
here's my take, in 70 lines of code: https://github.com/kirjavascript/nanoagent/blob/master/nanoa...
2.
▲
by
kirjavascript
1y ago
here's a JS one liner that handles scream and unscream in one function transform=s=>[...s.toUpperCase()].map(s=>(l="BÁGẲLẬQǞVÀCĂHẴMẦRȦWẢDẮIǍNẨSǠXȂEẶJÂOẪTẠYĀFẰKẤPÄUȀZĄ")[l.indexOf(s)^1]||s).join``
3.
▲
by
kirjavascript
1y ago
transform is forbidden but -webkit-transform seems to work :^)
4.
▲
by
kirjavascript
3y ago
It can and we have achieved Arbitrary Code Execution in NES Tetris. The setup is horrifyingly complicated and precise though, involving getting some near-impossible scores and entering specific names in the highscore list, then reaching the
5.
▲
by
kirjavascript
3y ago
I used this to build a NES game in Rust https://github.com/kirjavascript/rust-nes-tmp
6.
▲
by
kirjavascript
4y ago
here's an image of the keymap: https://cube.garron.us/keyboard_layout/files/heise_simulator... and an explanation of the notation: https://jperm.net/3x3/moves
7.
▲
by
kirjavascript
4y ago
another 2D visualisation of the rubiks cube that is popularly used for computer simulation speedsolving is qcube[1] despite not being able to see all sides of the cube, it's surprisingly easy to solve on, as you essentially see the sam
8.
▲
by
kirjavascript
4y ago
I wrote a new page describing how to write quines recently[1], but the quine-relay is really above and beyond 1: https://github.com/kirjavascript/quine-howto
9.
▲
Show HN: How to Write Lots of Quines
(github.com)
1 points
by
kirjavascript
4y ago
|
0 comments
10.
▲
by
kirjavascript
8y ago
sure they can, unrequested crypto miners running in the background are malware
11.
▲
by
kirjavascript
8y ago
Have been using puppeteer [1] at work as a replacement for wkhtmltopdf with great success. [1] https://github.com/GoogleChrome/puppeteer
12.
▲
by
kirjavascript
8y ago
it's actually possible to reduce duplication in this case with the <g> element, see this example; https://jsfiddle.net/2kc6tqy1/2/
13.
▲
by
kirjavascript
9y ago
vim has visual find and replace across a whole project https://github.com/eugen0329/vim-esearch
14.
▲
Show HN: Tetris over telnet
(github.com)
4 points
by
kirjavascript
9y ago
|
0 comments