Viewing profile — gourneau
gourneau
HN member- Joined
- Wed, Mar 28, 2007, 1:18 AM UTC
- HN karma
- 2,743
- Public activity
- 437 items
- HN profile
- View on Hacker News ↗
About gourneau
I am also an enthusiast of Python, Django, Linux, and mobile devices.
Recent public activity
-
comment
Comment #48926623
[dead]
-
comment
Comment #45893876
Check out the Goodwatch from Travis Goodspeed https://github.com/travisgoodspeed/goodwatch It is a"replacement circuit board for the Casio 3208 module, used in the Casio CA-53W and…
-
comment
Comment #43368313
I’m working with several Postgres databases that share identical schemas, and I want to make their data accessible from a single interface. Currently, I’m using Postgres FDWs to im…
-
comment
Comment #42293418
Thanks for the Pigsty link. I have been a big fan of running Postgres on metal machines.
-
comment
Comment #42104683
Here's hoping LLMs stick to the naming trend used for telescopes like the ELT: • Large Telescopes → Large Language Models (LLM): Solid start, foundational capabilities. • Large Tel…
-
comment
Comment #41495215
I have used https://github.com/lastmile-ai/aiconfig to encode some of my more common prompts into application like things. You can encode them into a yaml/json file.
-
comment
Comment #41382812
So far I have paid out of pocket, I have an insurance claim but I expect to at least max out of deductible.
-
comment
Comment #41382012
With v12.5.1.1 My Tesla ran into a curb, I had to get 2 wheels and tires replaced https://twitter.com/gourneau/status/1821005220190798038
-
comment
Comment #38464610
Meta folks if you are reading this , please give us a real SDK. Great hack though until we get that!
-
comment
Comment #37794096
If you are on Windows and have extra laptops of devices hanging around SpaceDesk https://www.spacedesk.net/ to a great free app (not open source). I use it with on my Windows Dev m…
- story
-
comment
Comment #35882137
Thanks Eli! Almost 15 years ago learned a lot about Python GUI work from your blog. Some of your examples helped me write some software for NASA!
-
comment
Comment #34744201
I also loved this game it was my first MMO, and in many ways was so ahead of its time. I still dream about it occasionally.
-
comment
Comment #34320435
BTW the author has one of the best FIRE (Financial Independence to Retire Early) calculators as well https://engaging-data.com/early-retirement-calculators-and-t...
-
comment
Comment #34307954
From the page source :)
- story
-
comment
Comment #32029153
I love my M1 for development, I have a work M1, and I like it so much I am getting M2 for person use. I had 2 main issues at first, but they are both resolved. One, if you want to …
-
comment
Comment #31813776
rclone will also mount sftp as a drive https://rclone.org/sftp/
-
comment
Comment #31554723
Cool post thanks for sharing! I wanted to throw out another option, older enterprise server hardware is surprisingly cheap on ebay. https://labgopher.com/ has a nice page to help y…
-
comment
Comment #31113864
Thanks that is working now!
-
comment
Comment #31113843
Is anyone else getting this warning? I am using macOS 12.3.1, iTerm2 3.4.15 and bash 3.2.57(1) bash: trap: __bp_install: invalid signal specification
-
comment
Comment #31086801
We have been working software for FDA submissions as well. We use Jama https://www.jamasoftware.com/ for requirements management and traceability to test cases.
-
comment
Comment #31076758
The new Tensorbook also looks like it has a high build quality. https://lambdalabs.com/deep-learning/laptops/tensorbook
-
comment
Comment #31043727
TIL that time can also output max memory use, and IO use very useful! Like they do here: /usr/bin/time -o performance.log -a -f"%e\t%M\t%x\t%C" %e (Not in tcsh.) Elapsed real time …
-
comment
Comment #30366730
This looks cool for interactive things. Another option for less interactive things would be clush (Clustershell) https://clustershell.readthedocs.io/en/latest/tools/clush.ht...