Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xobs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
xobs
7mo ago
ModemManager. You need to set the variable ENV{ID_MM_PORT_IGNORE}=“1” I. A udev rule. Standard usb serial ports show up as ttyACM#, whereas nonstandard ports that require a driver like ftdi show up as ttyUSB#. Modems tend to be standard usb
2.
▲
by
xobs
8mo ago
> Rust? Only Rust? Yes, this OS is written in Rust. However, since it has a well-defined ABI, and all services are defined to use `#[repr(C)]`, and the interface is simple primitive enums, it's designed with C-like language support
3.
▲
by
xobs
8mo ago
The Rust runtime will, at a minimum, set up the stack pointer, zero out the .bss, and fill in the .data section. You're right in that a heap is optional, but Rust will get very cranky if you don't set up the .data or .bss sections
4.
▲
by
xobs
8mo ago
> One-way messages Messages are either one-way (Send or Scalar), or are two-way (BlockingScalar, Lend, or MutableLend). For two-way messages, the calling process inherits the quantum of the sending process, so the only penalty is the cos
5.
▲
by
xobs
9mo ago
It’s normal if you use the Nvidia proprietary driver. Every notification leaks one fd, so if you get a lot of notifications it’ll segfault once or twice per day. This was apparently fixed in version 590 of the driver which was released only
6.
▲
by
xobs
9mo ago
If you run pw-top, you might see errors accumulating. This is usually due to an underrun from the game requesting an audio quantum that’s too low. The fix is: mkdir -p ~/.config/pipewire/pipewire.conf.d && echo
7.
▲
by
xobs
9mo ago
You can load additional symbols into gdb without restarting it by using `add-symbol-file`, which you can use to iterate on the symbol mapping.
8.
▲
by
xobs
10mo ago
I’m not even on a vpn and I’m getting an error saying the website is blocked.
9.
▲
by
xobs
10mo ago
My current record is $19 (including shipping!) for two assembled boards of https://github.com/xobs/soundoff which is a little device that shuts off 5V power to a USB-A port when it detects the PC it's connected to
10.
▲
by
xobs
11mo ago
I really wish this 3D Gerber viewer worked: https://www.zofzpcb.com/ You can feed it the output from Kicad, and if you include the ipc netlist it’ll even generate models. Great for doing a check before manufacturing, especi
11.
▲
by
xobs
1y ago
I know Altium doesn’t work, which is very important if you need to provide someone else files in Altium format. If you just want to work on designs there’s always Kicad, which is increasingly very good! But it can’t save in Altium format, a
12.
▲
by
xobs
1y ago
I've never gotten passkeys to work on the Mac. Every time I try it with either Firefox or Safari says I need to log into iCloud, which I really don't want.
13.
▲
by
xobs
1y ago
OVH is awful for this. I’ve given up trying to use their site and always have to open a support ticket any time I want to give them money.
14.
▲
by
xobs
1y ago
There are usb-c paper tape readers: https://www.e-basteln.de/computing/papertape/overview/ They even work with phones!
15.
▲
by
xobs
1y ago
That's 600 mA at 3.3V. USB should be fine, but of course you need the capacitance to deal with that. Radio PAs can be power-hungry beasts.
16.
▲
by
xobs
1y ago
To clarify for the people questioning the price: it’s $74 for the version with free upgrades for one year. The “Lifetime” version with updates forever is $494.
17.
▲
by
xobs
1y ago
> endless scrolling feeds only I've got a personal policy: No websites that have an infinite scroll. That means no new Reddit, mobile Reddit, Facebook, Instagram, or similar. This also means I can't use food delivery services,
18.
▲
by
xobs
1y ago
The dongle was an AAUI connector off of a dedicated port. AUI was a standard, but unfortunately it was the same connector as the video connector. So Apple redesigned it. https://lowendmac.com/2007/apples-aaui-ethernet-c
19.
▲
by
xobs
1y ago
"KIKA" just shows an infinitely-looping 10-second clip of a sign swinging that translates to "Unfortunately, you can only watch the current video if you are in Germany."
20.
▲
by
xobs
2y ago
I remember reading an article that had the theory that Thai restaurants in hotels were usually very authentic under the assumption that the parents were immigrants who wanted the child to inherit the business, but the kid wanted to run a re
21.
▲
by
xobs
2y ago
It sounds vaguely like the Invisible Gorilla Experiment: https://en.m.wikipedia.org/wiki/The_Invisible_Gorilla
22.
▲
by
xobs
2y ago
That could be GymLink, which is a simple 5 kHz LF transmission. It’s also used so that it can work while swimming. Here’s a discussion about it: https://www.eevblog.com/forum/rf-microwave/looking-for-a-rec...
23.
▲
by
xobs
2y ago
I thought Photoshop, Illustrator, and InDesign were very good at producing https://notarabic.com/ (at least the author calls out Adobe products in the description)
24.
▲
by
xobs
2y ago
I find myself using debug_here ( https://github.com/ethanpailes/debug-here ) which does similar things but for desktop-class debugging. It hasn't been updated in a while, but it still works for me on Windows at leas
25.
▲
by
xobs
2y ago
I never did manage to fly them. Their website just returns " You don't have permission to access " http://www.spirit.com/ " on this server." Preventing customers from buying tickets isn't a good
26.
▲
by
xobs
2y ago
It's the Cyber Security Group within Singapore's GovTech.
27.
▲
by
xobs
2y ago
Try plugging in a USB keyboard to the back of it :) That one was fun to write.
28.
▲
by
xobs
2y ago
An example of a program that's atrocious about unreliable connectivity is `git` -- it has no way to resume downloads, and will abort all progress if it fails mid-transfer. The only way I've found to reliably check out a git reposi
29.
▲
by
xobs
3y ago
Where I am, most of the noise comes from air conditioning and physical plant equipment from neighbouring buildings. Cars aren't that big of an issue. Buses can be loud, but they're transient.
30.
▲
by
xobs
3y ago
The problem with Wave was that it requires a network effect to be of any use, and Google was very stingy with invites early on. Interest had died down by the time they started allowing more people to join.
More ›