Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bofh23
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bofh23
2y ago
Channel 72 on Spectrum Cable in NYC cycles through the NYC DOT traffic cameras with realtime update speed albeit in standard definition. I tune in and leave it on in the background and it’s like having a window with an interesting view. It’
2.
▲
by
bofh23
2y ago
I like multi-function displays (MFD) which were probably a necessity in aviation before touchscreen technology and also could be operated by a pilot with gloves on. Multi-function display - Wikipedia https://en.wikipedia.org/
3.
▲
by
bofh23
2y ago
Wow, thanks for making this! I’m having lots of fun playing with it. A quibble: Choosing between Draw|Erase|Toggle is awkward on mobile (Safari on iPhone). The old toggle between Draw|Erase was quick but the new pulldown list widget is in t
4.
▲
by
bofh23
2y ago
Amazing work. Thanks for sharing xwax with the world! Are you aware of Rasteri’s SC1000? It uses a magnetic rotary sensor with a modified version of xwax instead of time-coded vinyl. I wonder if xwax has support for other DIY jog wheel cont
5.
▲
by
bofh23
2y ago
James Mickens’s Monitorama 2014 presentation had me laughing to the point of tears. “Look a word cloud!” Title: "Computers are a Sadness, I am the Cure" https://vimeo.com/95066828
6.
▲
by
bofh23
2y ago
Critical article from Apr 2009: on url shorteners -- joshua schachter's blog http://joshua.schachter.org/2009/04/on-url-shorteners Print publishers might have a case for URL shorteners but they should own and
7.
▲
by
bofh23
2y ago
To mitigate link rot I always include a title along with the URL. This is especially important for URLs with opaque ids like on YouTube instead of slugs. If you visit a pulled YouTube video link you’re left not knowing the title to search f
8.
▲
by
bofh23
2y ago
It’s a wonderful resource but they neglect the pagetitle element which is set to “McMaster-Carr” on every page. Links opened in tabs/windows all get the same title and bookmark titles need to be manually edited to be useful. Why do dev
9.
▲
by
bofh23
3y ago
There’s a similar device used to transmit the first recovered victim’s fingerprints from the funeral parlor to FBI field offices in Silence of the Lambs.
10.
▲
by
bofh23
4y ago
Web publishing aside: Why do sites like this totally neglect the page title and meta attributes for sharing in social media such as Open Graph? At bare minimum, why not include <title>Blackmagic Design Announces DaVinci Resolve for iP
11.
▲
by
bofh23
4y ago
> and things shift around on you for another 20 seconds after that, so when you go to tap a link you accidentally tap an ad that finally loaded under your finger. Why don’t browsers mask out events during render of page regions or note t
12.
▲
by
bofh23
4y ago
Why did Apple remove the cursor keys that would appear in landscape aspect? There’s still plenty of unused space for them. Thankfully there’s the long press on spacebar gesture but I only recently learned about that. The PlainText app would
13.
▲
by
bofh23
4y ago
I’m pretty sure Thunderbolt only has the equivalent of 4 lanes of PCIe 3.0 while GPU cards tend to be 16 lane.
14.
▲
by
bofh23
4y ago
I think it was 3 to 6 VME-sized boards. There was 1 Display Generator board, 1 Geometry Engine board (12 x Intel i860 processors in the RealityEngine2), and 1, 2, or 4 Raster Manager boards (for framebuffer and texture memory). I’m not sure
15.
▲
by
bofh23
4y ago
Aside: Why don’t folks give their web pages titles? There’s a title in the body but I mean actual page titles that show up in browser windows, tabs, and bookmarks. <head> <meta> <title>Page Title</tit
16.
▲
by
bofh23
4y ago
This “Smart Window Fan” is a window-mounted economizer. If it’s cooler and dryer outside, like at night, it opens its louvers and pulls in cool air and exhausts warm air. It also has a HEPA filter. I assume it has humidity sensors too to av
17.
▲
by
bofh23
4y ago
Enjoy this awesome cinemagraph from that opening scene (not my work): “Los Angeles, November 2019” Blade Runner (1982) IWDRM https://iwdrm.tumblr.com/post/2927811283
18.
▲
by
bofh23
4y ago
I have a Samsung TV with “smart” features but only connect it to the Internet when using a streaming app. I still use cable for TV so I don’t use builtin apps often. Most of the time the TV is set to unconfigured WiFi so it can’t reach the
19.
▲
by
bofh23
4y ago
Alternatively, you can use less(1) in tail mode to search growing logs. less +F -p pattern /path/to/log (Ctrl-C to break out of tail mode. /pattern to interactively set search pattern.)
20.
▲
by
bofh23
5y ago
The webcam should’ve been an external option. If I have two or three monitors, only one needs a webcam. Perhaps include a soft shoe or 1/4”-20 accessory mount on top for a ball or pan-tilt head along with a nearby USB-C port for an ele
21.
▲
by
bofh23
5y ago
Over the years, I’ve enjoyed reading many ghacks articles about browsers. However, I find it ironic that every link in the OP article reporting on user tracking practices is wrapped in opaque googleadservices links. By opaque, I mean the de
22.
▲
by
bofh23
5y ago
Good luck finding any consumer products that ever supported HDMI Ethernet Channel (HEC). In contrast, HEC capable HDMI cables with pins 14 and 19 in a twisted pair were widely available to the confusion of many. Audio Return Channel (ARC) u
23.
▲
by
bofh23
5y ago
“I need my sleep. I need about eight hours a day, and about ten at night.” — Bill Hicks
24.
▲
by
bofh23
5y ago
This desktop dashboard with three analog panel meters is gorgeous: Ambient Executive Dashboard | Uncrate https://uncrate.com/ambient-executive-dashboard/ A new version that uses WiFi instead of a defunct paging network
25.
▲
by
bofh23
5y ago
No need to give up a PCIe slot. The Raspberry Pi Zero and the RPi 4 have USB On-The-Go support so they can appear to be a serial port, Ethernet port, or other types of devices using the Linux USB Gadget API. It’s even possible to appear as
26.
▲
by
bofh23
5y ago
> This ensures that the media file that a NFT represents, will always be available, since it is hosted by many people on the network. I’m pretty sure this is incorrect. IPFS is not permanent storage unless you host the content yourself
27.
▲
by
bofh23
5y ago
Avoiding “useless cat” on the command line is premature optimization. Sure, don’t do it in a script that is invoked a lot but it shouldn’t be a concern when prototyping a filter pipeline. $ cat foo | head -4 b a c b $ cat f
28.
▲
by
bofh23
5y ago
> 5. What about scrolling? The less(1) command has horizontal scrolling, just invoke it with the -S or --chop-long-lines options or toggle that feature while paging a file. I agree it would be nicer if less(1) had a user configurable hea
29.
▲
by
bofh23
5y ago
There’s a nice photo of an open back PCIe x1 connector here: File:PCIe J1900 SoC ITX Mainboard IMG 1820.JPG - Wikipedia https://en.wikipedia.org/wiki/File:PCIe_J1900_SoC_ITX_Mainbo...
30.
▲
by
bofh23
5y ago
I’m hoping peer pressure from Google will push Apple to find the “courage” to undo its mistake[1] and restore the headphone jack on new models. [1]: Removing the headphone jack was a mistake because: 1) Every smartphone has built in speaker
More ›