HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ramblurr

128 karmajoined قبل 6 أشهر
Father. Clojurist. Independent software consultant. Activist street band musician https://casey.link

comments

ramblurr
·قبل 7 ساعات·discuss
Stagnant? Both are alive and well. It's never been better to be a clojure+datomic dev.
ramblurr
·أول أمس·discuss
> TLS certificates for internal services* done right

* "internal services" = on a single server that is publicly routable
ramblurr
·قبل 22 يومًا·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
·قبل 26 يومًا·discuss
Don't forget these price increases are only for new purchases. Old rentals keep their price.
ramblurr
·قبل 27 يومًا·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
·قبل 27 يومًا·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
·قبل 27 يومًا·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
·قبل 27 يومًا·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
·قبل 28 يومًا·discuss
But a message about your Door dasher also likely wouldn't be justified.
ramblurr
·قبل 30 يومًا·discuss
That is false for AWS. There are no spending limits that stop usage and cost after some threshold.
ramblurr
·الشهر الماضي·discuss
Ona used to be GitPod. They renamed about 9 months ago. Looks like the AI pivot paid off! Congrats.
ramblurr
·الشهر الماضي·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
·الشهر الماضي·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
·قبل شهرين·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
·قبل شهرين·discuss
What document?

Do you have any sources to back these claims up?
ramblurr
·قبل شهرين·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
·قبل شهرين·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
·قبل شهرين·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
·قبل 3 أشهر·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
·قبل 4 أشهر·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?