HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kalli

no profile record

Submissions

You can't unit test for taste

dev.karltryggvason.com
306 points·by kalli·20 दिन पहले·140 comments

China's Renewable Energy Revolution Is a Mess That Might Save the World

wired.com
7 points·by kalli·6 माह पहले·11 comments

Your project should have .http files

dev.karltryggvason.com
2 points·by kalli·7 माह पहले·0 comments

[untitled]

1 points·by kalli·8 माह पहले·0 comments

[untitled]

1 points·by kalli·8 माह पहले·0 comments

I analyzed the lineups at the most popular nightclubs

dev.karltryggvason.com
166 points·by kalli·8 माह पहले·87 comments

Show HN: SQLYac – Structured SQL files you can run from the terminal

github.com
5 points·by kalli·9 माह पहले·1 comments

Ask HN: Apps exposing users through share links

1 points·by kalli·पिछला वर्ष·1 comments

comments

kalli
·18 दिन पहले·discuss
That's fair, we can disagree. I don't think I'm personally anthropomorphising llms (I think my mental model of how they work is rough but fairly accurate), but at a population level it might be something to be concerned about (see all the ai-psychosis talk)

What I was getting at with the "we" in the post is more how we talk and think about work like this. I think it is different in kind to previous projects I've done where a relied on google, stack overflow and elbow grease. Programming has always been "standing on the shoulders of giants" kind of work, but doing it with agents feels different from that. Maybe it was a poor stylistic choice, but I think we need a way to talk about it in an honest way.
kalli
·18 दिन पहले·discuss
This was a conscious choice, addressed in a footnote in the blog post:

> This is my first time writing up a project that I worked on using an AI agent. I kept writing “we” because the project felt like a collaboration.[...] On reading it back, saying we feels like an accountability dodge, because of course I’m fully and solely responsible for any errors in this write-up or code. But just using I/me also feels dishonest, because so much of the implementation here isn’t fully mine so I feel like I’m taking too much credit for my collaboration with the machines. I figure this is a new kind of pronouns debate we’ll be having for the foreseeable future.

I think it is an interesting topic.
kalli
·18 दिन पहले·discuss
OP here, that looks really neat, thanks for the link!
kalli
·2 माह पहले·discuss
The point of the fund is to invest outside of Norway so as to avoid the Norwegian economy overheating and increasing inflation
kalli
·7 माह पहले·discuss
Feels like the right thread to shamelessly plug my app that lets you do these types of walks/runs virtually: https://www.inthelongrun.app
kalli
·8 माह पहले·discuss
Reflections on my great-grandparents time in New York.
kalli
·8 माह पहले·discuss
Flashcards to help you train your shell keyboard shortcut muscle memory
kalli
·8 माह पहले·discuss
It's based on popularity on Resident Advisor / RA (those are the clubs that had the most "followers" among their userbase)
kalli
·8 माह पहले·discuss
Author here, this is good to know.! I tried to spotcheck the regions and countries, but wasn't familiar with all of them so didn't want to make assumptions (and didn't make time to research them thoroughly). Not sure if/how I could try to correct that.

> This is the kind of "lore" that's impossible to catch from raw data.

Agreed this project definitely banged up against those sorts of walls a few times. Still think it's worth trying, hopefully the information offered one can find outweighs any distortions it introduces. Maybe something that should have been explicitly acknowledged in the piece.

> I like the Essential Mix visualisation even more! It's such a shame most of the other ones appear dead due to API changes.

Thanks, happy to hear that. I keep meaning to go back to the essential mix one, get new data and apply some of the stuff I've learned since!
kalli
·8 माह पहले·discuss
If you click a club its region and country should be in its detail panel underneath their logo. The region and country filters should show you just the clubs in the given region/country.

Demographic analysis would have been interesting I agree, but I didn't know of a good data source for that and it's hard to parse from line up data (especially in places one isn't familiar with)
kalli
·8 माह पहले·discuss
The technical details of a visualisation built around the lineups and programming at the world's most popular nightclubs.
kalli
·10 माह पहले·discuss
Famously bearded philosopher Hannah Arendt? There's an Arendt/aren't joke in there somewhere.
kalli
·पिछला वर्ष·discuss
No worries, it's also interesting to see different peoples approaches to the best syntax for this. Exporters/importers do make life a bit easier I suppose.

I don't know what the mechanism/incentive for getting a standard would be either. Probably most likely would be if there was one clear "winner" that everyone else felt the need mirror.

In any case, appreciate the reply and the tool. Good luck with it.
kalli
·पिछला वर्ष·discuss
This looks interesting. Longtime user of the Vscode-restclient, but have been moving over to httpyac lately for the scripting and cli use. Will take a look to see if hurl is a good fit.

One annoying thing I've found in testing these tools is that a standard hasn't emerged for using the results of one request as input for another in the syntax of `.http` files. These three tools for instance have three different ways of doing it:

* hurl uses `[Captures]`

* Vscode-restclient does it by referencing request names in a variable declaration (like: `@token = {{loginAPI.response.body.token}}`).

* While httpyac uses `@ref` syntax.

From a quick round of testing it seems like using the syntax for one might break the other tools.

[1]: https://hurl.dev/docs/capturing-response.html

[2]: https://github.com/Huachao/vscode-restclient

[3]: https://httpyac.github.io/guide/metaData.html#ref-and-forcer...
kalli
·पिछला वर्ष·discuss
Brave seems to remove these parameters from links. Discussion (and links to examples/docs): https://github.com/brave/brave-browser/issues/35094