Viewing profile — bjpirt
bjpirt
HN member- Joined
- Mon, Jan 11, 2010, 7:25 PM UTC
- HN karma
- 283
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About bjpirt
No profile information was provided.
Recent public activity
-
comment
Comment #43579877
Yeah - big fan of the FM / FM2n (I've also got the latter) The FM3a always really appealed, but the more I think about it the less it appeals. Although it's a mechanical shutter, t…
-
comment
Comment #43567241
I've been pondering the same thought recently but applied to analog cameras. Analog cameras have evolved over time, approximately according to the following: - fully mechanical - m…
-
comment
Comment #43182258
One of the nicest data through sound implementations I came across was in a kid's toy (often the best source of innovation) It was a "Bob the Builder" play set and when you wheeled…
-
comment
Comment #41697092
Not cheap, but you can get a Leica that doesn't even have a screen, it's all manual and just treats the sensor as though it were film stock. One of the things I like about the Leic…
-
comment
Comment #37930151
This is one of my favourite distractions when watching Sci-Fi films set in the future - spotting objects from now. For example: - In Luke's home in Star Wars IV there's a lot of Tu…
-
comment
Comment #36309565
I like the principle of this and have kind of done it myself previously, however I'm currently finding it's a _lot_ harder to consider blowing up your life when you have kids that …
-
comment
Comment #36255649
For those who favour Docker - you can do this: docker run --name archiveteam --label=com.centurylinklabs.watchtower.enable=true --restart=unless-stopped atdr.meo.ws/archiveteam/red…
- story
-
comment
Comment #31846137
I've had the displeasure of re-implementing some awful systems written in a no-code platform. If you're using low-code, you're still writing software, and good software is more tha…
-
comment
Comment #29104589
We've been using trivy [1] to audit the container builds we've been producing for a relatively security focussed project. As well as scanning for OS package level vulnerabilities i…
-
comment
Comment #23614618
Having big flashbacks to the switch from PPC to x86 here. Rosetta worked relatively smoothly during that transition so fingers crossed it will be ok here too. Though with Docker su…
-
comment
Comment #23068102
I'm a happy Postgres user and recently did some work with a government agency using Oracle - the thing that shocked me most about Oracle was the lack of transactional DDL operation…
-
comment
Comment #20541644
Wow, that's a particularly nasty clickbaity headline. He only dropped out because of the disease that caused him to be bedridden for those 11 years. Maybe "Student was bedridden fo…
-
comment
Comment #19366897
I wonder if that's because heads would always win
-
comment
Comment #18929818
From personal experience: using WebSockets for realtime communication with a microcontroller works really well. I've put together a number of products using ESP8266 to do this and …
-
comment
Comment #18503568
I love threads like this as I always end up discovering a new gem. I'm just going to post some of the things I've read recently in case you haven't - it doesn't really matter if a …
-
comment
Comment #18486814
I was pleasantly surprised to see this too - I bought a charge controller directly from Hugh to load control an immersion element direct from DC solar and he was extremely knowledg…
-
comment
Comment #17471229
Alternative takeaway: Javascript is so widely deployed that most languages have found a way to compile to it
-
comment
Comment #17464300
Personal WASM anecdote: I just implemented a WASM based 3d model boolean operation for three.js where I can intersect two models together. The pure js version ran in around 10s on …
-
comment
Comment #16309343
Not sure why this comment is being downvoted - seems like a perfectly valid concern, particularly if you've read Rainbows End by Verner Vinge
-
comment
Comment #16307556
Good work, however a little feedback... This works fine at lower rates but once you hit anything greater than 120 or so there's a noticeable lag between hitting the key to rotate a…
-
comment
Comment #16096633
The timescales involved in the manufacture of this mirror are amazing. I love the way this guy just casually states things like: "we then cool the glass ... for a few months" "the …
-
comment
Comment #15531134
It's a nice idea and really well executed but the second test just demonstrates to me how JS is not an ideal language for a beginner to learn as you're thrown straight into async e…
-
comment
Comment #15357108
I recently did the same thing and have packaged it all up as an Ansible setup script [1]. We're using it for a Pi based robot arm [2], so having a built-in access point and a web i…
-
comment
Comment #14857070
Here's an open hardware robot arm you can build: http://kickstarter.com/projects/mime/mearm-pi-build-your-own... I know it's Kickstarter but it will be shipping very soon and you c…