Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bfred_it
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bfred_it
6y ago
I think it’s less about being able to spend the money (of course you can) than needing to spend it. Do you really need a 100-million yacht and a 20-bedroom villa? No.
2.
▲
by
bfred_it
6y ago
There’s a solution to this problem: https://github.com/sindresorhus/hide-files-on-github Additionally, your OS probably already natively hides files that start with a dot, so this is just a UI problem. Please don’t “so
3.
▲
by
bfred_it
6y ago
I recently dropped my last shared hosting in favor of Vercel/Netlify and some content was lost. This solution wouldn’t work for me because the very reason why the content was lost is that I don’t want to pay for hosting I barely use. A
4.
▲
by
bfred_it
6y ago
Disability isn’t a choice
5.
▲
by
bfred_it
6y ago
WordPress does this by default and that’s the most common platform to date. I’d dare to say that most websites have those attributes, but most SPAs don’t, because that’s too hard.
6.
▲
by
bfred_it
6y ago
The attributes are overridden by CSS. You should have: max-width: 100%; height: auto; What the other user is talking about is a new feature that FINALLY uses the attributes to preserve the ratio before the image starts loadin
7.
▲
by
bfred_it
6y ago
I hope you don't use that since it randomly returns either an element or a list of elements, so you'd have to also add an if/else every time you use it. This is my go-to: const $ = document.querySelector.bind(document);
8.
▲
by
bfred_it
6y ago
It's up to you to chose reasonable modules by reasonable developers. Notice I didn't call it a library, it's a 1kb module that has the code from the example + fixes you'd want anyway.
9.
▲
by
bfred_it
6y ago
I would never recommend copy-pasting this code into your project: https://htmldom.dev/copy-text-to-the-clipboard I get "trying to stay vanilla", but any reasonably-common snippet should either be installed from np
10.
▲
by
bfred_it
7y ago
Which link are you more likely to click on? - GitHub satanically messing with Markdown - changes 666 to DCLXVI - GitHub changes numbers to Roman numerals in lists I’d call it functional clickbait.
11.
▲
by
bfred_it
7y ago
With GitHub templates and npm’s init/create packages you already have options without having to use an editor. Examples: npm init esm npm init react-app https://docs.npmjs.com/cli/init
12.
▲
by
bfred_it
7y ago
That’s why you should put a pass phrase on it. Firefox syncs my passwords but has to ask for my master password at launch. Same goes for Google Chrome’s passwords: they’re encrypted at rest and can’t be displayed online for that reason, you
13.
▲
by
bfred_it
7y ago
For those who are more familiar with npm, there are two packages for this by Sindre Sorhus. You can run them without preinstalling them with npx, if you wish: npx speed-test npx fast-cli The second one uses fast.com
14.
▲
by
bfred_it
7y ago
This is the same exact comment I see on most HN posts about services. Probably most people’s time in maintenance and development is worth more than $9/month, that’s why these services exist. Semi-related xkcd https://xkcd.co
15.
▲
by
bfred_it
7y ago
eval doesn’t work with some CSP settings, the article mentions this and other limits of previous solutions.
16.
▲
by
bfred_it
7y ago
> This doesn't scale easily when you consider the volume that places like NPM have. Found the blanket statement for npm. How about instead of reviewing 1 library of 10k lines that does everything, you review 10 focused modules for a
17.
▲
by
bfred_it
8y ago
What percentage of the population speeds vs what percentage has track days? Surely those who have track days can disable the limit or buy a car without it, while the vast majority of "casual speeders" won't be affected by it.
18.
▲
by
bfred_it
8y ago
We had a million years to grow up, I don't think we'll ever get there (without drastic measures a la 1984, if you wish)
19.
▲
by
bfred_it
8y ago
ML generates some rather bad artifacts. Just look for those. Even in this[1] difficult comparison you can see the non-human repeating skin patterns on the right and the awkward teeth contour. Also hair-on-skin often looks wet and with unnat
20.
▲
by
bfred_it
8y ago
Give up. There’s too much content, you obviously can’t handle it all. Just acknowledge this and just enjoy what you can. A few years ago I thought I could get through my to-read list, then I realized I couldn’t and stopped worrying about it
21.
▲
by
bfred_it
8y ago
I recently flushed years of Google history but I kept the tracking enabled. I’ll keep flushing it regularly and you could do the same. I don’t really care that they track me for a short time, it’s not like they don’t keep logs anyway.
22.
▲
by
bfred_it
8y ago
Games are not just about a ball moving. People attach feelings to players and teams, especially if they’re from their city. A computer match wouldn’t have either
23.
▲
by
bfred_it
8y ago
Isn’t macOS doing that? The Mac App Store only allows sandboxed apps and macOS allows almost only apps from the store to be installed (+ certified developers) unless you change the system's settings.
24.
▲
by
bfred_it
8y ago
I call about 2 hours a week and still manage to use my phone more than 20 hours a week. Is calling still the primary function of my "phone"? We just call it phone because that's what we attached a computer to, but it's m
25.
▲
by
bfred_it
8y ago
Nitpick: They don't "use WebKit" but Safari itself. They can only offer "web views" (which are always just Safari) Edit: maybe this isn't entirely correct, Apple calls them WebKit APIs in their docs. Only the l
26.
▲
by
bfred_it
8y ago
That's one way to bloat your repo. There's no reason to commit your dependencies if your intent is security. Just use the lock file. The packages won't change on npm and you'll always get the same version for all sub-dep
27.
▲
by
bfred_it
8y ago
npm handles sub-dependencies with ease so people aren't afraid to pull in smaller dependencies. Also since the code has to be downloaded (or uploaded to small lambdas, for example), JS developers are generally weary of depending on lar
28.
▲
by
bfred_it
8y ago
"Delete all of my alarms" I have to say this regularly to clean up the list. There's no other way to do this at once.
29.
▲
by
bfred_it
8y ago
Most Italian words pretty much match their IPA representation, minus the pretty regular exceptions like Q, C, G, Z and H and the rare irregularity. It may be difficult to an anglophone, but I'd argue that the phonetic irregularities of
30.
▲
by
bfred_it
8y ago
That's a good way to see it, but the copy-paste comparison is bad. Copy-paste is so low-level that I can do everything with it, without the iOS having to wait years to get the functionality (if ever) e.g. I want to translate a message.
More ›