Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jodoherty
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
jodoherty
3mo ago
Beautiful! Thank you for making this. I've been trying to find something to use for enriching my own self-hosted LLMs and agentic tools with information I find useful. Metasearch tools like SearXNG make it less likely you'll get b
2.
▲
by
jodoherty
3mo ago
Hey, thanks for the feedback! If I get some time to circle back, I'll be sure to incorporate these into some new tests and address them. I want to set up a qemu-system emulator based testing approach so I can incorporate things like Ap
3.
▲
by
jodoherty
3mo ago
I use pi with an RTX Pro 6000 Blackwell to run Gemma 4 31b to do all my agentic coding. I find it useful. This side project highlights a similar approach to how I scope and tackle projects at work now: https://git.theodohertyfami
4.
▲
by
jodoherty
10mo ago
The container is a Linux container running a virtual machine inside. WinApps needs a Windows RDP server to work. Most of the functionality doesn't care where that Windows RDP server is actually running as long as its FreeRDP client can
5.
▲
by
jodoherty
1y ago
I worry too. American consumer credit card debt sounds like it's rising pretty quickly, and many people I talk to have a lack of free will and carry a sense of unfairness in the system they live in. However, people can also adapt prett
6.
▲
by
jodoherty
1y ago
I think most people don't care about optimizing an extra $10 out of their weekly grocery run. Probably a better example is figuring out the cost of a loan. Just multiply the amortized monthly payment by the term and compare that to the
7.
▲
by
jodoherty
1y ago
One of my undergrad degrees is in math. As you study it, you learn to identify your assumptions (axioms), find or build interesting abstractions, prove properties about them (theorems), and then map all sorts of other things into those abst
8.
▲
by
jodoherty
1y ago
I would hesitate to judge based on what's "easy to type" on the keyboard in front of me. A lot of editing tools and processes automatically converting `--` to `—`, so folks editing markdown or using a Word processor might get
9.
▲
by
jodoherty
2y ago
That makes sense. Mine runs every few minutes sometimes in heavy rain.
10.
▲
by
jodoherty
2y ago
Thanks for the suggestion. It looks like 100Ah LiFePo4 batteries are pretty easy to find too.
11.
▲
by
jodoherty
2y ago
Do you have any examples? I haven't seen what you're describing despite shopping UPSes, but something less than $100 that could last 10+ hours would be amazing. My $200 1500VA/1000W CyperPower UPS could handle a short one or
12.
▲
by
jodoherty
2y ago
I might get this for my basement sump pump in case the power goes out during a storm.
13.
▲
by
jodoherty
2y ago
The official Python documentation actually comes with a Socket Programming HOWTO that goes over conceptual topics and intended socket API usage: https://docs.python.org/dev/howto/sockets.html#socket-howto It gets
14.
▲
by
jodoherty
2y ago
The problem is platforms moved away from S3 sleep. I've heard people claim it was mostly so managed Windows laptops could force updates with the lid shut and the laptop suspended. Now I have to worry about my laptop randomly overheatin
15.
▲
by
jodoherty
2y ago
The Adafruit FT232H works out of the box with pyftdi and libftdi. You don't have to use any special tools or flash it in any way. The USB commands are handled by the underlying libraries. See page 9 of the datasheet here: https:/
16.
▲
by
jodoherty
2y ago
Also, while libftdi isn't hard to work with: http://developer.intra2net.com/git/?p=libftdi;a=blob;f=examp... It's dead simple to also use these FTDI devices with Python: https://eblot.github.io
17.
▲
by
jodoherty
2y ago
FTDI also makes a lot of USB chips with software controllable GPIO pins: https://www.adafruit.com/product/2264 https://ftdichip.com/products/ft2232h-mini-module/ Bit banging on a modern OS su
18.
▲
by
jodoherty
2y ago
Arduino is a nice, but it's still built on the shoulders of tools like GCC, isn't it? I never owned a computer in the 90s, but my impression was that Cygnus[1] did a lot of work porting GCC and improving it for use in a variety of
19.
▲
by
jodoherty
3y ago
PBS Kids has a lot of games and activities on their website: https://pbskids.org/games If your kids watch any PBS shows them they'll recognize the characters. The activities were fun enough for our twins to learn how t
20.
▲
by
jodoherty
3y ago
We had 3 under 3. When our son was 5 and the twins were 3, we were able to switch to forward facing car seats in the back of my Dodge Challenger, which is technically just a coupe. They're all Diono Radian car seats, and the kids fit c
21.
▲
by
jodoherty
3y ago
Cross checking work doesn't scale. That'll only become more of a problem as your business grows and you have more important concerns that pull you farther and farther away from the actual hands-on work being done.
22.
▲
by
jodoherty
3y ago
You simply have to do it every day with self-awareness of what you're doing and why it's important until you get comfortable with it. Day one of my first studio class, we did sketches of the person next to us and the instructor he
23.
▲
by
jodoherty
3y ago
Most normal education tends to skew towards the didactic all the way through your undergraduate studies, especially with the math and hard sciences (which includes most CS students). That is to say, an instructor disseminates organized know
24.
▲
by
jodoherty
3y ago
In art school, we spent a lot of time learning how to give and receive critiques, because the fastest way to improve was to try frequently and critique often. You learn very early to divorce your ego and sense of self from your artworks and
25.
▲
by
jodoherty
4y ago
Exist. That’s what I did for a good chunk of my twenties. My life has changed dramatically since then. It’s hard to set a direction for yourself with that mode of living, so I pivoted from art school and joined the Air Force to focus on ser
26.
▲
by
jodoherty
4y ago
Also, the prompt is uniform and immediate anywhere you need authenticated. With a single client certificate that meets the server's criteria, most browsers can be configured to automatically apply your certificate so you never even see
27.
▲
by
jodoherty
4y ago
It's more like keeping your ID card with you. The hospital would still have your records but wouldn't give you access to them until you present your ID card. If you lose your ID card, you have to go back to the issuer of ID cards
28.
▲
by
jodoherty
4y ago
Mutual TLS is pretty cool. You can install client certificates into your browser issued from a CA that a server accepts, and the server can then use the details in your client certificate to authenticate you to an application specific user.
29.
▲
by
jodoherty
4y ago
I think NixOS is what the future should be. Searching and resolving packages still seems slow, and things like flakes are still evolving to address rough edges, but having completely declarative definitions of the entire OS installation is
30.
▲
by
jodoherty
4y ago
I live in a region with a lot of government contracting businesses, so Red Hat Enterprise Linux is something I have to maintain a working familiarity with. However, I use Debian for all of my personal projects and infrastructure. The reason
More ›