Live data from Hacker News

Viewing profile — xlii

xlii

HN member
Joined
Wed, Aug 23, 2017, 7:15 AM UTC
HN karma
3,210
Public activity
677 items

About xlii

https://xlii.space

e-mail me: alexander (at) kaminski.se

Recent public activity

  1. comment
    Comment #49213258

    The burnout is a separate topic, and it was always difficult to balance in this specific industry. All these "Working in IT isn't stressful at all - John 25yo" memes didn't come co…

  2. comment
    Comment #49210751

    Long long time ago people in tech were in tech because of the tech. Then, at some point, being in tech became a gilded profession and everyone: salesmen, artists, clerks etc. joine…

  3. comment
    Comment #49196822

    I implemented few agent harnesses (and rik! advertising time: https://rik.axk.sh ), and once doing that I noticed one thing: Context-less self-approval is working well. The failure…

  4. comment
    Comment #49188262

    I start to sound like a Jujutsu fanboy but... Jujutsu already does this. I had agent screwing up changeset over couple hour long session and it took one shell command to split on p…

  5. comment
    Comment #49164942

    I consider myself senior engineer. When talking with junior colleagues they often are surprised how little I care about some things and how much I care about others. These internal…

  6. comment
    Comment #49121261

    Ccn't say, though since Opus 5 I'm much more often staring at the wall of text and I have no idea what it's telling me. WTFs per prompt metric raised sharply for me :)

  7. comment
    Comment #49115861

    New models (especially Opus 5, released just last week) produces unintelligible output, so people are trying to fix it.

  8. comment
    Comment #49097148

    https://youtu.be/MV_3Dpw-BRY

  9. comment
    Comment #49080062

    "Bottled-water vendor position on tap water drinking".

  10. comment
    Comment #49073423

    There's an interesting angle to BLIK vs Wero. While I believe QR codes are more convenient it is actually possible to give BLIK over the phone. Which means that youngsters (or frau…

  11. comment
    Comment #49073128

    They most likely don't charge fees on consumer. Usually the fee is on merchant (and it's few % depending on region regulations etc.) Payment providers such as Wero are doing direct…

  12. comment
    Comment #49067339

    > ...this is not unique to the US by any means I've searched and found that Australia has similar concept. According to EU laws person on-territory is under jurisdictiction of said…

  13. comment
    Comment #49062866

    There are so many peculiar things here, I - as not an US citizen - don't understand: If the border isn't "US soil" then what jurisdiction is it? How come American forces can seize …

  14. comment
    Comment #49045175

    Not all HN visitors are native English speakers and in some languages "it" doesn't construct well with verbs, thus thought frameworks forms through usage of him/her. Nothing more t…

  15. story
  16. comment
    Comment #49019011

    Good idea, haven't thought about this before.

  17. comment
    Comment #49019003

    It's infinite canvas, so I'm actually drawing diagrams for code, for LLMs (those are much more receptive to text diagram than screenshots). Scratchpad is default mode but it can ed…

  18. comment
    Comment #49018989

    Well it isn't that simple :) It mentions 144FPS, because of scrolling/zooming events. If there's a key-by-key panning then probably you need 1 frame and you're good. Macbook's Pro …

  19. comment
    Comment #49004473

    [flagged]

  20. comment
    Comment #48984535

    effect of accidental development of a framework for GUI apps and personal sympathy toward diagrams

  21. story
  22. comment
    Comment #48951584

    I've seen the other lately submited text-effect-claim-to-be font and I must say I find this much more amusing. Humans can squint, AIs can't squint!

  23. comment
    Comment #48875082

    It's possible to single task using Round Robin strategy. Have a list of things you do, go one by one over them. If new task appears add at the loop "gap". I found that the worst th…

  24. comment
    Comment #48872224

    I ran 10k test locally on 2e5 and I'm seeing 4 orders of magnitude instability, but very high local stability (i.e. runs within specific second are very stable, showing almost no d…

  25. comment
    Comment #48872045

    Is it only me..? Quicksort is supposed to be an algorithm that has O(n) to O(n²) performance and O(n log n) being only an average performance case. Test was made on random data com…