HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zith

no profile record

comments

zith
·il y a 18 jours·discuss
I run as uid 0, but it's not called root, because my system is mine and I'll call it what I want.
zith
·le mois dernier·discuss
I used to complain about all the levels of indirection of modern software, running in a javascript jit, in a browser container, in a vm, on an os, etc.

I eventually just accepted it, but this new agent layer really takes things to a new level.
zith
·il y a 3 mois·discuss
I've created my own keyboard layout plus do some key remapping on my mac. Are you sure this won't work for tilde?

The tilde key exists in the key map here: https://developer.apple.com/library/archive/technotes/tn2450...

You can see how I did mine here if you're interested: https://github.com/bruse/dotfiles/tree/main/macOS (I suspect com.local.KeyRemapping.plist is most interesting, but the key layout file is there too, with some comments on how it was generated).
zith
·il y a 5 mois·discuss
Sure, but it's probably unwise to have your production credentials on your development machine at all. It's far more likely to be compromised than your locked down production environment.
zith
·il y a 5 mois·discuss
I must have missed some trends changing in the last decade or so. People have production secrets in the open on their development machines?

Or what type of secrets are stored in the local .env files that the LLM should not see?

I try to run environments where developers don't get to see production secrets at all. Of course this doesn't work for small teams or solo developers, but even then the secrets are very separated from development work.
zith
·il y a 6 mois·discuss
It's interesting, because a few years ago I would have put this strictly under the "not invented here" fallacy, where we'd now be stuck maintaining another project for the foreseeable future. I used to press pretty hard to avoid it.

Now I wonder if the maintenance cost for this type of internal system has gone down to a level where that is no longer an issue.
zith
·il y a 6 mois·discuss
Interesting! I know Sweden was not first, but Stockholm has had 3g coverage in the subway since 2005 and 4g since 2016.
zith
·il y a 8 mois·discuss
If I understand correctly the only thing not public that was leaked was the role each person had in the government.
zith
·l’année dernière·discuss
I guess "don't roll your own crypto" is as valid as ever.
zith
·l’année dernière·discuss
Of course, majority is not very cleanly applicable yous politics. Less than half (which according to Mirriam Webster is the definition) of the votes cast in the last election went to Trump/Vance, and with such a poor voter turnout it was even further from a majority. Meanwhile the electoral college is working against the idea.
zith
·l’année dernière·discuss
When using aider for development, do you typically review the generated diffs in aider itself or do you use an external tool?

Trying to figure out what a good workflow looks like.
zith
·il y a 2 ans·discuss
I wonder why Andreessen needs to use disinformation to shape opinion if the actual problem is so bad? I find it very unlikely that he does not know how PEP actually works.

It is so demonstrably false. Anyone who has worked in an finance adjacent industry likely knows the definition of a PEP.
zith
·il y a 2 ans·discuss
It seems like Servo has gotten a lot more contributions lately, after a prolonged pause.

https://github.com/servo/servo/graphs/contributors
zith
·il y a 2 ans·discuss
Does anyone know if Embark are still using a lot of rust in their production games? They seem to be a very well funded studio (lots of employees, big fancy office, competes with other AAA FPS-games). I wonder if these experimental-sounding projects have given way to more classic tech in the churn of building games that are profitable.
zith
·il y a 2 ans·discuss
This is my experience in very small companies (think a <10 person startup). The value of everyone knowing a lot of what's going on from immersion is immense. You can have very little processes around information sharing (which takes time to set up and fine tune!), very little time to convince people what needs to be done (it's obvious from the conversation the other side of the room is having), and all the nuance of in-person communication is kept.

Once a company gets a little bit bigger, the processes around information sharing, planning and other communication has to be in place anyway. Teams need to collaborate, work needs to be tracked, there has to be meetings for planning. Once you're already doing that you might not lose anything by going remote.
zith
·il y a 2 ans·discuss
https://www.reflectorbital.com/
zith
·il y a 2 ans·discuss
I worked in the robotics lab at my university for a few months. That was a really nice way of making software more tangible. Seeing things move through physical space made it more real.
zith
·il y a 2 ans·discuss
They'll use one spacecraft to block the sun shining on the other spacecraft,yes.
zith
·il y a 2 ans·discuss
Perhaps semi-off topic, but it will be interesting to see if silicon anodes (like https://www.silanano.com develops) will take off. They promise up to 20% increased capacity from switching from carbon anodes alone, which sounds amazing.
zith
·il y a 2 ans·discuss
This sounds sane to me. I don't think people in general have a good understanding of how these generative AI products produce their answers, and I think many would assume hallucinated information to be true.

This is bad in all cases, but certainly misinformation in the democratic process is up there with the worst. Of course, perhaps more importantly for Google, it's a PR disaster waiting to happen when Gemini starts touting incorrect information seemingly supporting one political party or another.