Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
benou
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
benou
7mo ago
Tbh I am using /e/OS as my daily driver and I fully agree, it just works. Bonus points for the Nextcloud integration which I can tie to my self-hosted Nextcloud instance. I do not understand all the negativity, I think it is a sol
2.
▲
by
benou
8mo ago
Anyone can propose a devroom for FOSDEM, I hope you'll do it next year :)
3.
▲
by
benou
8mo ago
> What is the FOSDEM community's answer to the real concerns that these changes pose ? Let's hand solder raspberry pis ! let's self host LLMS from 2 years ago on FreeBSD ! Look, i can run wasn linux on this risc-v cpu ! Ma
4.
▲
by
benou
8mo ago
My experience was good: on my way in Paris -> Brussels arrived 10min early, and on my way out Brussels -> Paris I had ~15min delay (apparently because Police had to board the train before Brussels).
5.
▲
by
benou
11mo ago
I'm self-hosting for 17 years and counting. In my opinion, the pragmatic solution I use is: 1) use a specialized distribution (I use yunohost but there are others). This makes configuring SPF, DKIM, TLS and more a breeze 2) use a reput
6.
▲
by
benou
1y ago
Yep, AI scrapers have been breaking our open-source project gerrit instance hosted at Linux Network Foundation. Why this is the case while web-crawlers have been scrapping the web for the last 30 years is a mystery to me. This should be a s
7.
▲
by
benou
1y ago
Here is an example of preparing a debian ARM image on x86 with debootstrap, qemu and chroot: ~# sudo apt install qemu-user-static debootstrap ~# mkdir /tmp/arm ~# debootstrap --foreign --arch=armhf buster /tmp/ar
8.
▲
by
benou
1y ago
I still use my Thinkpad x61 as my daily driver (typing on it right now) and I don't feel most of the "severe limitations" you are listing. I think some are wrong (eg. I use Dual-band AC wifi and BT4.0 wifi card in mine, and h
9.
▲
by
benou
2y ago
and for those wondering, looks like it is called "dom.private-attribution.submission.enabled"
10.
▲
by
benou
2y ago
Atari ST serie was very popular in Europe, more popular than Mac or Amiga at the time I believe.
11.
▲
by
benou
2y ago
In a similar vein, the "Confrérie des Charitables de Saint-Éloi" was founded in Béthune (France) in 1188 during a plague epidemy and is still active today. Edit: spelling
12.
▲
by
benou
3y ago
VPP dev here. Yes, we had support for OpenSuse and RHEL/CentOS in the past, but distro support vanished. We're a small team so we need to focus (note: for OpenSuse it's still maintained by a volunteer, just not in CI/CD)
13.
▲
by
benou
3y ago
VPP dev here. Our perf tests for Intel run in CSIT lab consistently shows a perf benefit of 10%-20% since Haswell I believe, so in our typical VPP deployment we usually map 2 VPP workers (dataplane threads) to both hyperthreads of the same
14.
▲
by
benou
3y ago
My guess is kernel needs to know the current directory of a process so that when said process tries to open a file without an absolute path (eg. just "file.txt" and not "/tmp/file.txt"), it can open "$CWD&
15.
▲
by
benou
3y ago
Also, the claims they make in the paper is inaccurate relative to VPP: they claim VPP uses "overlay/convert" method, which is true for DPDK drivers, but we also maintain native drivers for NIC we care about (eg. Intel's)
16.
▲
by
benou
3y ago
The approach is interesting but I'm afraid that the benchmarking is bogus, as it's usually the case is in this kind of papers. Part of the problem I think is that they have to compare to other existing solutions (click, VPP etc) o
17.
▲
by
benou
3y ago
Most packets follows the same nodes in the graph. You have some divergence (eg. ARP packets vs IP packets to forward), but the bulk of the traffic does not. So typically the initial batch of packets might be split in 2 with a small "co
18.
▲
by
benou
3y ago
Batching packets bring several benefits: - amortizing cache misses are you mentioned - better use of out-of-order, superscalar processors: by processing multiple independent packets in parallel, the processor can fill more execution
19.
▲
by
benou
3y ago
Not that surprising, given this was already extensively documented in the 2000's (so already widely known by then) with iSCSI and such, see https://www.rfc-editor.org/rfc/rfc3385 for example.
20.
▲
by
benou
3y ago
Looking at RFC1812, Martian packets [1] seems to be reserved addresses only. What you're talking about is referred to as source address validation [2] also known as strict reverse path forwarding (RPF) [3]. [1] https://datat
21.
▲
by
benou
4y ago
Looks like it's the more expensive (and more capable) MeteoBridge from the same company: https://www.meteobridge.com/wiki/index.php/Home not Meteostick.
22.
▲
by
benou
4y ago
Monitoring weather data at home is a cool project! I have a Davis station installed on a pole above my roof and it is interesting to see the difference between feelings and measures (esp. wind gust and rain rate). Anyway, to collect weather
23.
▲
Entrepreneurship at the Service of Climate Emergency
(join-time.com)
2 points
by
benou
4y ago
|
0 comments
24.
▲
by
benou
4y ago
I'm using a similar setup but with a Davis Vantage Vue weather station [1], a Meteostick USB receiver [2] and WeeWX weather software [3]! It is pretty cool to be able to compare your feelings vs the hard facts (eg. I found it very hard
25.
▲
by
benou
4y ago
I highly recommend yunohost. I am using it since a few years, after a lot of years of maintaining my own "classic" mail + web server by hand [1]. I deploy it in an unprivileged LXC container [2] and went through several upgrades a
26.
▲
by
benou
4y ago
I thought it was going to be about NIC descriptors [1]. I think we can say that descriptors is not very descriptive without context... [1] https://stackoverflow.com/questions/36625892/descriptor-conc...
27.
▲
by
benou
4y ago
According to Wikipedia https://en.wikipedia.org/wiki/Goat > The goat or domestic goat (Capra hircus) is a domesticated species of goat-antelope typically kept as livestock. It was domesticated from the wild goat (C.
28.
▲
by
benou
4y ago
I could not find any RSS feed on their website though
29.
▲
by
benou
4y ago
I love hiking into remote areas, including "bear country". I have seen black bears and grizzly bears while hiking. You do not need assault rifles, this sounds silly and over the top. You just need to be aware of your surroundings,
30.
▲
by
benou
4y ago
Very good idea! And I love bloom filter too (and their more modern successor cuckoo filter) but I'd challenge the usecase you mention though: 1 million IPv4 is 4MB, and 16MB for IPv6. That's tiny, you're better off using some
More ›