Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
elFarto
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
elFarto
3mo ago
The tax for electric cars is normally £200 after the first year or £20 for electric cars older than 2017.
2.
▲
by
elFarto
11mo ago
We saw all incoming traffic to our app drop to zero at about 15:45. I wonder how long this one will take to fix.
3.
▲
What It Took to Build a 64-Bit Linux Distribution from Scratch from Windows XP [video]
(youtube.com)
1 points
by
elFarto
1y ago
|
1 comments
4.
▲
by
elFarto
1y ago
I was using the asn1bean Java library yesterday funnily enough. I'm sure it's fine for X.509 stuff, however lucky me got to use it with the more obscure parts of X.400. It's lacking support for COMPONENTS OF, and a bunch of o
5.
▲
by
elFarto
3y ago
It wasn't the first computer they've made, or at least had their name on[1]. [1] https://en.wikipedia.org/wiki/BBC_Micro
6.
▲
by
elFarto
3y ago
Actually Unicode has something for character creation: 'IDS', or Ideographic Description Sequence. For example, the Chinese character for the word Biang[1] can be describe with: ⿺辶⿳穴⿲月⿱⿲幺言幺⿲長馬長刂心 [1] https://en.wikipedi
7.
▲
by
elFarto
3y ago
> What's now really missing is from sourceware binutils: fine grained control of the versions of the symbols to use while creating binaries. I did actually prototype an idea for attempting to fix this. The tool would take a list of
8.
▲
by
elFarto
3y ago
I did receive a notification from Microsoft of a suspicous login about a week ago. The password for that account was a relatively strong one (upper/lower case, numbers and some symbols I think). It was an actual login, not just an atte
9.
▲
by
elFarto
3y ago
> Those other processes with the tightest sandbox possible... I guess I should get really around to getting the nvidia-vaapi-driver to work inside the decode sandbox, rather than requiring it to be disabled.
10.
▲
by
elFarto
4y ago
Funny coincidence, I was just watching a video on the history of trackers yesterday: https://www.youtube.com/watch?v=roBkg-iPrbw
11.
▲
by
elFarto
4y ago
The B1M Youtube channel did a video[1] featuring this plant the other day which goes into some of the delays they had. [1] https://www.youtube.com/watch?v=dyQMNVSxbNo
12.
▲
by
elFarto
4y ago
Most kettles in the UK are 3kW, which is right at the limit of how much you can draw from a regular socket with a 13A fuse.
13.
▲
by
elFarto
5y ago
I found SMTP2GO has a pretty good free tier, at 1000/month. https://www.smtp2go.com
14.
▲
by
elFarto
5y ago
Two videos infact: https://www.youtube.com/watch?v=ghUs-84NAAU
15.
▲
by
elFarto
5y ago
I'm using Enpass, which mostly works fine. However, they've recently moved to a subscription model which is unfortunate, where-as I bought the Android version a while ago which gave me a 'Premium license'.
16.
▲
by
elFarto
5y ago
Regarding the video decode support in Firefox, I've got a working solution to that (a VA-API implementation backed by NVDEC). Just waiting for some Firefox patches to land to release it. No sure it works on wayland though, not tested i
17.
▲
by
elFarto
5y ago
I actually wrote a UEFI boot loader a few weeks ago that loads the kernel, initramfs and command line directly from a file on the root fs. It uses the efifs project to let it load directly off of an ext4 file system. It's nice to use c
18.
▲
by
elFarto
5y ago
Interesting. I've always wondered why there wasn't an addition in/out fd pair for communicating with the previous/next program in a chain of pipe, e.g: foo | bar STDOUT --> STDIN ALTIN <-- ALTOUT Y
19.
▲
by
elFarto
5y ago
I'm really hoping they rename the ship, Ever Grounded.
20.
▲
by
elFarto
6y ago
There's Bridget[1], a non-overlay network for k8s that can use/create a VLAN over a network adapter (or just use the network adapter directly). [1] https://github.com/kvaps/bridget
21.
▲
by
elFarto
6y ago
I'm not sure HN will even allow emojis: Burrito: Taco: edit No, it stripped those :'(.
22.
▲
by
elFarto
6y ago
The CPU only has 8 lanes of PCIe. It's using a PCIe switch to get the rest of the lanes. USB is also connected via the PCIe switch. The ethernet adapter is connected directly to the CPU though.
23.
▲
by
elFarto
6y ago
Well, they've finally got the right form factor, but that price is...expensive, esp. considering it's not got much more than a Raspberry PI 4 Compute Module + I/O board which is about £110/$150. And the PI has a GPU buil
24.
▲
by
elFarto
6y ago
I doubt it's a limit of the CPU. It might be a limit of the method used to connect the PCIe component to the CPU (the SCB bus on the PI IIRC). The device tree file does contain the range of memory to use for the PCI BAR, could it be as
25.
▲
by
elFarto
6y ago
I was thinking you could use a PCIe Non-Transparent Bridge IC to connect all the PI's together. However those sort of chips aren't cheap, and it would only be a ~5x speed increase over the Gigabit ethernet.
26.
▲
by
elFarto
6y ago
The DRM on the Audible downloads is so easy to remove, then you can have it in whatever format you want: ffmpeg -activation_bytes <your magic bytes> -i inputfile.aax -vn -c:a copy output.m4a You'll need to search around f
27.
▲
by
elFarto
6y ago
There's also this magic function: private static <T extends Throwable> T sneakyThrow(Throwable ex) throws T { throw (T) ex; } Due to generic type erasure, the entire throw clause gets erased so it looks like this me
28.
▲
by
elFarto
6y ago
I came across a video of someone soldering a WLCSP package IC, with a soldering iron tip about as big as the chip itself. https://www.youtube.com/watch?v=edERx4x5eY0
29.
▲
by
elFarto
6y ago
The 'ip' command only operates on runtime state (it doesn't save anything to disk). NetworkManager used to be configured to save it's config to /etc/sysconfig/network-scripts on Fedora, for backwards compa
30.
▲
by
elFarto
6y ago
I have a USB 3.0 Orico enclosure with a Pi4 and I had to pass '-d sat' to smartctl for it to work: smartctl -a -d sat /dev/sda Newer versions of smartmontools shouldn't need it, only the older one that Raspberry PI
More ›