Live data from Hacker News

Viewing profile — javbit

javbit

HN member
Joined
Sat, Feb 09, 2019, 1:39 AM UTC
HN karma
22
Public activity
15 items

About javbit

No profile information was provided.

Recent public activity

  1. comment
    Comment #37828916

    > These filters ruin the retro pixel art look by making things blurry, making larger pixels, introducing a screen door, and more. I think there's an argument that pixel art was des…

  2. comment
    Comment #36146927

    I daily drive bith RDE/GNUguix (personal) and NixOS (with home manager) (work). Both work really well for my needs. Pros for guix: - guile scheme - better documentation - free soft…

  3. comment
    Comment #34656280

    It's not a free software license as it restricts freedom zero, the ability to use it for any purpose. https://www.gnu.org/philosophy/free-sw.html#four-freedoms It's interesting bec…

  4. comment
    Comment #31749444

    You could probably use Shamir Secret Sharing so you'd need to have k out of n parts to recover the information. Downside is that this complicates what is supposed to be simple. edi…

  5. comment
    Comment #30568188

    If the display of the code is removed from its representation, I think the same could be done for comments. Comments could be kept as part of the AST and rendered how you like. E.g…

  6. comment
    Comment #29950827

    Yeah, I realized after I wrote my initial comment. Sometimes tangential thoughts just hijack your mind :D

  7. comment
    Comment #29868551

    I tried an SSRI for a month, after the first week I was getting into more arguments for no reasons. Usually I'll have some (at least vague) lucidity as to why I'm upset, but at tha…

  8. comment
    Comment #29867479

    I think I read somewhere that Aboriginal Australians have oral tradition that mentions rain forests covering much of the continent. I wonder if these are the same (edit: perhaps re…

  9. comment
    Comment #27384549

    We learnt some non-standard in a logic class (as a capstone application of FOL and model theory). Perhaps there’s a perceived notion that to understand infinitesimals and such you …

  10. comment
    Comment #26350166

    It should be called something like appendixgun then because you don't use it but it still has a chance of causing needless suffering and pain.

  11. comment
    Comment #26151121

    You could detect if stdout is a terminal and then decide for fanciness or machine readability. I think this, along with flags for manually setting rich features, would provide the …

  12. comment
    Comment #26095477

    I got bit by this when scheduling an interview. It's interesting because it's not that much harder to say America/Chicago (or just Chicago) but it's just by default I tend to say C…

  13. comment
    Comment #25589988

    Would withFADR' :: (FragileAndDangerousResource #-> IO ()) -> IO () be a better type? My reasoning is if I use the linear identity function lid :: forall a. a #-> a in the followin…

  14. comment
    Comment #25235500

    I've had these symptoms my whole life (and still do), so it makes me wonder if already having chronic visual disturbances can play a role in developing or "preventing " [1] HPPD. […

  15. comment
    Comment #22659137

    Could this, however, be used to create random bit streams for use in one time pads? I'd imagine it could solve the problem of sharing the large keys beforehand since you could gene…