HN user

jonathonf

798 karma
Posts6
Comments224
View on HN

it's probably more efficient to reduce churn

That would be lovely. Unfortunately, many places would rather you move job than give you a raise. It's cheaper in their accounts, and that's what (ah) counts.

Was it 80%* or 96%?

Was Phacility paying for a dedicated IP or not?

If someone from a company is lying to you then is this really an overreaction?

(*Was 80% cherry-picked from a particular domain and so used in a purposefully misleading way? Should a sales rep have access to that sort of data anyway?)

I'm surprised by the other comments here that I'm in the minority thinking that the sales approach was pretty terrible. You're trying to sell something you don't understand to a company you don't understand. Why? If you actually want to "help" a company (by selling them your product... not really sure how that's "helping", but...) then at least do some research into the company and provide something that looks useful rather than some crappy "Hi, I like you, let's chat!"

In this specific case, someone somewhere is lying about services being provided. If that's sales then that's not great. If that's accounts/billing then that's probably worse. In any case it's a pretty terrible look for the company concerned, and understandably results in an erosion of trust.

The front page of the project says:

Please do not share this website with others until we believe it's ready for broader distribution.

Sure, it's accessible, but it doesn't really seem to be in good faith to directly ignore someone's explicit wishes.

Garuda Linux 5 years ago

Is there a writeup/summary somewhere that explains "the lessons learned"?

Not that I'm aware of, but I'm sure you could check the GitLab commits and/or ask on their forum if you're interested.

This is a young project (just under a year old) with developers who do this for fun. The developers are going to keep making changes that maintain the fun they have during development.

Mistakes will be made. Things will break. Lessons will be learned. This isn't a decades-old mature distro, so if you're expecting something absolutely bullet-proof then Garuda currently isn't it.

However, I will say that the pace of improvement is pretty stunning. Their direction and what they have achieved in a short space of time is pretty impressive - not just within the distro itself but the surrounding OOB features and infrastructure like ChaoticAUR (prebuilt AUR packages), secure password management (Bitwarden), dotfile sync (NextCloud), a pastebin service for log output (Privatebin), ...

Is it perfect? No. Is it for everyone? No. It is what it is, and doesn't try to be anything else, and I kind of like that approach.

Garuda Linux 5 years ago

These funds are parts of the community funds Phil (founder of Manjaro the Company, and project leader) had collected privately and forwarded to this collective

OpenCollective and CommunityBridge/LFX were set up after the surprise company announcement to collect community donations from that point (and intended to protect them as independent). The previous privately-collected donations were never forwarded.

Garuda Linux 5 years ago

You can switch to whatever theme you want. The defaults are opinionated. If you like them, great. If not, use another distro. That's fine.

Garuda Linux 5 years ago

It doesn't make the original bug less severe, but it was resolved under an hour after it was reported.

From my limited understanding: it looks like a matrix coprocessor, and implies that hardware-accelerated matrix processing has been built into the M1.

Matrix processing comes in useful for AI/ML/CV-type applications. It's something GPUs are generally very good for.

Tiny C Compiler 6 years ago

Want to "skip" the compile step?

  //usr/bin/tcc -run $0; exit
  main() { printf("Hello\n"); return 0; }
Just `chmod +x` and run it...

That wasn't quite what I was trying to show with the snippet - I was intimating that you can use tcc to run C directly in something like a shell script.

If you want to make `tcc -w -run` etc. more convenient then:

  alias trun='tcc -w -run - <<<'
  trun 'main() { printf("Hello\n"); return 0; }'
---

I can't edit my parent comment now, but it can be improved with e.g.

  //usr/bin/tcc -run $0; exit
  main() { printf("Hello\n"); return 0; }

You do realize that no version of Ubuntu was ever released with that feature?

Not sure that is true - I seem to remember that it was enabled by default in a couple of releases (I think somewhere around 12.04?).

you had to opt in It's easy to get upset about stuff people have made up

I raised this issue early in the Lens development phase. The response from the mailing list was (paraphrasing) "well, people can always uninstall the package if they don't want the feature" (at which point I then opted out entirely).

Opt-in came much, _much_ later.

I wish those people who find they can easily find another job without any effort or worry would realise they are not normal.

For the majority of people finding a half-decent job takes a stupid amount of time (the number of jobs advertised which simply list a set of "technology words" and end in a black hole is not insignificant), and even if you do find a reasonable position being advertised then it's perfectly normal to never get any sort of response back.