Viewing profile — kirjavascript
kirjavascript
HN member- Joined
- Wed, Oct 12, 2016, 9:30 AM UTC
- HN karma
- 40
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About kirjavascript
No profile information was provided.
Recent public activity
-
comment
Comment #46546013
here's my take, in 70 lines of code: https://github.com/kirjavascript/nanoagent/blob/master/nanoa...
-
comment
Comment #45315893
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…
-
comment
Comment #43767951
transform is forbidden but -webkit-transform seems to work :^)
-
comment
Comment #38843872
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 ente…
-
comment
Comment #38240382
I used this to build a NES game in Rust https://github.com/kirjavascript/rust-nes-tmp
- comment
-
comment
Comment #33717943
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
-
comment
Comment #33717268
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 surpri…
-
comment
Comment #33108739
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
- story
-
comment
Comment #19224545
sure they can, unrequested crypto miners running in the background are malware
-
comment
Comment #17567414
Have been using puppeteer [1] at work as a replacement for wkhtmltopdf with great success. [1] https://github.com/GoogleChrome/puppeteer
-
comment
Comment #17456329
it's actually possible to reduce duplication in this case with the element, see this example; https://jsfiddle.net/2kc6tqy1/2/
-
comment
Comment #15363727
vim has visual find and replace across a whole project https://github.com/eugen0329/vim-esearch
- story