Live data from Hacker News

Viewing profile — jan6

jan6

HN member
Joined
Tue, Nov 26, 2019, 11:12 PM UTC
HN karma
57
Public activity
64 items

About jan6

No profile information was provided.

Recent public activity

  1. comment
    Comment #41877126

    I have finished the reading of the comment

  2. comment
    Comment #41877108

    Finish It with Love & Interest But Undesired Stuff Therefore Exists Ramshackley also known as FILIBUSTER - where you prioritize finishing stuff you like, pushing back the things yo…

  3. comment
    Comment #40335678

    [flagged]

  4. comment
    Comment #39941745

    perhaps worth pointing out the "some unique features" instead of being so vague about it ;)

  5. comment
    Comment #34574307

    it's a very subjective question, depending on stuff like how much you care to update the system, but I'd say: you might like https://mxlinux.org/ which has seen growing popularity,…

  6. comment
    Comment #31005385

    "crazy old" likely has years and years of people documenting all the workarounds and hacks that need to be done to achieve X while "crazy new" might not have that much cruft, but y…

  7. comment
    Comment #31005226

    I'd think it probably just splits to two groups: 1) IT is critical, therefore we'll use modern tech that makes it more reliable or better, VS 2) Meh, It Works™, so why change it? W…

  8. comment
    Comment #26281047

    I will say, I WOULD absolutely love it, if it weren't for the little problem...that...I can't "just add to the zip"...because for whatever reason, it ruins the special setup... on …

  9. comment
    Comment #25954151

    I mean, it's not hard to test that ;) firefox has a builtin offline mode, for example

  10. comment
    Comment #25954103

    seems to be fine on my end?

  11. comment
    Comment #25626580

    I'd upvote thrice if I could ;) there's so many ways to utilize ternary, on different levels, you could use this kind of ternary hardware serialisation as an addon to normal binary…

  12. comment
    Comment #25618045

    because windows has no concept of an executable bit, so a rename could make it runnable? or a benign looking program has a built-in interpreter run code from external file?

  13. comment
    Comment #25472059

    uninformed guess: every commit is a version bump, every push to master is a major version bump?

  14. comment
    Comment #25471991

    I think the site probably just died because it couldn't handle HN storming in to all the chats ;p

  15. comment
    Comment #25187477

    I think you mean grayscale, not black and white? VERY different things, black and white is strictly 2 colors, grayscale is any gray shade

  16. comment
    Comment #25157768

    they are LARGELY useful... they do what they say on the tin, at least unless you visit some super agressive site which uses anti-adblock, but, then again you can conf up an anti-an…

  17. comment
    Comment #25157397

    more the fault of the site devs for not using css media queries, or svg ;p

  18. comment
    Comment #25157394

    I imagine it should be pretty easy with javascript to set up dummy images, and replace them... probably also doable in pure css, just make them a block element or something, with a…

  19. comment
    Comment #24848373

    I especially hate the way gnu utils treat character groups like [:alnum:] which, if you have utf8 version of a locale, matches characters in ANY unicode language set... so if you, …

  20. comment
    Comment #24848306

    well, gnome creates folders in whatever language you installed with, tho it can translate the file manager's sidebar items, I think... so a change of locale means you'd still have …

  21. comment
    Comment #24515337

    I've never had any such problems in my life with FF... not even when opening over a thousand tabs (of course not all active at the same time, lol)... sux they removed actually usef…

  22. comment
    Comment #24418015

    I'm preeettty sure that's just because it's relying on the separate WebView app, using WebView is also how it's possible for people to make sub-megabyte android browsers, such as […

  23. comment
    Comment #24339560

    it IS trivial to port forward though, lol

  24. comment
    Comment #24328913

    what happened to the simple invocation of `which "$(echo $0)"` ?

  25. comment
    Comment #24328903

    which "$(echo $0)" should work no matter the invokation ;p if full path, it still returns full path, if just "bash" or such it finds it from $PATH, badoom!