Viewing profile — jan6
jan6
HN member- Joined
- Tue, Nov 26, 2019, 11:12 PM UTC
- HN karma
- 57
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About jan6
No profile information was provided.
Recent public activity
-
comment
Comment #41877126
I have finished the reading of the comment
-
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…
-
comment
Comment #40335678
[flagged]
-
comment
Comment #39941745
perhaps worth pointing out the "some unique features" instead of being so vague about it ;)
-
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,…
-
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…
-
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…
-
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 …
-
comment
Comment #25954151
I mean, it's not hard to test that ;) firefox has a builtin offline mode, for example
-
comment
Comment #25954103
seems to be fine on my end?
-
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…
-
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?
-
comment
Comment #25472059
uninformed guess: every commit is a version bump, every push to master is a major version bump?
-
comment
Comment #25471991
I think the site probably just died because it couldn't handle HN storming in to all the chats ;p
-
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
-
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…
-
comment
Comment #25157397
more the fault of the site devs for not using css media queries, or svg ;p
-
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…
-
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, …
-
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 …
-
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…
-
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 […
-
comment
Comment #24339560
it IS trivial to port forward though, lol
-
comment
Comment #24328913
what happened to the simple invocation of `which "$(echo $0)"` ?
-
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!