HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ss64

no profile record

comments

ss64
·7 maanden geleden·discuss
This is the same guy who had $60,000 permanently locked in his Wise account 6 months ago, that is quite a run of bad luck. https://cloudisland.nz/@parisba/114504600921948939
ss64
·vorig jaar·discuss
[flagged]
ss64
·vorig jaar·discuss
If a new account has that much power to abuse the system, then your problem is not the 2FA security. They don't need to crack your account, a bad actor could just create a new account for themselves.
ss64
·vorig jaar·discuss
Why do journalists and economists never understand that it is the supply and demand of CREDIT which they need focus on.
ss64
·vorig jaar·discuss
"wanted to get back my chronological feed, instead of a "algorithmically curated" one"

The 'Subscriptions' link at the top left of the Youtube home page only shows the things you subscribed to, just bookmark that.
ss64
·vorig jaar·discuss
Rust has its advantages https://www.youtube.com/watch?v=1VgptLwP588
ss64
·vorig jaar·discuss
Can Waterfox load all the up-to-date Firefox extensions or it is stuck with the old plug-in system?
ss64
·vorig jaar·discuss
First they came for the British And I did not speak out Because I was not British...
ss64
·vorig jaar·discuss
Hiring lawyers, attending compliance training courses, writing software to scan for CSAM, modifying your website so that it can verify the identity and age of every poster.
ss64
·vorig jaar·discuss
You can still be fined for 'failing to comply' with the legislation even if no objectionable content has been posted. To be in compliance there is a whole list of things you need to do, some of which are expensive.
ss64
·vorig jaar·discuss
Im guessing they linked the archive so that when Lobsters is geoblocked UK users will still be able to read it.
ss64
·vorig jaar·discuss
Using numerical prefixes like the 'Johnny Decimal' system for folder organization is fine for personal files, if that floats your boat, but trying to implement it in a shared team area can be a recipe for strife. At best people will think you are slightly mad expecting them to memorise lists of numbers just to file things.
ss64
·vorig jaar·discuss
[flagged]
ss64
·vorig jaar·discuss
This is why I like generating passwords with a 1 way SHA-256 hash, no need for any storage or encryption and no reliance on some website service being up.
ss64
·vorig jaar·discuss
It needs to have a dark mode in the CSS.
ss64
·vorig jaar·discuss
This algorithmic filtering is almost certainly still in place, they just dialled it back from 100% ban to some lower percentage.

The only way to win against this is to close all your Meta accounts and never look back. It seems hard to do, but once you rip the plaster off it is actually quite a relief.
ss64
·vorig jaar·discuss
OLED displays can still save energy even when they are not displaying absolute black https://news.ycombinator.com/item?id=34069781
ss64
·vorig jaar·discuss
It is built into the CSS standard

/* Dark mode */ @media (prefers-color-scheme: dark) { ... }

The issue with both dark and light modes is so many designers seem to have jumped onto the idea that colour schemes have to be either bright white or darkest black.

I'd much rather see colours that are 'slightly darker' at night and 'slightly lighter' in the daytime. For one thing there are still so many websites with no colour schemes setup at all so if you avoid going to extremes it minimises the contrast difference.
ss64
·vorig jaar·discuss
The whole point of a font stack is to give a prioritised selection between beautiful modern fonts that won't be available on every machine and basic standard defaults like 'sans-serif' that will.
ss64
·2 jaar geleden·discuss
Any clock which doesn't have a seconds display is probably not accurate to the second and is also very unlikely to have been set to the exact second. Those 2 factors together mean a good chance the time is > 30 seconds out, making the original point moot.