Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
taminka
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
taminka
2mo ago
might be a silly question, but isn't macos relatively easily virtualisable? i understand it's not done commercially bc of licensing issues, but is there a piece of software where you just get a vps or two and virtualise all of you
2.
▲
by
taminka
2mo ago
99% of commits on a project come from 1% of contributors, so the main issue w/ migrating to an alternative isn't the networking effect of github, rather that you can't carry over github specific stuff (prs/issues) i pers
3.
▲
by
taminka
5mo ago
yeah messenger still has the pin code thingy, i'm curious why they do it at all that way, can't you just have your keys on fb servers encrypted with another set of keys derived from your password, which is much stronger than a 4-6
4.
▲
by
taminka
5mo ago
oh, i see, is it the same for facebook messenger and instagram, imessage, etc?
5.
▲
by
taminka
5mo ago
you can ( https://faq.whatsapp.com/1046791737425017/?cms_platform=andr... ) they even have it on fb messenger and instagram (though they recently removed e2ee completely from instagram lol)
6.
▲
by
taminka
5mo ago
they do have encryption, just not e2ee, and in fairness to them, it doesn't make sense to have e2ee on a channel or a group with 100k ppl in it, also device sync is possible with e2ee, it's just a slower
7.
▲
by
taminka
5mo ago
whatsapp, facebook messenger, imessage all support multi-device and it's pretty convenient, in fairness to telegram they launched a bit before double ratched was invented, but still, they've had over a decade to switch to it...
8.
▲
by
taminka
5mo ago
it's really unfortunate that telegram doesn't do e2ee, bc it's hands down the best messenger otherwise :(
9.
▲
by
taminka
6mo ago
it's unironically just react lmao, virtually every popular react app has an insane number of accidental rerenders triggered by virtually everything, causing it to lag a lot
10.
▲
by
taminka
6mo ago
you do/can control all the VPN nodes in this setup (most often just a single one) since your traffic doesn't actually go through the website you're masking under and the nature of the protocol makes it extremely difficult to
11.
▲
by
taminka
6mo ago
you need secure channels of communication (and preferably a connection to the outside world) to solve any problem
12.
▲
by
taminka
6mo ago
vpn protocols we use here nowadays are way more advanced than this, they mimic a TLS handshake with a legitimate (non blocked site, like google.com) and looks essentially like regular https traffic to that site it looks like they are basica
13.
▲
by
taminka
6mo ago
perhaps, there's still hope i think: - roskomnadzor just not being competent enough to implement the block fully - they'll reserse the block, since it will likely completely cripple everything that relies on the internet (which is
14.
▲
by
taminka
6mo ago
read the post please, the precise problem is that this may soon not work
15.
▲
Tell HN: Russians may soon lose access to the global internet
49 points
by
taminka
6mo ago
|
22 comments
16.
▲
by
taminka
6mo ago
nobody actually likes it, it's just macos is still the least terrible to use option
17.
▲
by
taminka
7mo ago
what do you mean by that?
18.
▲
by
taminka
7mo ago
i swear if someone starts another single header vs other options debate in this comment section i'm gonna explode
19.
▲
by
taminka
7mo ago
most of the traffic is probably from open weights, just seed those, host private ones as is
20.
▲
by
taminka
7mo ago
actually you may be right, according to project zero by google [1], ~50% is use after free and only ~20% for out of bounds errors, however, this is for errors that resulted in major exploits, i'm not sure what the overall data is [1]
21.
▲
by
taminka
7mo ago
logic errors aren't memory errors, unless you have some complex piece of logic for deallocating resources, which, yeah, is always tricky and should just generally be avoided
22.
▲
by
taminka
7mo ago
this is silly, we already have an algorithm for generating very efficient assembly/machine code from source code, this is like saying maybe one day llms will be able to replace sin() or an os kernel (vaguely remember someone prominent
23.
▲
by
taminka
7mo ago
this is amazing, counter to what most ppl think, majority of memory bugs are from out of bounds access, not stuff like forgetting to free a pointer or some such
24.
▲
by
taminka
7mo ago
presumably you'd just use unique one time codes derived from the eID
25.
▲
by
taminka
8mo ago
really cool website, what's your colour palette?
26.
▲
by
taminka
8mo ago
wasm isn't meant to supersede html/css/js (unfortunately) and it's regularly used for high performance applications in the browser, web-based cad software, figma, youtube (i think they use wasm for codec fallback when su
27.
▲
by
taminka
8mo ago
i wonder if ppl's electricity consumption habits will change in response to this, idk like turning the heat way up during the day or using high power appliances more during the day
28.
▲
by
taminka
8mo ago
so they're ordered, which i didn't dispute, but alignment is implementation defined, so it could be aligned to the biggest field (like in the article), or packed in whatever (sequential) order the particular platform demands, whic
29.
▲
by
taminka
8mo ago
i was talking abt padding/alignment, not ordering, that's indeed not allowed you're right
30.
▲
by
taminka
8mo ago
struct field alignment/padding isn't part of the C spec iirc (at least not in the way mentioned in the article), but it's almost always done that way, which is important for having a stable abi also, if performance is critica
More ›