HN user

matsz

418 karma

https://mat.dev

contact@mat.dev

https://matsz.at.hn/

Posts12
Comments82
View on HN

I've always advocated for having a read only database connection to be available for your customers to make their own visualisations.

A layer on top of the database to account for auth/etc. would be necessary anyways. Could be achieved to some degree with views, but I'd prefer an approach where you choose the publicly available data explicitly.

GraphQL almost delivered on that dream. Something more opinionated would've been much better, though.

Valve saw the writing on the wall when Windows 8 was released. Their investment made Linux more feasible for the average user.

This makes me wonder how much better the world would be if corporations didn't have to answer to shareholders. Valve isn't publicly traded, Microsoft is.

Arguably CTA isn't exactly an obscure acronym. It's multi-disciplinary - quite common in UI/UX design and marketing; and also decently common in any branched of software engineering that interact with these topics, like... web development.

alpr.watch 7 months ago

I couldn't imagine living in a country where my every move is being watched.

Privacy is a human right. Sacrificing your human rights just for a bit of "safety" is just short sighted.

Google Antigravity 8 months ago

VSCode already renders terminal on GPU

When did they add that? Last time I used it, it was still based on xterm.js.

Also, technically Chromium/Blink has GPU rendering built in for web pages, so everything could run on GPU.

As a patient, I'm not sure if I'd be comfortable with the doctor operating on me doing a speedrun.

Full sterilization before each surgery is a good thing. Better safe than sorry. Same for only having one patient in the operating room - reduced risk of contamination and human error.

"Late stage enshittification."

We're already at a point where more often than not people want to quit using online apps. I wonder if at some point we'll end up with the internet being completely abandoned because we did nothing to keep it usable?

Similar scenario to what might likely happen to our planet, now that I think of it.

Ollama Web Search 10 months ago

I'm not sure if linking to those files is allowed by HN, and it could potentially expose me to lawsuits.

However, searching for "Yandex git sources magnet link" might help.

Ollama Web Search 10 months ago

You could take a look at the leaked Yandex source code from a few years ago. I'd believe their architecture should be decent enough.

Andreas Kling, the same person behind SerenityOS

Important context - Andreas isn't involved with SerenityOS much anymore. He decided to prioritize Ladybird, which is arguably the more important project here.

Also, he used to contribute to WebKit. Even ended up working at Apple for a period of time. Quite definitely the right person in the right place.

M4 MacBook Pro 2 years ago

Wonder how good are those for LLMs (compared to M3 Pro/Max)... They talk about the Neural Engine a lot in the press release.

Python's imports are the worst I've seen in any mainstream programming language by far.

Relative path imports are unnecessarily difficult, especially if you want to import something from a parent directory. There's no explicit way to define what you'd like to export either.

The syntax is inconsistent, too:

    from X import Y
    import Z
vs. (modern JS)
    import { Y } from 'X';
    import * as Z from 'Z';

Even C/C++ make more sense here.

I was searching for a job from April to June 2024 as a senior/lead front-end (React) dev in EU (Germany). In addition to the usual mid-year slow down, the market itself was tougher. It seemed like a lot of companies had weird standards, contradictory at times even; even though the salaries they offered were much lower than before.

Luckily I landed a great job in late June, but it took 60+ applications and countless interviews.