HN user

zaruvi

15 karma
Posts0
Comments35
View on HN
No posts found.

I'm already so annoyed by the SUV craze that flew over from the US. Cars are already getting bigger, with no apparent benefit besides status (as marketed by the industry).

Am I the only one who thinks these vehicles look silly on top of all the added danger?

We’ve continued to make solid progress on WPT this month. There has been a significant increase in passing subtests, with 111,431 new passing subtests bringing our total to 1,964,649. The majority of this increase comes from a large update to the test suite itself, with 100,751 subtests being added - mainly due to the Wasm core tests being updated to Wasm 3.0.

They fixed ~10k tests, but indeed this month is a bit of an exception as there were lots of new tests added.

I would add that no highlighting would be applied to this mistyped word as it would not be recognised as a variable or a keyword. This may depend on the way syntax highlighting is handled. A common solution like treesitter would sus out that no variable with the name retunr exists, probably causing the mythical base colour to be applied, heh. That is arguably a big highlight in a colourscheme that rarely uses its base colour.

Pixnapping Attack 9 months ago

Don't extra security measures in authenticator apps provide protection against this? I need to enter a pin/fingerprint in order to access my codes. And the code of an entry is hidden and only temporarily shown after being tapped.

Yep, but admittedly the vertical tab UX is not the greatest. You either have them always be visible with an option to toggle by clicking the sidebar icon (no keyboard shortcut option afaik), or minimised as icons that expand on hover with an awfully annoying animation.

Looking at Zen, I really don't understand how Mozilla fail to capitalise on their browser, and build up a similar experimental project based on Firefox like it. It seems that many of these small QoL improvements could make a big difference. They have such a huge budget, and they waste it on inane things. Their fancy search deal with Google has made them complacent, and neglect one of the few things that ever had any real worth. Curious to see how it develops with the recent Google ruling. And to be fair, it does seem like Firefox development has picked up a bit lately—maybe even due to Zen's competition, who knows.

Emacs: The macOS Bug 12 months ago

Regarding your last sentence, I don't know the answer. If you really want to find out I would make an educated guess that it is one of the more feature-rich modern terminal applications (like kitty, wezterm, alacritty, ghostty)

Emacs: The macOS Bug 12 months ago

There is fennel which compiles into lua. I know there are some people who use fennel almost exclusively, and have some sort of system set up that watches and auto-compiles and sources. I only ever used emac as a basic text editor in the terminal (years ago), so I can't say if this will be sufficient compared to the "real" experience in emacs. Just letting you know in case it is helpful.

edit: I forgot to mention the most important thing, I am talking about using neovim

Can you elaborate why you think this?

Personally I've been running Arch on my work machine for a few years now with very few issues. I'm not even very consistent with updates, and probably run them about once every 3 weeks on average. I have only had to manually intervene on a handful of occasions.

I like it a lot because everything is always up-to-date. I don't face any issues with unsupported versions for tools like I have with Debian in the past. The rolling release model also saves me the pain of doing a "hard" OS upgrade, which often come with issues.

GIMP 3.0 1 year ago

I thought I'd never see the day! At long last, I'll be able to use non-destructive editing.

Hopefully they'll adopt a more sane release strategy going forward.

As a user of a Firefox-based browser, YouTube's performance really is hit or miss. Sometimes it's ok, other times it's barely useable.

These days I simply queue up videos in mpv. It is much lighter on the resources, and also provides a nice cache that makes seeking through videos a breeze. I can open a link straight in mpv using a very nice system[1]. Once I have an mpv instance open I simply drag links on top of it to enqueue them. (shift+drag if you haven't set the following option in your config: drag-and-drop=append)

It works so well I find myself doing it for other online sources of videos too (e.g. Twitter/X, local TV websites, ...)

[1] https://github.com/Baldomo/open-in-mpv

GitHub Is Down 1 year ago

Not Onedev or Forgejo, though it could get tricky depending on what features you require.

I would have failed this question badly. I'm curious, how would you check that without access to any number or math operations? I think I would try something similar to what he did with his sum_table, but that too was disallowed. They're constraints I've never had to deal with, nor seen before.

Feedbro is great. It has none of the arbitrary limitations that many of the web-clients impose for monetisation reasons.

The only downside (or upside depending on your perspective) is that it is a local solution. You can only access it on a specific device, and it won't be syncing when that device is turned off.

Ghostty 1.0 2 years ago

This is what I love about wezterm. I have a whole system that detects lightness and changes themes automatically, and also sends commands down to any open nvim instances to switch colourschemes there. The only downside is that there is no going back for me haha.

Lua is also simple enough that if you want to have a static config, you can have a single table that is very json-like.