HackerTrans
TopNewTrendsCommentsPastAskShowJobs

m1keil

497 karmajoined il y a 12 ans

Submissions

I was laid off by Atlassian [video]

youtube.com
7 points·by m1keil·il y a 2 mois·0 comments

comments

m1keil
·il y a 4 jours·discuss
TIL waydroid...
m1keil
·il y a 6 jours·discuss
I don't think that guesstimating that something is an AI slop is very harsh these days. It sure has the signs of one:

- HN User created 66 days ago

- In these 66 days it submitted 4 stories about this project

- The heavy lifting is all done by v86 project (not jslinux as initially suspected)

- The project is a "rebrand/fork" from another project by the same author - "traits.build".

- In the original project, the first commits that mention v86 seem to start at around 23rd of April.

To be clear, I don't really mind people vibing & slopping around. I just would want to have a disclosure about it.
m1keil
·il y a 6 jours·discuss
Probably a slop of https://bellard.org/jslinux/
m1keil
·il y a 14 jours·discuss
Why this has to be all or nothing?

You can use the drug to loose weight while trying to understand the underlying problem.
m1keil
·le mois dernier·discuss
Isn't multiphase is Ubuntu only?
m1keil
·le mois dernier·discuss
[flagged]
m1keil
·le mois dernier·discuss
Open as in single API layer which allows you to swap the model under it.
m1keil
·il y a 3 mois·discuss
A related article from fireworks.ai about running open weights models and why such verifier needs to exists in the first place

https://fireworks.ai/blog/quality-first-with-kimi-k2p5
m1keil
·il y a 4 mois·discuss
SOC2 is quite a racket on its own so I'm not surprised to read this industry creates players like this.

I hope that with LLMs, answering security questionnaires will be much less time consuming for companies and less would opt out to get a full blown SOC2 cert. But it will probably play the other way.
m1keil
·il y a 6 mois·discuss
Pragmatic and practical. I learned something, thanks.
m1keil
·il y a 7 mois·discuss
> Say you have a Bazel project that builds a web application

Ok, wait, why?
m1keil
·il y a 7 mois·discuss
They had quite a few release in the last year so it's not dead that's for sure, but unclear how many new customers they are able to sign up. And with IBM in charge, it's also unclear at what moment they will loose interest.
m1keil
·il y a 7 mois·discuss
Looks lovely.. I'll definitely will give it a try when time comes.
m1keil
·il y a 7 mois·discuss
Nomad is great, but you will still end up with a control plane.
m1keil
·il y a 8 mois·discuss
I'm highly skeptical of this claim as well. Going through NATGW with EIP or auto-assigned IP is the exact same cost for the actual traffic.
m1keil
·il y a 2 ans·discuss
Ghostty supports it (like many other terminals) - it is called shell integration and it is supposed to be enabled by default, just like in Terminal.app.
m1keil
·il y a 2 ans·discuss
I really like to copy on select in the terminal. Terminal.app used to have a hack available to add this feature in, but since SIP days, it is no longer possible.
m1keil
·il y a 3 ans·discuss
His bail was 250M USD, I don't think money is an issue to his family.
m1keil
·il y a 3 ans·discuss
> The attacks wouldn't have happened if the founders of Israel (not all of whom were Jews, looking at you Britain) hadn't decided to interpret an ancient holy book in a genocidal way. > The Palestinians lived there. Israel has been in the process of kicking them out ever since its founding.

You seem to interpret the history in really one way here...
m1keil
·il y a 5 ans·discuss
> as long as package.json hasn't been updated, or update the lockfile if it has

There is a problem here: it will update the __entire__ package-lock.json file, regardless of the actual changes in packages.json.

Pinning doesn't help here if colors dependency is not your direct dependency.

So you can have a pinned library that doesn't pin colors.js. Now you make a change in packages.json (say adding or removing another unrelated package). You will end up with colors being bumped to latest.