HackerTrans
TopNewTrendsCommentsPastAskShowJobs

m1keil

497 karmajoined 12 tahun yang lalu

Submissions

I was laid off by Atlassian [video]

youtube.com
7 points·by m1keil·2 bulan yang lalu·0 comments

comments

m1keil
·4 hari yang lalu·discuss
TIL waydroid...
m1keil
·6 hari yang lalu·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
·6 hari yang lalu·discuss
Probably a slop of https://bellard.org/jslinux/
m1keil
·14 hari yang lalu·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
·bulan lalu·discuss
Isn't multiphase is Ubuntu only?
m1keil
·bulan lalu·discuss
[flagged]
m1keil
·bulan lalu·discuss
Open as in single API layer which allows you to swap the model under it.
m1keil
·3 bulan yang lalu·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
·4 bulan yang lalu·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
·6 bulan yang lalu·discuss
Pragmatic and practical. I learned something, thanks.
m1keil
·7 bulan yang lalu·discuss
> Say you have a Bazel project that builds a web application

Ok, wait, why?
m1keil
·7 bulan yang lalu·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
·7 bulan yang lalu·discuss
Looks lovely.. I'll definitely will give it a try when time comes.
m1keil
·7 bulan yang lalu·discuss
Nomad is great, but you will still end up with a control plane.
m1keil
·8 bulan yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·3 tahun yang lalu·discuss
His bail was 250M USD, I don't think money is an issue to his family.
m1keil
·3 tahun yang lalu·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
·5 tahun yang lalu·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.