HN user

LukaD

286 karma

Ba1LqK5UbP

Posts0
Comments130
View on HN
No posts found.

We should revive the micro payments feature that where built into very early browsers.

I don't think this was ever a thing. I know there's HTTP 402 and before 2000 there were some standards around payment being pursued but AFAIK nothing ever made it into browsers. Or am I missing something?

Oh yes, seems like that's it. I can now view the repo. A bit annoying when creating a repo redirects you to a URL that will give you a 404 initially (and at least for minute or so, that's how long I tried).

I just tried out tangled for the first time and unfortunately it seems buggy beyond being actually usable. I created a repo but can't look at it because I get a 404 for it. The login was quite painful as well as I needed several attempts to enter my atproto handle (copy-pasted every time, so no typo). But I'm glad more people are working on git hosting options.

Sorry but I'm genuinly confused.

It says:

Opening chat in Feishu Make sure you've installed the latest version of Feishu if the content doesn't open. Already installed Feishu? <Open Now>

From what I can tell it's a "productivity" app? Looks like some microsoft teams kinda thing. I don't think that's z.ai's parent company, or am I missing something?

If that's reasonable or not really depends on what people they want to offer services to, no? No one* outside of china speaks Ehinese, while plenty of people, like me, outside of USA, UK, NZ, AU, etc. speak English.

*yes, there are for sure some people who speak mandarin, it's just not as widespread as English (or maybe Spanish)

Yes, so many people were claiming that it will be around that price point. That seemed straight up delusional to me. Memory price has roughly quadrupled and 32GB DDR5 basically cost the same as the original cheapest steam deck.

2. Use a language that has a large training set so the LLM can be most efficient.

I seriously doubt this is really the case. From my experience coding agents just love writing bad python code. It always needs explicit instructions for example to use uv instead of raw dogging pip. There is a lot of python code out there because it is being taught as a beginner language and because of that there is necessarily a lot python code written by beginners. That's my explanation at least for bad LLM generated python code.

Zed 1.0 3 months ago

From what I can gather from a cursory glance at the docs, zed uses intelephense and its diagnostics can be disabled. The whole lsp can be disabled. At the risk of sounding like I'm saying "you're holding it wrong", I have to say that this is an OP problem and not a Zed problem. These are sensible defaults that work for almost everyone, in my opinion.

More like codex for nothing. I canceled my 20$ plan and won't let myself be bullied into buying more expensive plans to have the same limits I used to have a week ago on the 20$ plan. I would not be surprised if this illegal where I live.

Steam Frame 8 months ago

This looks really cool, but USB-A on the wireless adapter? Really?

[...] use (shell scripts, make, just, doit, mage, whatever) as long as it is proper, maintainable code

I fully agree with the recommendation to use maintainable code. But that effectively rules out shell scripts in my oppinion. CI shell scripts tend to become big ball of mud rather quickly as you run into the limitations of bash. I think most devs only have superficial knowledge of shell scripts, so do yourself a favor and skip them and go straight to whatever language your team is comfortable with.

get it working as quick as I can

That’s certainly what it looks like. When I first tried the game, before getting a refund shortly after, my first thought was “wtf, did they accidentally ship an old build?”. The UI feels so u finished, lacking feedback and visual clarity.

Sora is here 2 years ago

What do you mean? “Sora is here” is not enough?

Sorry for the sarcasm but I’m just tired of this fuck Germany attitude by certain companies.

Just use Postgres 2 years ago

Try to avoid the bespoke features of psql in favor of generic SQL unless cornered by circumstances into doing so, methinks.

Why? To make migration to another database easier? I've never had the need to migrate any application away from postgres. I usually take full advantage of what the database can do.

Nintendo(1) 2 years ago

9Front is a distribution of the Plan 9 operating system

Ah that's the info I was missing, thanks! Indeed very interesting that emulators are part of the distribution.