HN user

maartenh

139 karma

https://maarten-hoogendoorn.nl/

Posts2
Comments66
View on HN

Curious to how well LLM's work in this context! (mentioned as one of the reasons to embed CAD in Rust)

I only know of another text -> STL AI model, I'm quite a bit more excited about this idea.

Does someone have experience with this?

Splice a Fibre 7 months ago

Nice! You might want to fix your GitHub link in the footer though, it 404's for me right now :)

How much VRAM would this require, if I would want to run this locally?

I bought a 12GB Nvidia card a year ago. In general I'm having a hard time to find the actual required hardware specs for any self hosted AI model. Any tips/suggestions/recommended resources for that?

Ah, 5x? At $WORK, the low code tool vendor that is used to build the monolith (and that of our sister company) is bought by a private equity firm. Our sister company will face a 7x increase. Another fun thing is that the license is based on a percentage of licensing cost to their customers.

Their game is clearly to squeeze very hard for a few years, and then deprecate the product. I can't imagine that there are companies that are fine with such price hikes.

Wow. In the EU, canceling subscriptions must be as easy as signing up for them by law.

My personal longest issue with ISP's was when the software config once went wrong in their side, took me a month and allmost daily phone calls until I got to 4th line support that was an actual techie who fixed it in 10 minutes.

Which tool did you use to create that busy_spec.html file? They remind me of Engelbart's blue numbering system for documents, if I remember the name correctly.

Very nice! I talked (~10y ago) at a Nix meetup to a company that did over the air updates of bicycle shed usage signs in NL that ran on embedded linux systems. One of their bigger challenges was that their downlink quota was very limited. I suggested them to peek at bsdiff, not sure if they ever got to it (or maybe would have gotten a better downlink ;))

I might give this idea another go myself with this nice rust library. With some heuristics one could partition the recursive closure of dependencies in a way optimizes for reuse (e.g. try to compute shared subtrees). Probably more efficient than a random tar of e.g. the entire root file system of a buildroot android system.

TIL that self-updating mobile apps are a thing. It is quite surprising to me that the app store gatekeepers don't force all app changes through their vetting process! Has this always been the case, or is this a new development?

Seems interesting. I can't decipher from the docs nor demo if this is about debugging _live_ behavior of the systems under observation, (e.g. it only captures stuff for which there are queries), or if it actually stores all your requests and responses in a psql db.

Wow, that's quite different from the Netherlands. Here, we have the BAG, Basis Administratie Gebouwen (Base Administration Buildings).

Muniplicities are the data owners, but data is also collated nationally.

See [0] for a viewer of this public data.

Also, all our surveying/road data is managed in a similar fashion, and this is regularly imported in e.g. openstreetmap.

[0] https://bagviewer.kadaster.nl/lvbag/bag-viewer/?zoomlevel=1

Next to getting an (electronic) sit/standing desk, consider getting a treadmill that you can shove under your desk, if you have the space. I don't use it every day, not even every week, but some weeks I'm walking all day. I got mine from a 2nd hand market place and it was quite affordable.

As a motorcycle drivers myself, I think that the obsession of my fellow drivers with producing loud noises is childish.

I really enjoy the acceleration though (when it's safe to e.g. accelerate away from a traffic light or when getting on the freeway).

The feeling of way faster responding control, and being exposed to wind, smells, sounds makes it a very relaxing immersive experience for me.

It's what you're used to. Cups and gallons are confusing to me!

In some of my Dutch cook book, there are mentions of cups. But mostly as a relative unit; add one cup of X, two cups of Y.

For absolute amounts, the metrics system just makes more sense, as it nearly combines the different quantities without weird conversion constants.

Note that in medical or scientific environments, centiliters are actually used.

But then again, we still use milimiter-mercury as a unit in medicine too ;) [0]

[0] https://en.m.wikipedia.org/wiki/Millimetre_of_mercury

The author has a whole video series on restoring this particular mini-computer.

I really enjoyed watching them all, as he clearly explains all the obstackles that he encounters, and how he navigated them.

The contagious bursts of laughter are a great bonus too.

A Poor Man's API 4 years ago

Hm, using Apache APISIX for DDoS protection on a single node? That won't really stop a real DDoS. Not much you can do on a single server, if a botnet is saturating the network links to your server(s), without help from your infra provider.

This setup can be used to prevent the backends from being overloaded, which one can probably already do from a single host, and depending on the speed/amount of work by the backends done, not a lot of bandwidth is required to overload most systems that have a limited amount of request processing capacity.

I would argue that this is load management/shedding though, and not DDoS protection.

Awesome! I built something like this for $JOB-1 too. Unfortunately didn't get to open source this before I left.

I built in an a mechanism for policy checks too, e.g. to check that only an allowed list of repositories was public, and that permissions were only assigned through teams.