Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
noselasd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
noselasd
5d ago
Diesel in Norway was about €2.5 a litre today.
2.
▲
by
noselasd
2mo ago
You can skip the porting part.
3.
▲
by
noselasd
3mo ago
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
4.
▲
by
noselasd
4mo ago
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 ?
5.
▲
by
noselasd
4mo ago
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 m
6.
▲
by
noselasd
4mo ago
So by coincidence, not by design then.
7.
▲
by
noselasd
5mo ago
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.
8.
▲
by
noselasd
5mo ago
> 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,
9.
▲
by
noselasd
5mo ago
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.
10.
▲
by
noselasd
6mo ago
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.
11.
▲
Distributed relational database built on SQLite
(github.com)
1 points
by
noselasd
7mo ago
|
0 comments
12.
▲
by
noselasd
10mo ago
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 subs
13.
▲
by
noselasd
10mo ago
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.
14.
▲
by
noselasd
10mo ago
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.
15.
▲
by
noselasd
10mo ago
> Norwegians self identify as socialist for example Er.. that's not even remotely true
16.
▲
by
noselasd
11mo ago
No, it's for every batch.
17.
▲
by
noselasd
11mo ago
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.
18.
▲
by
noselasd
11mo ago
Iceland does have a lot of gnats, midges, flies etc. that are just as big a nusance.
19.
▲
by
noselasd
11mo ago
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 govern
20.
▲
by
noselasd
1y ago
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) -&
21.
▲
by
noselasd
1y ago
I thought one of the big points was there's no M. structor females on the islands.
22.
▲
by
noselasd
1y ago
They tip over from inertia or a small wind gust.
23.
▲
by
noselasd
1y ago
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 L
24.
▲
by
noselasd
1y ago
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 c
25.
▲
by
noselasd
1y ago
Proxmox is an amazing alternative
26.
▲
by
noselasd
1y ago
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,
27.
▲
by
noselasd
1y ago
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.
28.
▲
by
noselasd
1y ago
2.2-4.4 pounds, not that much tbh. (source: https://www.nationalgeographic.com/culture/article/140610-ol... )
29.
▲
by
noselasd
1y ago
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 i
30.
▲
by
noselasd
1y ago
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.
More ›