You can skip the porting part.
HN user
noselasd
Ofcourse they can. But which particular person will do it ?
The "upstream" people deal with their own drivers, subsystems or tasks which takes up their time - but if someone feels they want to take on this too, they'll do it (normally that doesn't happen - it's up to the original authors to take responsibility)
users , especially non-technical, find it highly useful in my experience. Is it a net positive to get rid of them, or will it largely only make developers happier ?
I've set up a local gitea now, and configured a few local runners as we test this setup out.
It's a few hours worth of work. Basic git operations and pull requests works fine for us already.
The interesting part will be how much maintenance this will need, and not the least how hard it'll be to port over github actions. We have trivial workflows, but I suspect this conversion will be the painful part.
So by coincidence, not by design then.
Not really. Wifi does not do CSMA/CD. It does CSMA/CA, something quite different.
Wifi is in any case not considered a bus network, rather a star topology network.
But... Why on earth do the people filing an administrative subpoena not have to notify the interested parties too?
Generally they do - with some notable exceptions being if you're a non-citizen and you're no longer in the US, and it's either a criminal investigation or related to intelligence or national security.
Yes, the code in the article will at one unlucky point end up with an empty file after a power outage.
At least write to a temp file(in the same filesystem), fsync the file and its folder and rename it over the original.
It just means "noone" uses the wayland APIs directly, but instead they leave the wayland complexity to GTK,Qt or FLTK, and they call their app a Qt app, not a Wayland app.
A typical CPU heatsink dissipates 10-30% of heat through radiation, and the rest through convection. In space you're in a vacuum so you can't disipated heat through convection.
You need to rework your physical equipment quite substantially to make up for the fact you can't shed 70-90% of the heat in the same manner as you can down here on Earth
Is it an advantage though ? One of the main objections in the article is exactly that.
There's no atmosphere that helps with heat loss through convection, there's nowhere to shed heat through conduction, all you have is radiation. It is a serious engineering challenge for spacecrafts to getting rid of the little heat they generate, and avoid being overheated by the sun.
They are doing _something_ according to https://digital-strategy.ec.europa.eu/en/policies/european-c... . It'd be good for someone with more knowledge to summarise what this act means though.
Norwegians self identify as socialist for example
Er.. that's not even remotely true
No, it's for every batch.
Mostly out of curiosity, a read on a TCP connection could easily block for a month - how does the I/O timeout interface look like ? e.g. if you want to send an application level heartbeat when a read has blocked for 30 seconds.
Iceland does have a lot of gnats, midges, flies etc. that are just as big a nusance.
Yes, seems so - but they shut down a lot more terminals too, not just the seized ones.
And it seems the biggest reason for them shutting down the terminals was pressure from US Senator Maggie Hassan to shut down scam centers, not the government in Myanmar.
Yes, in some areas - but not e.g. on Sicily. https://www.youtube.com/watch?v=Z-O4_AwWpfI gives perhaps a better overview
M. Ibericus produces 4 kinds of offsprings.
1. M. Ibericus queen + no male (unfertilized egg) -> M. Ibericus male.
2. M. Ibericus queen + M. Ibericus male -> M. Ibericus queen
3. M. Ibericus queen + M. Structor male -> M. Structor male, no genes from the mother
4. M. Ibericus queen + M. Structor male -> M. Structor/Ibericus hybrid female, (worker ant, infertile)I thought one of the big points was there's no M. structor females on the islands.
They tip over from inertia or a small wind gust.
Do the list go on ? For gas Q2 2025, figure 5 at https://www.bruegel.org/dataset/european-natural-gas-imports it's
UK 5,6%
Azerbadjan 3,8%
Algeria 12,5%
Norway 30,1%
Other LNG 9,4%
USA LNG 27,2%
Russia 11,5%
Most of the "Other LNG" comes from Turkstream in the underlying data. Edit: I was wrong, Turkstream is included in "Russia", other sources points to Qatar and Nigeria being the largest part of "Other LNG"If I read it right, for oil in Q1 2025, https://ec.europa.eu/eurostat/statistics-explained/index.php...
United States 15,0%
Norway 13,5%
Kazakhstan 12,7%
Libya 9,0%
Saudi Arabia 6,6%
Nigeria 6,3%
United Kingdom 5,2%
Iraq 4,5%
Guyana 4,3%
Brazil 4,1%
Azerbaijan 4,1%
Algeria 3,4%
Russia 2,5%
Mexico 2,1%
Other 6,6%Those Attach Rejects should have a cause value, possibly telling a bit more on the reject reason.
I see those quite frequently, the bulk of them are phones trying to roam in a network they're not allowed to though, and some cause the cell is a bit overloaded, some cause the phone sends a wrong tracking area - not sure that's a phone bug or a common scenario where the phone retains an old tracking area, then it tries to connect to the same tracking area - then the phone discovers it's is now in a different tracking area, and after being rejected, it connects with the correct one.
Proxmox is an amazing alternative
TikTok complied with their regulation last year. The regulations basically requires social media platforms with > 1 million nepalese accounts to get a license to operate in Nepal.
The bill and requirments doesn't seem unreasonable, atleast according to https://www.lawgandhi.com/social-media-bill-2081-2025/
Wasn't the point of the post you replied to that it isn't just a simple makefile ? That repo contains quite a lot carefully assembled scripts for each image that handles a lot of corner cases.
2.2-4.4 pounds, not that much tbh. (source: https://www.nationalgeographic.com/culture/article/140610-ol...)
It fails on all of them if it's not available to purchase, and none of them are of relevance if I want it right now vs having to wait 1-7 days to get hold of that physical copy and there's an easier alternative where I can have it right now.
No, (in C++) the lambda can capture the the variable by value, and the lambda itself can be passed around by value. If you capture a variable by reference or pointer that your lambda outlives, your code got a serious bug.
It's not removed, it's moved to a separate file as it's problematic to use in tests, commit 06c2631 talks about why.
It's a bit specialized though, it's just a cached value of a time.NewTicker updating once per second and the article talks about this in the "Schedule Based on Monotonic Time" section