HN user

fudged71

3,351 karma

X: @ tombielecki

Posts46
Comments1,612
View on HN
twitter.com 3mo ago

Tim Cook steps down. Ternus to CEO

fudged71
13pts2
www.facebook.com 6mo ago

Manus Joins Meta: Accelerating AI Innovation for Businesses

fudged71
3pts1
www.schneier.com 8mo ago

Agentic AI's OODA Loop Problem

fudged71
1pts0
gephi.wordpress.com 9mo ago

Gephi Lite v1.0

fudged71
16pts0
suno.com 1y ago

The Future of Music

fudged71
1pts0
news.ycombinator.com 2y ago

Ask HN: What is a failed project that deserves another shot?

fudged71
2pts4
github.com 3y ago

OpenAI quietly launched Whisper V2 in a GitHub commit

fudged71
335pts126
www.iqt.org 3y ago

Deep Geolocation with Satellite Imagery of Ukraine

fudged71
2pts0
kordon.io 4y ago

Show HN: Automated Satellite Monitoring of Russian Troops on Ukrainian Border

fudged71
17pts3
www.medicalnewstoday.com 4y ago

Body Doubling

fudged71
2pts0
www.medicalnewstoday.com 4y ago

Body Doubling

fudged71
3pts0
twitter.com 5y ago

Classified nuclear weapons secrets found in online flashcard websites

fudged71
4pts1
www.thestar.com 6y ago

Stop exporting N95 masks to Canada, Trump administration tells U.S. manufacturer

fudged71
8pts1
proxy.getkitsune.com 6y ago

Show HN: Open-Source Serverless Proxy on AWS

fudged71
2pts1
generalfusion.com 7y ago

The Canadian Government Announced a $49.3M Investment into General Fusion

fudged71
2pts0
experiments.github.com 7y ago

GitHub Experiments: Semantic Code Search

fudged71
2pts0
medium.com 9y ago

Using IPFS for IoT Communications

fudged71
6pts0
techcrunch.com 9y ago

Samsung is buying Harman for $8B to further its connected car push

fudged71
2pts0
firstround.com 10y ago

First Round silently killed their innovative open application process

fudged71
5pts0
news.ycombinator.com 10y ago

Ask HN: What is unlikely to change in our lives within the next 20-40 years?

fudged71
3pts1
formlabs.com 10y ago

Formlabs announces the Form 2 3D printer

fudged71
3pts0
mixpanel.com 11y ago

Codeless Mobile Analytics

fudged71
22pts5
www.printtopeer.com 11y ago

Show HN: PrintToPeer – Cloud automation for 3D printer fleets

fudged71
2pts0
www.cnet.com 11y ago

Modern magic: World's first 3D-printed castle

fudged71
2pts0
blog.cyveillance.com 12y ago

How the Canadian Anti-Spam Act will affect American Businesses

fudged71
1pts0
www.indiegogo.com 12y ago

New Matter MOD-t is a $149 3D printer

fudged71
1pts0
techcrunch.com 12y ago

PrintToPeer networks your 3D printer so you can build your own bot farm

fudged71
11pts7
news.ycombinator.com 12y ago

Show HN: PrintToPeer

fudged71
3pts0
www.forbes.com 12y ago

Flappy Bird Creator's Next Game Has Already Been Created By Someone Else

fudged71
2pts1
news.ycombinator.com 12y ago

Show HN: Control your 3D printers via Raspberry Pi from the web

fudged71
6pts1
Ti-84 Evo 3 months ago

I wonder how many of us had the exact same experience (down to those damn three little dots!)

The paper computer 3 months ago

Jesse Genet has been posting some cool use cases of OpenClaw for homeschooling that are somewhat along these lines. Using the assistant to inventory the physical manipulables, the curriculum pages, and how they intersect. Printing pages automatically for certain lessons. Updating e-ink screens with other lessons.

Mamba-3 4 months ago

This is really promising. Are they now going to scale this up to hundreds of billions of parameters? Why stop at 1.5B if they found a potentially SOTA architecture?

This just happened up north, apparently the largest proposed AI data center in Canada (Synapse's $10B 1GW campus in Olds, Alberta) was just put on pause after the Utilities Commission rejected its power application on March 6, 2026 due to noise pollution concerns from 20 gas turbines, 10 steam generators, and up to 600 diesel backups near 800 homes (just 200m away). The assessments failed to model cumulative worst-case noise. The proposal will be revised and resubmitted of course but the concern isn't going to go away.

Hammerspoon 4 months ago

I recently set up Hammerspoon to surveil my own computer usage actions (active tab/window, typing state, scrolling) to have a next-action predictor. It shows the predicted next action at the top of the screen but I was thinking of using it to improve voice command accuracy.

Do you have an alias or something so that every time you open CC, tmux is running?

How do you deal with multiple concurrent sessions of CC with this setup?

How important is mosh? I wasn't able to get it set up the last time I tried... ran into a bunch of issues.

This is in line with my thinking, can you say more about how intent changes how you would use a system like this?

I had a really complex negotiation for car repairs (goodwill warranty, balancing a long list of repairs/recalls etc) which was pretty time sensitive. If I had already had my service record in a structured format along with the manufacturer's policies I feel like I could have responded with better preparation. Same for any other big maintenance items on the house, mortgage, insurance, etc.

And then there's the flip side--what do my policies and healthcare/loyalty plans cover that I'm not taking advantage of? What can be combined towards my goals etc.

I think/hope the whole "home manager" category is going to take off soon.

On a cost basis, it no longer makes sense--practically--not to use visual/text/audio intelligence to manage such a large asset. We just don't have the user-friendly mass-market interfaces for it just yet.

It's possible to scan every manual, every insurance policy, ingest every local bylaw. It's possible to take a video of your home and transform it into a semantically segmented Gsplat of [nearly] everything you own. It's possible to do sensor fusion of all the outward facing cameras from your home. And obviously agents like OpenClaw can decide what to do with all of this (inventory, security, optimization, etc).

Thank you so much for this book! I'm finding the translation is very high quality.

I am a complete novice in training LLMs, and have been trying to train a novel architecture for Python code generation, using Apple Silicon.

I've been a bit frustrated to be honest that the data tools don't seem to have any focus on code, their modalities are generic text and images. And for synthetic data generation I would love to use EBNF-constrained outputs but SGlang is not available on MacOS. So I feel a bit stuck, downloading a large corpus of Python code, running into APFS issues, sharding, custom classifying, custom cleaning, custom mixing, etc. Maybe I've missed a tool but I'm surprised there aren't pre-tagged, pre-categorized, pre-filtered datasets for code where I can just tune the curriculum/filters to input into training.