Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Jiocus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Jiocus
1y ago
Ah, yes that's true. I had actually forgot about this type of thing (did study infosec at uni)
2.
▲
by
Jiocus
1y ago
Helpful article, thank you!
3.
▲
by
Jiocus
1y ago
The author mentions "military grade firewall", as a must have in a vehicle. Genuine question; What's a military grade firewall?
4.
▲
by
Jiocus
2y ago
In the Swedish game magazine Super Play (now defunct) they covered Fable development and the release, but IIRC they advised the reader to take Molyneux's claims with a grain of salt. The final review still made it to 9, or 10 out of 10
5.
▲
by
Jiocus
2y ago
I've been giving far too little though about AI and the hype around it (might call me a sceptic), but I feel compelled to defend the article as it gave me some new perspectives, and is undeserving of your, frankly, low quality comment.
6.
▲
by
Jiocus
2y ago
That's why it's possible to have a default deny rule in robots.txt User-agent: * Disallow: / And possibly allow-list the ones you accept. This probably won't change the fact that you may allow a vendor at on
7.
▲
by
Jiocus
2y ago
The prediction does not hinge on inheritance (most folks manage to start their own lives, careers and families well before their parents pass), but on the upbringing, milieu and economic as well as social capital available. "You'r
8.
▲
by
Jiocus
3y ago
"Your girlfriend is just someone else's computer"
9.
▲
by
Jiocus
3y ago
And the American modern Santa Claus has been greatly influenced by the jovian illustrations by Haddon Sundblom for Coca-Cola advertising (1930s). Haddon himself was a descendant of folks from Åland Islands, Finland, mentioned in the article
10.
▲
by
Jiocus
3y ago
I'm a paying user so I can't speak about the free Spotify experience, but.. Spotify will only repeat a song during shuffle if you also activate repeat . It will also repeat a song if you actually added the song twice or more to s
11.
▲
by
Jiocus
3y ago
Have you tried -movflags and use_metadata_tags ? ffmpeg -i $input_file -movflags use_metadata_tags -crf 22 $output_file Source: https://video.stackexchange.com/a/26076
12.
▲
by
Jiocus
3y ago
While I agree that the article overlooks the security aspects of inline scripting[1], we do have content security policy[2] at our disposal using CSP nonce [3] and hash [4] keywords to allow inline script and CSS. On the other hand, the a
13.
▲
by
Jiocus
3y ago
Started seeing consumer 10Gbps back in 2018 (in Sweden). The problem was there wasn't many consumer router devices around back then to support that kind of link. It might have even been unheard of, so one ISP solved it by designing the
14.
▲
by
Jiocus
3y ago
To iterate on mikl's question: also nice, but I wonder why IBM did this.
15.
▲
by
Jiocus
3y ago
You might not see it right now, but seemingly random bits of knowledge can come up useful later. I once wrote a IoT monitoring software to watch closed-source locked down devices. My view of these devices was antagonistic, and it was my res
16.
▲
by
Jiocus
3y ago
I also worked in digital signage a few years back. We had a similar kind of refrigerator in our office, likely with an LG screen. The door/screen was transparent glass like the old fashioned ones and a layer of LCD. The upside of that
17.
▲
by
Jiocus
3y ago
The hard part is knowing what parts -and why- you need to load into your head, so work can even begin.
18.
▲
by
Jiocus
3y ago
I've tried journaling my dreams but I found it to be tedious due to the amount of dreams and their various contents. Some dreams consist of strong emotions and what I sense as I wake up is not the dream, but the feeling of have been se
19.
▲
by
Jiocus
3y ago
If I remember correctly, aphantasia is inability to visualise images, objects or memories in the mind, and this seems to be what the author actually refers to. The alternative, to actually perceive imagery with the eye that isn't there
20.
▲
by
Jiocus
3y ago
Like others noted in the thread about grandparents, in Scandinavia we'd say morbror (mother-brother) and farbror (father-brother). What's fun though is that 'farbror' can also be used (in Swedish) for any neutral/ki
21.
▲
by
Jiocus
3y ago
To be fair, I just discovered that many(all?) of the commands listed in ^G (help) are actually in the footer menu, but the menu is truncated to what available space is available on 2 rows × char width . Save is positioned very far to the
22.
▲
by
Jiocus
3y ago
Let's see what nano says in ^G (help): ^S Save file without prompting
23.
▲
by
Jiocus
3y ago
What do you base this information on really? Neither Denmark or Sweden are part of the eurozone. Their currencies are Danish krone (DKK) and Swedish krona (SEK). My Sweden experience is that practically only exchange offices (and banks mayb
24.
▲
by
Jiocus
3y ago
The article brings this up towards the end, "These [eddy current heaters/induction heaters] are comprised of a magnet mounted on a rotating shaft, and can reach temperatures of up to 600 degrees Celsius. Using eddy current heaters
25.
▲
by
Jiocus
3y ago
Are you sure about those nano commands? Since a few years I've always found nano system defaults to be: ^s: Save ^o: Save as (type out filename, save and return to editing) In other words, to save and quit: ^s,^x
26.
▲
by
Jiocus
3y ago
Yes, it makes a lot more sense to use svg when the image content is a good fit for the svg format, like most icons and line-drawn graphical elements. Thanks for the tip, and the many examples on your site!
27.
▲
by
Jiocus
3y ago
Page reloads doesn't seem to be an anticipated or suggested feature for this header, irrespective of error code. Communicating API rate-limiting (429 Too Many Requests) or temporary downtime (503 Service Unavailable) to other services
28.
▲
by
Jiocus
3y ago
base64 inline your image with the HTML and you should be well past that threshold. It's preferable to not make additional requests (like for an image) on an error page - in case the requested server is at fault - breaking the error pag
29.
▲
by
Jiocus
3y ago
Note that it's possible to configure multi-factor authentication using e.g. one-time password (OTP) for those regular openssh logins. The setup to achieve that still seem quite involved though, so the reluctant sysadmin in me haven
30.
▲
by
Jiocus
3y ago
I'm sure parallelism was understood and worked towards in computing at large and within certain programming languages. The then contemporary and popular use-cases for Python (which were they?) might have had very different challenges s
More ›