Readit News logoReadit News

Deleted Comment

jauco commented on CATL expects oceanic electric ships in three years   cleantechnica.com/2025/12... · Posted by u/thelastgallon
jauco · 12 days ago
We already have electric oceanic ships. They’re called nuclear submarines.

Allseas is putting the reactors on their vessels as well iirc.

jauco commented on Progress on TypeScript 7 – December 2025   devblogs.microsoft.com/ty... · Posted by u/DanRosenwasser
antihero · 16 days ago
Unless you use enums, of course.
jauco · 16 days ago
Or constructor property initializers.

    constructor(public foo: string){}
Is a typescript feature.

jauco commented on EyesOff: How I built a screen contact detection model   ym2132.github.io/building... · Posted by u/Two_hands
jauco · a month ago
Thanks for the detailed log on what it takes to build your own model and how you prepared your own dataset. Interesting read!
jauco commented on "Remove mentions of XSLT from the html spec"   github.com/whatwg/html/pu... · Posted by u/troupo
arjvik · 4 months ago
Purely out of curiosity, what are some websites that actually make use of XSLT?
jauco · 4 months ago
Skechers used to :)

https://thedailywtf.com/articles/Sketchy-Skecherscom

Also world of warcraft used to.

Can’t think of recent examples though.

jauco commented on Mangle – a language for deductive database programming   github.com/google/mangle... · Posted by u/simonpure
haolez · 4 months ago
I haven’t worked closely with Datalog, but whenever I come across tools that use it, they always seem to extend vanilla Datalog (like this one).

Are there any notable implementations of plain Datalog? If not, what’s the reason? Does vanilla Datalog have major limitations? Just curious.

jauco · 4 months ago
I think it’s similar to how every sql implementation adds their own extensions.

But iirc datomic came with a quite vanilla datalog implementation.

jauco commented on Plain Text. With Lines   akkartik.name/lines.html... · Posted by u/bpierre
jauco · 4 months ago
The solution I use for this problem is a vs code excalidraw plugin that saves the drawing inside the png rendering of it.

So you include the image into your markdown or code comments and can then edit it in a vscode window.

Another one I used for a while is asciiflow.com or the monodraw mac app

https://marketplace.visualstudio.com/items?itemName=pomdtr.e... (I didn’t make it, just a happy user)

jauco commented on Ask HN: Is Linux for laptop worth the trouble?    · Posted by u/abhixec
palata · 5 months ago
It's a question of preference.

* Recent Macbooks have an incredible battery life, that's for sure.

* macOS is not Linux, and Linux is not macOS.

I personally like Linux a lot more than macOS, therefore I run Linux on my laptop. It's not a pain at all: just make sure you get a laptop that is well supported (seems a lot easier than 20 years ago, I personally run on ThinkPads).

The way you write (e.g. you see running Linux on a laptop as "a trouble"), you sound like you like macOS better but were using Linux because it was cheaper. In that case go for a Macbook if it's now affordable!

jauco · 5 months ago
Just to provide a counterpoint (and to show that there is no 1 true answer) I switched from my linux machine to a mac when my carefully selected hardware kept having a graphics card crash when closing/unclosing the lid. And this was the last straw, it’s an endless sequence of micro cuts (power throttling bugs, scroll being different across apps, issues with crappy hardware at a client)

On the other hand most of these microcuts can be researched, solved or scripted away. With my mac I have far fewer, but the ones you have, you’re often stuck with. Generally these are about flakiness with the automagic stuff. Like the camera feed switching to your iphone for a while (whether you want it or not), then suddenly refusing for weeks even when you do want it.

Also, the mac has no tiling wm that comes within a parsec of i3. I miss i3 daily. So. Much. Especially with multiple screens.

But then again, I enjoy opening the lid of my laptop daily as well. And being able to close the lid and put it in my bag, without first listening if it succesfully went to sleep. ¯\_(ツ)_/¯

I guess what I’m saying is: pick the annoyances that give you the smallest emotional response at this time in your life.

jauco commented on Run TypeScript code without worrying about configuration   tsx.is/... · Posted by u/nailer
jauco · 5 months ago
Newer versions of node can run typescript directly[1]. The one where types are simply stripped is considered stable[2] (but you can’t use syntax that node doesn’t understand, such as enums).

They’re working on making features work that require some transpilation as well

[1]: https://nodejs.org/en/learn/typescript/run-natively [2]: https://github.com/nodejs/node/pull/58643

u/jauco

KarmaCake day1152March 15, 2008
About
Hn at my username dot nl
View Original