HN user

macinjosh

1,731 karma
Posts67
Comments1,352
View on HN
www.amazon.com 1y ago

AWS Panorama Appliance

macinjosh
1pts0
linkgrabs.com 2y ago

Show HN: Linkgrabs.com the Simple and Fast API to Fetch JavaScript Web Pages

macinjosh
7pts2
www.youtube.com 2y ago

Flying with Film: Are Airport Security X-Ray and CT Scanners Safe? [video]

macinjosh
3pts0
www.visidata.org 2y ago

VisiData: TUI for Tabular Data

macinjosh
4pts0
www.youtube.com 2y ago

Computer Server Factory; Watch How It's Made: Cases and Servers [video]

macinjosh
1pts0
i.chillrain.com 2y ago

3D Printer Auto Bed Leveling Mesh Visualizer

macinjosh
93pts98
www.youtube.com 2y ago

Discovery of a Geologic Anomaly on Google Earth [video]

macinjosh
2pts0
github.com 2y ago

Show HN: Podsumer – A Self Hosted Podcatcher

macinjosh
13pts6
viewsrc.blog 2y ago

Stored Procedures: Not Always the Best Idea

macinjosh
2pts0
www.youtube.com 2y ago

Purism wants Louis Rossman to Delete video exposing refund scam & delay tactic

macinjosh
70pts12
www.countyhighway.com 3y ago

America's Only Newspaper

macinjosh
2pts1
abc11.com 3y ago

Harvard professor Avi Loeb believes he's found fragments of alien technology

macinjosh
16pts10
en.wikipedia.org 3y ago

Kleene Star

macinjosh
2pts0
oostens.me 3y ago

Singletons (in Rust)

macinjosh
3pts0
www.tweag.io 3y ago

Threads and Messages with Rust and WebAssembly

macinjosh
3pts0
apnews.com 4y ago

To avoid blackouts, California may tap fossil fuel plants

macinjosh
2pts0
theecologist.org 4y ago

Can we remove a trillion tons of carbon from the atmosphere? (2018)

macinjosh
2pts0
www.washingtonpost.com 4y ago

In reversal, Twitter plans to comply with Musk’s demands for data

macinjosh
2pts0
www.airforcemag.com 4y ago

The Race for the Stratosphere (1999) [pdf]

macinjosh
2pts0
www.bbc.com 4y ago

Singer James Blunt 'Prevented World War III' (2010)

macinjosh
1pts0
bravonovember.com 4y ago

And when he reached the New World

macinjosh
2pts0
news.ycombinator.com 4y ago

Ask HN: Where are the “docs” for mathematical notation?

macinjosh
7pts5
www.phoronix.com 4y ago

The Sad State of Web Browser Support Currently Within Debian

macinjosh
6pts1
en.wikipedia.org 4y ago

Pacific DC Intertie

macinjosh
2pts1
www.youtube.com 4y ago

Energy Storage Breakthrough – Solid Hydrogen Explained [video]

macinjosh
1pts1
pubmed.ncbi.nlm.nih.gov 4y ago

Pulsed Microwave Energy Transduction of Acoustic Phonon Related Brain Injury

macinjosh
2pts1
www.wsj.com 4y ago

Even with Climate Change, the World Isn’t Doomed

macinjosh
6pts6
www.wsj.com 4y ago

Ancient Footprints Yield Surprising New Clues About the First Americans

macinjosh
4pts1
www.ncbi.nlm.nih.gov 4y ago

Ivermectin for Prevention and Treatment of Covid-19 Infection

macinjosh
10pts3
www.carbonrecycling.is 5y ago

Carbon Recycling International

macinjosh
1pts0

I make an iOS app that uses this API heavily for transcribing diverse audio of varying bitrate and recording quality. The audio often contains music, multiple speakers, sound effects. SpeechAnalyzer almost always gets it.

It can struggle with proper nouns but will return something phonetically similar.

My main gripe is that it requires a separate model download per language. I understand the why they did this (to save disk space). But it makes multi-lingual audio hard to transcribe unless you know ahead of time the languages in the audio.

As an app developer the biggest win from using Apple's model is I don't have to bundle it in my app so my app looks much smaller. If a user has many transcription apps each one could have their own model. If Apple's model is used only one copy is needed.

This is a prime example of why programmers are not seriously considered engineers.

