Live data from Hacker News

Viewing profile — kirjavascript

kirjavascript

HN member
Joined
Wed, Oct 12, 2016, 9:30 AM UTC
HN karma
40
Public activity
15 items

About kirjavascript

No profile information was provided.

Recent public activity

  1. comment
    Comment #46546013

    here's my take, in 70 lines of code: https://github.com/kirjavascript/nanoagent/blob/master/nanoa...

  2. 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…

  3. comment
    Comment #43767951

    transform is forbidden but -webkit-transform seems to work :^)

  4. 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…

  5. comment
    Comment #38240382

    I used this to build a NES game in Rust https://github.com/kirjavascript/rust-nes-tmp

  6. comment
  7. 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

  8. 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…

  9. 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

  10. story
  11. comment
    Comment #19224545

    sure they can, unrequested crypto miners running in the background are malware

  12. comment
    Comment #17567414

    Have been using puppeteer [1] at work as a replacement for wkhtmltopdf with great success. [1] https://github.com/GoogleChrome/puppeteer

  13. comment
    Comment #17456329

    it's actually possible to reduce duplication in this case with the element, see this example; https://jsfiddle.net/2kc6tqy1/2/

  14. comment
    Comment #15363727

    vim has visual find and replace across a whole project https://github.com/eugen0329/vim-esearch

  15. story