Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jprjr_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jprjr_
3mo ago
Nothing else, I think what the're more concerned with is how open an architecture is. I think with RISC-V if you wanted to design your own chips and stuff you can just do it, whereas ARM doesn't let you do that. I'm not about
2.
▲
by
jprjr_
3mo ago
You could argue well, if you have to open the file to read it anyway may as well look for magic numbers. That doesn't work well with text documents which won't have any kind of magic number. So now you're doing some heuristic
3.
▲
by
jprjr_
3mo ago
Honestly requiring DMARC was overall a good thing. I was an email admin for a university. In the past - each college ran their own email. Before DKIM, before SPF, you'd just have basically random servers on the internet sending email a
4.
▲
by
jprjr_
3mo ago
Just a few years ago, Atlassian required you to add an unnecessary include: record to your SPF record, and wouldn't use your domain for emails until they scanned your SPF record for that include. https://jira.atlassian.com&#
5.
▲
by
jprjr_
3mo ago
Lookalike domains are a problem but in my opinion the bigger problem is when attackers figure out how to hijack a real domain. For example, making a company named "there's a problem with your account call this number" on a si
6.
▲
by
jprjr_
3mo ago
That was how I felt. "The Future of Email", from Fastmail - I immediately assumed some big announcement. It's basically "you need to pass DMARC now" which has been true for 2 years. It also goes into how authenticat
7.
▲
by
jprjr_
3mo ago
> They're widely understood I'll tell you right now, I've had multiple cases where I've had to quote parts of the RFCs to large companies because they were handling email authentication incorrectly. They are wildly mi
8.
▲
by
jprjr_
5mo ago
Restricted access, yes but I'd argue intelligence, tech-savvy, and common sense aren't really the same thing. There's two big issues I saw on a large University network (talking something like 60k users). Issue one was accoun
9.
▲
by
jprjr_
5mo ago
Regarding SFUs - with something like HLS, I can really easily scale up using something like a caching CDN (not entirely sure if that's the right term). But the idea goes: I can distribute the HLS media playlist, and have my media segme
10.
▲
by
jprjr_
5mo ago
There's a few cases where WebRTC falls apart that I think MoQ could help with. It doesn't work so well for having a low-latency broadcast. Your choices right now are - use WebRTC and deploy selective forwarding units, which are go
11.
▲
by
jprjr_
5mo ago
Universities are so tricky. If you put up too many roadblocks you wind up with official shit on completely external resources. Which makes it hard to figure out what's legitimate and what's a scam. But make it too easy, you wind u
12.
▲
by
jprjr_
5mo ago
The answer is yes, to all of it. Email providers have better spam filtering, some have strict rules about attaching any kind of executable code to an email (as in - you just can't). Email clients are always getting updated, stricter ab
13.
▲
by
jprjr_
5mo ago
To be fair that seems to be the path email is going down. Most businesses don't want run their own email and just use one of two big providers.
14.
▲
by
jprjr_
5mo ago
It's not really tables all the way down - Lua has datatypes like nil, boolean, number, string, table, userdata + lightuserdata, functions, coroutines. I think that's the entire list, actually. So a table is a hashtable. Just about
15.
▲
by
jprjr_
6mo ago
There's already a stenographer recording the proceeding, right? I'd think you could project what they're recording onto a display somewhere.
16.
▲
by
jprjr_
6mo ago
> at first boot up as a parent should be your job to setup a child account. Something I would be 100% OK with is some regulation that at first boot, you have to present information about what parental controls are available on the device
17.
▲
by
jprjr_
6mo ago
Basically these age attestation/verification laws are being pushed as a "save the children!" scenario. But if you read the laws - all they really do is shift responsibility around. Currently, websites and apps are supposed to
18.
▲
by
jprjr_
6mo ago
I cannot express how disappointed I am to see open source projects giving in to complying with age attestation laws. I feel like complying really undermines any first amendment arguments. Software is a first amendment protected form of expr
19.
▲
by
jprjr_
6mo ago
I think a better approach would be incentives versus punishments. Like - you don't make it illegal to not do age attestations, but you provide a mechanism to encourage it. You get a certification you can slap on your website and device
20.
▲
by
jprjr_
7mo ago
Looking back I'm still perplexed about why he never just linked to the original thing he was responding to. I mean listen I understand - I'm not owed anything. If he wants to take posts from elsewhere and share them to his blog wi
21.
▲
by
jprjr_
7mo ago
I stopped reading Daniel Lemire a while back. He had a blog post that seemed just weird and out of left field. Like it was clearly a response to something but what? What was the motivation for it? When asked he said y'know. He just thi
22.
▲
by
jprjr_
8mo ago
There's actually a couple of reasons for Windows apps to make Linux syscalls. I'm pretty certain this is how VST bridging software works so you can use Windows VSTs in Linux DAWs. The technique is also used in Discord RPC Bridge f
23.
▲
by
jprjr_
1y ago
Well there's a few things that have to go right for that scenario to work. It's not impossible but I'd imagine the number of people that could take advantage of it is small. If I have a passenger that can use the phone - it w
24.
▲
by
jprjr_
1y ago
I think there's a deeply-ingrained sense of being in love with our cars, loving to do things in our cars, etc. We made long commutes via car a thing, and I think a part of that was the drive-through - you could get things quickly on yo
25.
▲
by
jprjr_
1y ago
I don't know if this is intentionally hilarious or unintentionally hilarious, I guess it's the same result either way.
26.
▲
by
jprjr_
1y ago
Does a compiler need to resolve DNS?
27.
▲
by
jprjr_
1y ago
A lot of Icecast/Shoutcast streams either lack HTTPS support, or they don't have CORS headers, or not the right CORS headers. Like a very common issue is - if you don't have an access control allow headers header for icy-meta
28.
▲
by
jprjr_
1y ago
So I agree in the sense that, you're always going to rely on something . Even if you're hosting on hardware you own at your house, using your own self-signed SSL certificates, you're still relying on an internet connection f
29.
▲
by
jprjr_
1y ago
It's deployed onto Cloudflare Pages - I think this is 100% the opposite of fully-owned.
30.
▲
by
jprjr_
2y ago
Well, I only use FLAC internally - none of the public streams are FLAC
More ›