The civil engineer who builds a great suspension bridge probably looks down on the one who builds a bridge over a irrigation ditch in a rural county using a big metal pipe covered with dirt.

Much like you may look down on train builders who make the novelty trains for kids parks.

Software engineering happens to be useful everywhere and most stuff in life is low stakes and the economics do not exist to make it perfect.

However, in aerospace, banking, and other high stakes industries software engineering projects are met with the rigor that is called for.

I want a distributed social network on top of email. Emails don’t have to be human readable. A client could be built to pass and share posts among a network via email messages. Add some clever cryptography and you can build trust networks and keep out spam more reliably.

The secret reason they are doing this is because governments want to be able to identify everyone online everywhere it matters at all time. They want to strip anonymity from computing.

Apple and Google can now credibly claim to governments to have nearly ubiquitous computing platforms that they can guarantee do not run any software that is not approved or antithetical to the goals of authorities. This makes the device safe for storing things like government IDs. OSs and Browsers will be required to present these IDs or at first just attest to them.

Before posting online, renting a server, using an app you will have to idenitfy yourself using your phone or similarly locked down PC (i.e. mac).

The introduction is under the guise as always of protecting the children. In reality they are removing your rights to privacy and free speech.

For now I would be happy if it just explored the problem space and identify the choices to be made and filtered down to the non-obvious and/or more opinionated ones. Bundle these together and ask the me all at once and then it is off to the races.

IMHO, LLMs are better at Python and SQL than Haskell because Python and SQL syntax mirrors more aspects of human language. Whereas Haskell syntax reads more like a math equation. These are Large _Language_ Models so naturally intelligence learned from non-code sources transfers better to more human like programming languages. Math equations assume the reader has context not included in the written down part for what the symbols mean.

I disagree. I have a successful software product that I vibe coded using claude code starting last June. It does something novel and useful that wasn't yet offered on the App Store or any app on Android.

I am not going to say what it is because all of the AI haters will immediately flock to leave it bad reviews and overwhelm my support systems with bad faith requests (something that has already happened).

I've been writing software for 25 years, I know what I am doing. Every bug I shipped was my fault either because I didn't test well enough or I did not possess enough platform knowledge to know myself the right way to do things. "Unknown unknowns"

But I have also learned better ways to do things and fixed every bug using AI tools. I don't read the code. I may scan it to gain context and then tweak a single value myself, but beyond that I don't write or read code anymore.

Its not a magical few shot prompt then reap profits machine. I just feel like a solopreneur ditch digger who just got a lease on a new CAT excavator. I can get work done faster I can also do damage faster if I am not careful.

Beyond this concern,

The degradation does not need to be in the inference it can be in how often inference is used.

It is closed source but the algorithms that decide what Claude code does when, could behave differently when the API responses are slower. Maybe it does fewer investigatory greps or performs fewer tasks to get to “an” answer faster and with less load.

Call me what you want but it is my belief that the reason google is locking down and Apple refuses to budge is that in the near term future our mobile devices will become our identity online and in public.

Apple already offers digital ID in some states. They can do this partly because they can guarantee to the gov’t the ID is genuine because the user cannot modify the system.

Google needs to be able to do the same thing.

Age verification laws for online services will actually require something like a digital ID and Apple and Google want to be the providers.

Seems to me Apple is getting ready to make the black arrow mouse pointer obsolete.

In the next generation or two iPads and MacBooks are going to essentially merge as a product line.

I wouldn't be surprised if Apple abandons classic macOS (w/ Terminal and a filesystem) all together. To continue to support developers all they need is a tweaked Xcode for Apple dev and their version of WSL for everything else. All the parts are already in macOS/iPadOS (native virtualization and containerization).

iMac and Mac Pro are all but dead now too. Mac Mini and Mac Studio will be the only desktop options and will be bought by people who are Millenials and older or ML/AI praciticioners. We may even see a special AI/Local LLM Mac Studio that would be the equivalent of mac pro of the ai era.

Your fingers will need these big round edges to grab. They may let you use a bluetooth mouse but they aren't going to cater their UX to you.

They year of the Linux desktop has come as commercial desktop OS's die.

This is logical end game of having these economic controls at all. Put a steering wheel on it someone will drive it.

A true free market isn’t at whims of any one person.