Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
padelt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
padelt
7y ago
The running gag of mobile internet in Germany is EU-roaming (no-charge use of you cellular internet service abroad in the EU): I can travel the 1-4 hours to any neighboring countries for the perfect cellular internet access I paid for. The
2.
▲
by
padelt
7y ago
Have you had a look at rclone? Pretty sure you can copy or even sync files from one remote storage to another. E.g. copy from S3 to B2. https://rclone.org/commands/rclone_sync/
3.
▲
by
padelt
8y ago
I like https://www.urbackup.org for Windows boxes. Does incremental file and image backups. Next system for the Linux world will most likely be https://restic.net with a rclone backend that saves to B2. Idea is to ha
4.
▲
by
padelt
8y ago
One data point: LTE gives me 65-90ms ping RTT in reasonable non-crowded indoor conditions. Subjectively, working interactively via LTE is totally fine for me. Compare that to UMTS (3G T-Mobile DE) where I think RTT was more like 350ms and w
5.
▲
by
padelt
9y ago
Came to Ctrl-F for Skynet. Was not disappointed. This seems to be a classic situation of reasonable strategic action with problematic potential of stepping over the fine line to automatic actions based on AI-derived intelligence. Maybe not
6.
▲
by
padelt
9y ago
And me. I also still laugh about all the silly jokes in Sam'n'Max and You don't know Jack.
7.
▲
by
padelt
10y ago
Yep, Miele. Washing ~5 loads/week an a 27 year old machine. Replaced main water valve ~5 years ago (20€ part). Resoldered one relais PCB ~10 years ago (instructions on the internets).
8.
▲
by
padelt
10y ago
(Way) back when I was working with OpenEmbedded/Ångström I dreamt up sth like this: make uboot/whatever set up a HW watchdog that is retriggered once from kernel mode and then in the userspace as ususal. The daunting task would&#x
9.
▲
by
padelt
10y ago
Interesting! How did you go about falling back to an older version if the update was bad? Is there a nice way to do this automatically? Say I update to a really botched version with the kernel panicing before it reaches userland. Does this
10.
▲
by
padelt
10y ago
FreeMind on Mac and Windows. Open-source software. Topics (SW-dev, Ops, Processes) nicely form a foldable tree. Storage is cleartext readable XML. Nodes take formatted richtext if needed. Syncs nicely via Owncloud or Dropbox or git. Has bee
11.
▲
by
padelt
10y ago
Remembering the start of it and seeing the US pressuring enough to alter Galileo to be US-blockable[1] makes me feel old. Really excited though to see it finally getting usable. [1] https://en.wikipedia.org/wiki/Galileo
12.
▲
by
padelt
10y ago
At my daughter's school, they had that project week, too. Easily the most important experience in grade school IMO. They put the liquid inside a tube with a non-return valve. Also, all-time adult supervision, clear instructions upfront
13.
▲
by
padelt
10y ago
That, and tuning the covariance matrices can be tough and time-consuming.
14.
▲
by
padelt
10y ago
Got a price slightly above that in EUR. A cluster of 1 to 5 nodes should go for ~24.000€ (customer would've been SMB non-IT enduser company). My gut reaction was: Insane. They do include infrastructure consulting, support and the premi
15.
▲
by
padelt
10y ago
It is my understanding that your reply is the reasonable state of affairs. Do you have some "canonical", go-to link that makes your claim approachable to ordinary people? Say parents?
16.
▲
by
padelt
11y ago
Developers routinely rely on this fragmentation for more options in the feature set vs. price product space. Such a merger will most certainly lead to some edge case configurations go missing. Lowered prices may be the only actual upside -
17.
▲
by
padelt
11y ago
That both suprises me, do you have any sources? Honest question, both seem counterintuitive. Maybe I am actually fed enough "feelgood" information in the past.
18.
▲
by
padelt
11y ago
> Europe was really led astray when they were told that diesels were better for the environment Were we led astray? Or are we discussing the last few percentages beyond an actual advantage over gasoline engines?
19.
▲
by
padelt
11y ago
The most ironic thing I've seen in a while: Their homepage features icons of services they monitor. Many of them 503-fail - they are hosted on cloudfront.
20.
▲
by
padelt
11y ago
I find it so painful to see people rediscovering the same problems again and again. Not that I blame anyone individually, yet it holds us all back. Way back then, when your online connection was flaky, expensive and ~5-50kbps, the first onl
21.
▲
by
padelt
11y ago
Signed messages give you a much easier way to weed out "unknown" sender accounts (=keys). Encryption with signing makes it easier to recognize legit email. You need to go back to decentralized filtering though. Or maybe publicly v
22.
▲
by
padelt
11y ago
Just another opinion: I find that attitude very healthy. As a society, you can have a general policy of not locking doors. Will work basically the same as a society with generally locked doors. Burglars will find a way in - this way or the
23.
▲
by
padelt
12y ago
That is not uncommon at all and not unsafe if done right. Hard realtime systems are there for exactly that reason. Since you need to dimension everything to worst case scenarios, gains tend to not be as big as with soft realtime systems but
24.
▲
by
padelt
12y ago
There is the concept of pruning in the original paper[1] which basically removes all fully-spent transaction trails. That does not yield a reasonable upper bound on the size though[2]. Beyond pruning, it seems you need to trust another netw
25.
▲
by
padelt
12y ago
A simple readonly RFID tag - agreed. But think "smartcard with wireless power transmission" like [1]. These should be able to ensure cryptographically secure communication and identification. At least MitM-attacks without physical
26.
▲
by
padelt
12y ago
Also everyone on Unitymedia. Dual stack if you're a lucky older customer, DS lite (CPE has routable IPv6 and NATed IPv4) if you are new or get something changed.
27.
▲
by
padelt
12y ago
FWIW: For the simpler case of two single entities there is a non-probabilistic (whole data needed for proof) proof-of-retrievability concept: https://www.researchgate.net/publication/4326385_Reliable_Ev... Disclaimer: