HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ramblurr

128 karmajoined há 6 meses
Father. Clojurist. Independent software consultant. Activist street band musician https://casey.link

comments

ramblurr
·há 8 horas·discuss
Stagnant? Both are alive and well. It's never been better to be a clojure+datomic dev.
ramblurr
·há 3 dias·discuss
> TLS certificates for internal services* done right

* "internal services" = on a single server that is publicly routable
ramblurr
·há 22 dias·discuss
> their cost of operation is still something most people can afford: approximately $30/mo now.

Your definition of "most people" must be very different than the literal meaning.
ramblurr
·há 27 dias·discuss
Don't forget these price increases are only for new purchases. Old rentals keep their price.
ramblurr
·há 27 dias·discuss
This is the second company (that I know of) that got acquired shortly after an AI pivot and re-brand. See: OpenAI to acquire Ona https://news.ycombinator.com/item?id=48491821
ramblurr
·há 27 dias·discuss
> > The bottleneck is compute and data, not the model.

> I disagree. It is not the model alone. It needs a system which capitalizes on it. And this is very complex. Hardware, software, architecture - it takes a lot to get it right.

What do you disagree with exactly?
ramblurr
·há 27 dias·discuss
> > The Kobos don't limit what you can do with them either, you can sideload alternative e-reader software like KOReader that improves on the built-in reader functionality.

> This is patently false, the latest Kobo Libra Color is using secure boot which completely locks out custom development

Your "patently false" is not true. There are nuances here that you are glossing over or ignoring.

Yes, the Kobo Libra Color uses secure boot.

But, you can still get root and install KOReader on it.

What is "custom development" if you mean "boot my own operating system" because, then yes. But the 90+% of the Kobo hacking community has never meant that.

For most folks in the community "custom development" means being able to install/side-load applications like Plato and KOReader alongside the existing Kobo/Nickel software.

Yea, I agree it sucks that the new Kobo uses secureboot, but it was never an open development platform. I feel for the quill-os folks, that sucks. I'm glad they found a home with the PN as they won't get a rugpull.

But the Kobo is still a system where you can trivially get root on it without having to jailbreak or otherwise exploit a vulnerability.

And +1 for the xteink x4 (though if you're rabidly against manufactures locking down their devices, you should look at the recent xteink developments where they are only releasing unlocked devices to the western market.)
ramblurr
·há 27 dias·discuss
Yes, it is widely known in the epub space that targeting 3.1 or 2 is the more sane option.

With EPUB compatibility issues CSS should always be suspect number 1. Using "modern" CSS features and complaining about missing flex boxz grid, etc is a web developer's mindset.

Just because EPUB shares some of the stack with the web doesn't mean they perfectly overlap (or even should).

Hardly any e-ink embedded e-reader devices use a browser for rendering, they all use purpose built HTML/CSS parsing and rendering toolchains, are baked into firmware and updated once in a blue moon. (If you're interested look at koreader's crengine or Crosspoint reader which runs on an ESP32!)

The blog post reeks of overly confident AI prose. But don't be fooled.
ramblurr
·há 28 dias·discuss
But a message about your Door dasher also likely wouldn't be justified.
ramblurr
·há 30 dias·discuss
That is false for AWS. There are no spending limits that stop usage and cost after some threshold.
ramblurr
·mês passado·discuss
Ona used to be GitPod. They renamed about 9 months ago. Looks like the AI pivot paid off! Congrats.
ramblurr
·mês passado·discuss
Have you tried jeep?

https://github.com/pyrmont/jeep/

It let's you vendor deps and easily install modern Janet bundles without jpm.
ramblurr
·mês passado·discuss
Always nice to see janet getting some attention.

shout out to one modern feature: sandbox

"Disable feature sets to prevent the interpreter from using certain system resources. Once a feature is disabled, there is no way to re-enable it."

https://janet-lang.org/api/misc.html#sandbox
ramblurr
·há 2 meses·discuss
Gosh. I am very interested in the story here. But I find that I can't engage with the text, because all my attention is going to is noticing the AI-isms. The way in which a message is delivered matters.
ramblurr
·há 2 meses·discuss
What document?

Do you have any sources to back these claims up?
ramblurr
·há 2 meses·discuss
This link is clearly an AI laundered version of the long running joke from Xe Iaso. Shame.

https://xeiaso.net/shitposts/no-way-to-prevent-this/CVE-2024...

https://news.ycombinator.com/item?id=40438408
ramblurr
·há 2 meses·discuss
Is y'alls collective memory so short? Copilot just a few years ago was auto complete on steroids that was entirely first party and trained by GH on users' code.
ramblurr
·há 2 meses·discuss
Postgres, MySQL, all of them, they write to files (binary, not text) on your disk. What happens if your postgres VM dies?

(Hint: whatever your answer is it'll apply to SQLite too)
ramblurr
·há 3 meses·discuss
Emacs totally supports this!

Mixing monosoace and proportional fonts can be a little strange, but there are some 3rd party packages or guides (prot has one iirc) to workaround it.
ramblurr
·há 4 meses·discuss
Interesting! I was looking for discussion of LCM and found your comment. Something I am seeing in my impl is that the agent isn't using the retrieval tools enough to make it useful. Have you experienced this? Any tips?