HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bananapub

no profile record

comments

bananapub
·2 bulan yang lalu·discuss
> April 28, 2026

> GitHub Enterprise Server customers should upgrade immediately - at the time of this writing, our data indicates that 88% of instances are still vulnerable

> Upgrade to GHES version 3.19.3 or later

https://docs.github.com/en/[email protected]/admin/rele... :

> Enterprise Server 3.19.3 - March 10, 2026

88% of on-prem customers haven't applied a critical security fix from 7 weeks ago, that seems ... bad.
bananapub
·2 bulan yang lalu·discuss
I'm asking about the infrastructure, obviously they chose for some reason to make my computer fans turn on to show some red and green lines on a text file.
bananapub
·2 bulan yang lalu·discuss
> Git is pretty simple internally, and its ui is just knobs and levers to reach into that simple reliable internal structure.

that's not true either. originally it was simple internally - it was mostly shell scripts! writing text files! - but now it has all sorts of complicated optimisations.

the "middle" is somewhat simple for CS people, though - a graph of commits, you can put labels on them, you can send and receive strict appends to the graph to another repository. both the stuff under and above that is quite complicated in practice, but the UI does continue to improve - e.g. editing a past commit message until the release last week was ... complicated.
bananapub
·2 bulan yang lalu·discuss
anyone who's actually worked there, could you explain why they're finding scalability and reliability so hard? naively it seems like 'repo groups', ie clusters of repositories linked by being mutual forks, would be fairly isolated for the whole git storage layer, and everything else feels pretty easily parallelisable (issues, actions, etc, modulo taking locks now and then to submit results or whatever). and given that, surely you can incrementally deploy changes across those many shards to avoid most big outages?

are there big conceptual serialisations that I've missed? is it just not well factored? was the move to Azure just a catastrophically bad idea? some other thing?
bananapub
·3 bulan yang lalu·discuss
https://github.com/taviso/wpunix
bananapub
·3 bulan yang lalu·discuss
github added support for this in the last six hours - https://github.github.com/gh-stack/faq/#will-this-work-with-...
bananapub
·3 bulan yang lalu·discuss
raph wrote about that already: https://raphlinus.github.io/rust/gui/2022/07/15/next-dozen-g...
bananapub
·4 bulan yang lalu·discuss
why did you make it so complicated? magit has a `magit-wip-mode` that just silently creates refs in git intermittently so you can just use the reflog to get things back.
bananapub
·5 bulan yang lalu·discuss
would diffusion models benefit from things like Cerebras hardware?
bananapub
·5 bulan yang lalu·discuss
of course not, but it can often give a plausible answer, and it's possible that answer will actually happen to be correct - not because it did any - or is capable of any - introspection, but because it's token outputs in response to the question might semi-coincidentally be a token input that changes the future outputs in the same way.
bananapub
·5 bulan yang lalu·discuss
> Do you get updates to the proprietary software stack if you go without a subscription license?

what proprietary software stack? they just publish it all on https://github.com/oxidecomputer/ .
bananapub
·5 bulan yang lalu·discuss
it's simpler than that - making it faster means it becomes less of an asynchronous task.

current speeds are "ask it to do a thing and then you the human need find something else to do for minutes (or more!) while it works". at a certain point at it being faster you just sit there and tell it to do a thing and it does and you just constantly work on the one thing.

cerebras is just about fast enough for that already, with the downside of being more expensive and worse at coding than claude code.

it feels like absolute magic to use though.

so, depends how you price your own context switches, really.
bananapub
·5 bulan yang lalu·discuss
which won't be surprising if you think about a little bit - 8.8.0/24 is anycasted, which just means that multiple independent locations around the world announce the IP range, so that your requests broadly go to a nearby instance of it. that's great for your inbound requests, but if it originated it's own DNS queries from that IP, then the replies would also get attracted to whatever instance of 8.8.8.0/24 is near the authoritative DNS server it just queried, not the instance of 8.8.8.0/24 that sent them.

also, even aside from that, having some large fraction of the entire world's DNS requests coming from one IP address would trigger everyone's anti-DOS filters and probably lead to some extremely funny router catastrophes as all traffic hashes to one bucket or whatever.
bananapub
·6 bulan yang lalu·discuss
yes, OPs one has strictly less listings (diskprices.com does multiple countries).
bananapub
·6 bulan yang lalu·discuss
why would you look at the "front page" if you only wanted to see things you subscribed to? that's what the "latest" and whatever the other one is for.

they have definitely made reddit far worse in lots of ways, but not this one.
bananapub
·6 bulan yang lalu·discuss
> I have ADHD. I think.

then think about talking to a medical professional, and a therapist, and coming up with your own coping strategies.

> How do you manage the constant stream of thoughts and ideas?

take notes of ideas and come back to them later when you have time.
bananapub
·6 bulan yang lalu·discuss
yes
bananapub
·6 bulan yang lalu·discuss
Someone should IARC the internal one.
bananapub
·7 bulan yang lalu·discuss
anything critical of the US regime is almost immediately flagged and downvoted.

it's uh pretty confronting!
bananapub
·7 bulan yang lalu·discuss
yes, obviously?

anyone who is doing serious enough engineering that they have the rule of "one human writes, one human reviews" wants two humans to actually put careful thought in to a thing, and only one of them is deeply incentivised to just commit the code.

your suggestion means less review and worse incentives.