Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
predakanga
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
predakanga
4mo ago
Jonti Picking (aka MrWeebl) did a more in-depth interview last year as well: https://www.iheart.com/podcast/1119-sixteenth-minute-of-fame...
2.
▲
by
predakanga
5mo ago
It does include a fairly full-featured DVR system - I used to use it with Kodi to record shows off DVB-T.
3.
▲
by
predakanga
2y ago
I saw someone recommend a site called "The Storygraph" recently - haven't tried it yet, but it seems like an interesting alternative to Goodreads. In particular the "moods" feature caught my eye.
4.
▲
by
predakanga
2y ago
I had no idea that was an option, thanks for the tip!
5.
▲
by
predakanga
2y ago
> As soon as I try to add more detail the previously imagined details dissapear and I have to circle back and reimagine them. Like having a very limited amount of draw calls every frame. This matches my experience - I think of it a bit l
6.
▲
by
predakanga
3y ago
I was amazed to discover, a few months ago, that iPeng is still under active development! I went to set the alarm on my Squeezebox Boom one night and the time picker widget was completely broken. By the next week they'd pushed out an u
7.
▲
by
predakanga
3y ago
You can play Island of Dr Brain on archive.org! https://archive.org/details/msdos_Island_of_Dr._Brain_1992 They have Lost Mind as well, but not emulated because it's a Windows game. I wouldn't be surprised if
8.
▲
by
predakanga
3y ago
If you can find the .ipa, you can sideload them, no developer account or anything needed. The downsides are that you can only have 3 sideloaded apps at a time, and you have to reinstall them every 7 days. https://sideloadly.io&#x
9.
▲
by
predakanga
3y ago
Systemd has a mechanism[0] for configuring those limits. I believe you can limit a unit to 1 vCPU and 256MB of memory by using something like the following: [Service] CPUQuota=100% # 100% of a core MemoryLimit=256MB Red Hat has some documen
10.
▲
by
predakanga
3y ago
Small correction for the author: > Copper stays copper, unless there are one or two electron heads in any cardinal direction, in which case it becomes an electron head should be > Copper stays copper, unless there are one or two elect
11.
▲
by
predakanga
3y ago
Same here - it's a shame because I'm happy to continue supporting the developer, but I won't pay for a functional downgrade.
12.
▲
by
predakanga
3y ago
You make a good point - there are loads of third-party magnetic charging cables out there, but I never saw the point when I have a wireless charger. I might have to give the cables a try next time I replace my battery, see how it affects lo
13.
▲
by
predakanga
4y ago
> How long before Grafana has these capabilities in OSS? They've already started down that path with Grafana Tempo[0]. It's functional, but their UX and discoverability need a lot of work. [0]: https://grafana.com&#x
14.
▲
Adjusting pricing, introducing annual plans, and accelerating innovation
(blog.cloudflare.com)
2 points
by
predakanga
4y ago
|
0 comments
15.
▲
by
predakanga
4y ago
The same effect was used to make stickers that lit up when you were receiving a call, with no battery needed! https://hackaday.com/2022/02/26/heres-how-those-battery-free...
16.
▲
by
predakanga
5y ago
I recently came across another useful utility for debugging unexpected packet drops - PWRU[0] (Packet, Where Are You) by Cilium. It uses eBPF to try to trace the path of the packet through the kernel. Haven't needed to use it yet, but
17.
▲
by
predakanga
5y ago
> Also, once you've got per-user encryption on ~/.ssh/authorized_keys you'll need some other mechanism for users to log in. OpenSSH supports this through the AuthorizedKeysFile directive - it'd be quite simple fo
18.
▲
by
predakanga
5y ago
Thanks for the correction - complete brainfart.
19.
▲
by
predakanga
5y ago
You might still be able to - check out "WordPerfect for DOS updated": http://www.columbia.edu/~em36/wpdos/ . If you want spreadsheets as well, Corel 1-2-3 works under dosemu at least (see https:/&#x
20.
▲
by
predakanga
5y ago
The thing that bothers me is that it's not even restricted to iDevices. I was recently looking into replacing Time Machine on my MBP (which has a tendency to corrupt over SMB) with APFS snapshots, synced to ZFS snapshots on my NAS. Unf
21.
▲
by
predakanga
6y ago
This does exist, though support for it is pretty sparse; it's called "Temporal Tables" in the SQL:2011 standard - https://sigmodrecord.org/publications/sigmodRecord/1209/pdfs... Last time I che
22.
▲
by
predakanga
6y ago
The key word that covers the Heroku-style experience is "GitOps". Most tools are Kubernetes-centric (i.e. FluxCD[0] or Jenkins X[1]), but there are some simpler Docker-only options as well such as Dokku[2]. [0]: https://
23.
▲
by
predakanga
6y ago
Thanks for the link; I hadn't heard of Mandos. Another solution in the same space is Clevis[1]; last time I was researching this problem, I came across it via Red Hat's docs[2]. [1]: https://github.com/latchset
24.
▲
by
predakanga
6y ago
You can! KinD[0] is a project to do just that, although production workloads are an explicit non-goal. [0]: https://github.com/kubernetes-sigs/kind
25.
▲
by
predakanga
6y ago
You don't even need to patch any files - you can patch classes at runtime using a "-javaagent" library. There are plenty of libraries out there to facilitate this such as Javassist or Apache BCEL, and lots of legitimate uses
26.
▲
by
predakanga
6y ago
Have you considered validating your YAML against a schema? JSON Schema[0] can do the trick, and has decent editor support[1]. It's not a panacea, but it can help avoid those long debugging sessions. [0]: https://json-schema-
27.
▲
by
predakanga
6y ago
A fair judgement - I had only skimmed the article before replying. I mostly wanted to provide the quote from Duff, it seemed relevant to the OP.
28.
▲
by
predakanga
6y ago
There's a particularly famous instance of this, called Duff's Device[0], with a great quote attached (regarding fall-through in case blocks): > "This code forms some sort of argument in that debate, but I'm not sure w
29.
▲
by
predakanga
6y ago
While I don't think it's likely, it's not hard to conceive a scenario where the NIC purposely weakens the security for attackers in the know. Purely theoretical (and I'm not a crypto guy, so please do correct me if this
30.
▲
by
predakanga
6y ago
In Britain, the BBC uses vehicles fitted with equipment to detect TVs, though who knows how effective they are. https://en.wikipedia.org/wiki/TV_detector_van
More ›