Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dantle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
dantle
9mo ago
A dishwasher micro optimization: put the small forks/spoons face down in the basket, and the large ones face up. Helpful when unloading because these items are time consuming to visually distinguish, but we sort them. Works best if you
2.
▲
by
dantle
4y ago
I made a Shortcut to strip links. You can add it to the share sheet. It'll give you a new share sheet with the stripped link. Much faster than mashing backspace. https://www.icloud.com/shortcuts/528c9af856fc46c9a3
3.
▲
by
dantle
4y ago
Did you have the full GUI running back then? I tried this in 2021 but couldn’t get the GUI to launch. It seemed like an expected graphics lib wasn’t available.
4.
▲
by
dantle
4y ago
Fasting always gets me into a high focus zone (but I don't have ADHD). Try doing a 48 hour zero-calorie/liquid-only fast. Black coffee and teas are fine. Get plenty of electrolytes, especially magnesium and potassium, or else you&
5.
▲
by
dantle
4y ago
Nice article. Saw a few things I wish I'd known about. 1. %n in printf would be handy when writing CLIs dealing w/ multiple lines or precise counts of backspaces. 2. Using enums as a form of static_assert() is a great idea (trigge
6.
▲
by
dantle
4y ago
I enjoyed the rhetorical style used in this article. A nicely presented mixture of humor and information.
7.
▲
by
dantle
5y ago
Locality has everything to do with performance. It's why your L1 cache is faster than your L2 cache.
8.
▲
by
dantle
6y ago
I've used this for about a year, and it has been stable. Hosted on my home computer. https://github.com/tomav/docker-mailserver My emails get rejected from @comcast.net but nobody else as far as I can tell. I ha
9.
▲
by
dantle
6y ago
It's harder to imagine coming from the IBM of today, but historically the company has earned many laurels from its numerous important contributions to computing. As my computer architecture professor used to say, "everything tha
10.
▲
by
dantle
6y ago
Here's a trivial python script to download them, for the lazy among us. https://gist.github.com/dantler/f26d75f1051db13649aaedf73f7d...
11.
▲
by
dantle
6y ago
Although I'm not familiar with the specifics of (1) and (2), the characterization that Intel "took a while" or "were really slow" to enable features might be a bit unfair. (I am also a former employee) Keep in mind
12.
▲
by
dantle
6y ago
It is helpful, but not necessary. I am listening in on Seattle's trunked radio system with just one, and I get most of the comms. I documented my setup here: https://dantler.us/seattle-police-scanner/
13.
▲
by
dantle
6y ago
I currently run my own mailserver. It's running on my home computer, which I leave on 24/7 anyway. Administration is quite easy if you start with a well-maintained docker image ,and I found one I'm quite happy with.[0] It h
14.
▲
by
dantle
7y ago
I'm using Brave and my useragent is not unique. Version 1.2.43 Chromium: 79.0.3945.130 (Official Build) (64-bit)
15.
▲
by
dantle
7y ago
Are you sure you're looking only the "User Agent"? The text at the top is describing your entire "browser fingerprint." It includes everything the server could gather from you. Including cookies, browser version,
16.
▲
by
dantle
7y ago
Perhaps the "all at once" attack could work against today's hardware. This is because the mics (in devices I know of) are co-planar and the user may be speaking to Alexa (or whoever) from directly above or below the device.
17.
▲
by
dantle
7y ago
I'm a bit surprised that this works. It appears that this attack targets a single microphone. However, internal to most of these home assistant devices (e.g. Echo or HomePod) there is an array of microphones. A real sound from a spo
18.
▲
by
dantle
7y ago
There have been stories in the news which have raised awareness about how Canada exports their recycling/trash to the Philippines.[0] The Philippines seems to pollute heavily, based on this map. Given this data, it seems counterprodu
19.
▲
by
dantle
7y ago
It's pretty easy. With CL.exe (Microsoft's Visual Studio compiler) just use the /SUBSYSTEM:EFI_APPLICATION flag. You may have to manually specify the entry point. Note that there's no default cstdlib, so if you want t
20.
▲
by
dantle
7y ago
The parent story isn't about some version of Android. Windows 10 X is a real version of Windows, based on the NT Kernel.
21.
▲
World's smartest MUJI diffuser
(dantler.us)
1 points
by
dantle
7y ago
|
0 comments
22.
▲
by
dantle
7y ago
Why would a different accelerometer surprise you? The entire SiP is different between the Series 3 and Series 4. One source say the accelerometer in S4 has higher dynamic range. [0] [0] https://www.anandtech.com/show/
23.
▲
by
dantle
7y ago
There isn't a guarantee, but there are incentives for phone/platform providers to avoid spying on you in a battery-powered device. Battery life is still a primary selling point, and these companies are fighting hard to maximize b
24.
▲
by
dantle
7y ago
The charging cable that ships with the MacBook is only capable of USB2.0 speed data transfers.[0] You'll want a different cable for high speed data. [0] https://support.apple.com/en-us/HT208368
25.
▲
by
dantle
7y ago
TempleOS is written in x86-64 assembly and won't run on a Raspi. Try a VM!
26.
▲
by
dantle
8y ago
Skylake was a reasonably big core architecture upgrade (a "tock" in Intel terminology). Several new instructions (XSAVE, AVX512, etc.) were introduced. Perhaps you meant Broadwell?
27.
▲
by
dantle
8y ago
You did a nice job with capacitors. It was cool to write X7R and have it show up as a characteristic.
28.
▲
by
dantle
9y ago
Great review as an embedded SW guy to nourish my EE background. Nicely peppered with practical tricks and techniques that are useful in the field. I enjoyed seeing the low-pass and high-pass filtered wave signatures along with the explana
29.
▲
by
dantle
9y ago
It's not too difficult to build your own IR blaster that is controlled by an app. I wrote an Arduino library that lets you send device-specific IR commands based on a generic LIRC configuration file. I run it on an Arduino101 and sen
30.
▲
by
dantle
9y ago
Hasn't Yelp's app implemented this feature (called Monocle) for half a decade now? Could anyone explain the difference?
More ›