Readit News logoReadit News
webel0 commented on The only moat left is money?   elliotbonneville.com/the-... · Posted by u/elliotbnvl
scoofy · 22 days ago
So, I really felt like more people should be reading Nassim Taleb's Incerto series of books. A lot of the issues that fall out of AI he dealt with in his books like ten years ago.

He gives one the best pieces of advice I've ever heard: if you are going to do something for a living, make sure it is NOT scalable.

If you do something that isn't really scalable, like being a welder or a tailor, then you only have to compete against the tailors in your neighborhood, and you can easily find a neighborhood that doesn't have a tailor. If you're building a scalable product, you'll always be competing against the best, most well funded, smartest people in the room.

Everyone here has grown up in the birth of the internet -- a once in ever event -- where building something scalable was just there for the taking. That's never going to exist again basically.

webel0 · 22 days ago
Welding is coming along. Ever heard of Path Robotics? That's high-mix, high-complexity welds. (There are a lot of other, less-sophisticated welding robots out there.) The biggest moat for a welder right now is special certifications to be able to do welds on submarines, etc.
webel0 commented on Targeted Bets: An alternative approach to the job hunt   seanmuirhead.com/blog/tar... · Posted by u/seany62
biophysboy · 2 months ago
Why isn't there a job search website that forces you to adopt this targeted bet strategy? The game theory of job-hunting incentivizes both submitters and receivers to adopt inefficient practices. Why not limit applications to one per day to signal genuine interest? Then you can demonstrate skill at an in-person interview, or at your local legally-bound interview center? (my very boring sci-fi prediction)
webel0 · 2 months ago
I tried to build this back around 2020. I think my concept was trying to be too cute in several places. But this was the basic idea.

I found that neither side of the market wanted to rethink the market, they just wanted something that worked well for them. Even today, job seekers may be reaching for something like this but employers have no interest; there is a glut in the market.

I’m sure I never quite got the messaging correct. However, I distinctly recall that triplebyte attempted a pivot in this same vein and also failed bad.

webel0 commented on OpenAI acquired AI training monitor Neptune   neptune.ai/blog/we-are-jo... · Posted by u/stared
webel0 · 3 months ago
They are shutting down the product. I haven't received the sunsetting guide. What are people moving to instead?
webel0 commented on Adversarial poetry as a universal single-turn jailbreak mechanism in LLMs   arxiv.org/abs/2511.15304... · Posted by u/capgre
webel0 · 4 months ago
These prompts read a lot like wizards’ spells!
webel0 commented on Ask HN: Should we bring software dev in-house?    · Posted by u/45HCPW
katzinsky · 2 years ago
Here's what I would do.

Hire some people to start building it, publish the code under a copyleft license such as the GPL and start hiring consultants to contribute to it. This will give you control over the critical "must haves" while making it possible to eventually spin a lot of the maintenance off to third party companies.

Software that's developed this way has a long history of being very high quality as there's much more cohesion and communication of theory when the developers and costumers work for the same company while at the same time the GPL will protect the project from potential takeovers via internal politics.

webel0 · 2 years ago
Can you provide some examples?
webel0 commented on The 1-HR nurse visits that cost $15B to Medicare   wsj.com/health/healthcare... · Posted by u/IG_Semmelweiss
richwater · 2 years ago
If Medicare reimbursement rates actually mirrored market prices, this wouldn't be necessary. Doctors and especially hospitals rely on private markets to fill the gap that Medicare refuses to pay.

https://www.aha.org/2024-01-10-infographic-medicare-signific...

https://www.cancernetwork.com/view/rising-prices-and-lower-m...

webel0 · 2 years ago
If medicare increases payouts then the payoff to this sort of behavior only increases.
webel0 commented on Polylith   polylith.gitbook.io/polyl... · Posted by u/0x63_Problems
webel0 · 2 years ago
I've been mostly pleased with our use of python-polylith [1] with poetry in a production application. We output a webapp, python sdk, and CLI as separate "projects."

It doesn't _really_ solve python dependency/import issues. Instead, it helps to you keep your project in discrete chunks and well-organized. It also makes it easy to package up the separate projects as artifacts.

I've run into some issues with versioning separate projects but I suspect that is a matter of bandwidth rather than an actual, insoluble issue.

I'd use it again at a startup or on project where you need to ship a bunch of artifacts but don't have a lot of bandwidth.

[1] https://github.com/DavidVujic/python-polylith

webel0 commented on A eulogy for Dark Sky, a data visualization masterpiece (2023)   nightingaledvs.com/dark-s... · Posted by u/skadamat
webel0 · 2 years ago
Are there any comparisons of weather apps by area? For example, "for the San Francisco bay area, apple weather is most accurate on rain. But for NYC accuweather is better." I suppose you ought to be comparing weather APIs rather than apps but it would be most usable if you just knew which app to download.
webel0 commented on The Overengineered Resume with Zola, JSON Resume, Weasyprint, and Nix (2023)   ktema.org/articles/the-ov... · Posted by u/ahamez
DEADMINCEDOS · 2 years ago
I've made sure all the most commonly used ATS systems can read the produced PDF without issue.
webel0 · 2 years ago
I wouldn't worry about automated ATS. Their use is way overstated on LinkedIn, by "resume experts," etc.

I'm talking about whether a human can read the document comfortably.

webel0 commented on The Overengineered Resume with Zola, JSON Resume, Weasyprint, and Nix (2023)   ktema.org/articles/the-ov... · Posted by u/ahamez
DEADMINCEDOS · 2 years ago
I don't know that this is the right way to solve the resume 'problem' - I think LaTeX is a far superior choice, yet the author pretty much dimissed it as a possibility.

For me personally, I found LaTeX to be the perfect solution. I have my resume tex setup so I can set toggles to define what gets output. E.g. applying for a manager position, I might keep it brief and more technical.

The resume is modular and can be updated by updating external txt files and not the LaTeX itself. It looks nice, is always consistent, has nice links, etc.

It's optimized for all the ATS nonsense it inevitably gets run through, it generates a PDF, and I've made it near impossible for recruiters to copy and paste and repurpose it without retyping much of it, and I have a tone of tech tricks in their like invisible text that automated systems might see.

If LaTeX itself is sufficient, I can't imagine needing to add in something like Nix and a webserver or how that would be better in any way.

webel0 · 2 years ago
I would be careful with LaTeX. I use to have a LaTeX resume generated with LuaTeX. At an old company, I saw my LaTeX resume in the ATS long after I was hired. Apparently, something happened and the PDF displayed as blurred-but-not-unreadable in the ATS. Maybe the ATS did some post-processing or used a limited PDF display engine? Lucky for me, the resume for that job was just a formality. These days, I just use Google Docs and export to PDF.

u/webel0

KarmaCake day360July 15, 2019View Original