Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
publicmail
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
publicmail
6mo ago
A thunderbolt cable
2.
▲
by
publicmail
8mo ago
This is also why a lot of car bumpers have the make/model/logo impressed into the mold itself
3.
▲
by
publicmail
11mo ago
I would expect power consumption to be fairly consistent for something like a surveillance camera that emits a stream 24/7.
4.
▲
by
publicmail
1y ago
RDMA offers that. The NIC can directly access user space buffers. It does require that the buffers are “registered” first but applications usually aim to do that once up front.
5.
▲
by
publicmail
1y ago
Can’t speak for others, but AVRs usually have excellent documentation IMO. I’ve even seen code snippets for peripherals.
6.
▲
by
publicmail
1y ago
Maybe a dumb question but how do non x86 boards normally boot Linux images in a generic way? When I was in the embedded space, our boards all relied on very specific device tree blobs. Is the same strategy used for these or does it use ACPI
7.
▲
by
publicmail
1y ago
I like to rinse the plates off to remove larger food debris prior to putting them into the dishwasher. It’s not always necessary though.
8.
▲
by
publicmail
1y ago
Actually no - I forgot about my Bosch dishwasher that uses capacitive touch buttons. Great idea for something that is often touched with wet fingers…
9.
▲
by
publicmail
1y ago
My favorite is my Bosh wall oven that uses 85C rated capacitors with practically no voltage derating for the control board that sits directly at the top of the oven. After 4 years, they gave out causing the display to dim to the point of in
10.
▲
by
publicmail
2y ago
Early (2003 for sure) 350z had it as well.
11.
▲
by
publicmail
2y ago
Yep. That’s actually the first clue that I’m dealing with a race condition/concurrency issue.
12.
▲
by
publicmail
2y ago
The ECU in my 350z also used a SuperH CPU - I think SH2?
13.
▲
by
publicmail
2y ago
It normally works in conjunction with GCC’s “-MMD -MP” arguments which provide .d files which then get included back into the Makefile with something like “-include $(OBJS:%.o=%.d)”. It doesn’t directly interpret any source file though, if
14.
▲
by
publicmail
2y ago
The problem is that it kind of relies on a lossless layer 2 (flow control) which has its own set of problems in large scale networks. This is what things like this try to solve: https://cloud.google.com/blog/topics/
15.
▲
by
publicmail
2y ago
A double conversion UPS might do the trick.
16.
▲
by
publicmail
2y ago
We’re so lucky to have realoem. I was kind of shocked to find no equivalent for my late model GM vehicle.
17.
▲
by
publicmail
2y ago
Another annoyance for me is when trying to move the cursor to the end of a long text box like the URL bar in Safari. You basically have to keep using the “hold space bar” method and swiping one inch at a time. I’m sure there’s a better way
18.
▲
by
publicmail
2y ago
PCIe busses are like a tree with “hubs” (really switches). Imagine you have a PC with a PCIe x16 interface which is attached to a PCIe switch that has four x16 downstream ports, each attached to a GPU. Those GPUs are capable of moving data
19.
▲
by
publicmail
2y ago
I consider it bus mastering when the endpoints initiate the transactions
20.
▲
by
publicmail
2y ago
Do you have any more info on this KVM back end for Virtualbox? I love Virtualbox (I know, I know) but the one annoying thing is the dependency on out of tree kernel modules (at least they’re open source though).
21.
▲
by
publicmail
3y ago
I think most high power optics do this already, right?
22.
▲
by
publicmail
3y ago
I think people definitely do exhibit this behavior. It’s part of what causes FOMO. They also exhibit the opposite - waiting to buy things that they think will go on sale later.
23.
▲
by
publicmail
3y ago
Interesting. I’m surprised Dodge isn’t mentioned.
24.
▲
by
publicmail
3y ago
I can see it being useful for sellers, but not buyers. I do think you should have someone help broker a deal of this magnitude, but it shouldn’t be a realtor. It should be an attorney. You can get a real estate attorney to do the same thing
25.
▲
by
publicmail
3y ago
I don’t really think it’s DRM. I think it’s because a lot of garage door buttons have a few functionalities, like controlling the lights as well as the door, but it works over two wires. So it probably necessitates some more complicated log
26.
▲
by
publicmail
3y ago
Sort of related, are there any posix API extensions planned to allow a program to set thread hints in terms of whether it should run on e core or p core? Or maybe even a scale like 0-255?
27.
▲
by
publicmail
3y ago
I think another huge killer of lithium batteries is charging them when below freezing. I bet most phones probably wouldn’t allow it though - or at least would limit it.
28.
▲
by
publicmail
3y ago
True, but the extension pack isn’t really necessary these days for most people. It used to be required for usb 3.0 support but now that’s included in the base GPL package.
29.
▲
by
publicmail
3y ago
I think the reason a lot of modern audio is at 48k has more to do with it being accompanied by video, which has independently settled on sampling rates of 48k, 96k, etc.
30.
▲
by
publicmail
3y ago
I think at least with the Pi 4, you can limit the CPU clock by editing a config file, which has a power limiting effect.
More ›