Hacker Newsnew | past | comments | ask | show | jobs | submit | KingMob's commentslogin

The fundamental mistake of Simple Made Easy was how many people interpreted them as orthogonal (or even opposing) qualities, when that's not inherently true.

This led to a lot of Clojure code being simple, but avoiding the hard additional work of also making it easy, and sometimes in even making it complete.

The prime example was tools.deps/deps.edn. It largely supplanted Leiningen for new code, but by being simple and minimal, it led to an explosion of ad hoc, custom tooling for 2-3 years afterwards, as everyone rewrote functionality that Lein already had, but tools.deps was missing. (And I say this as someone who once lost a whole week debugging a subtle maven/lein set ordering bug.)


It belonged to everyone until Google became the TLD operator.

(Yes, I'm still salty google broke our localhost .dev sites.)

(Yes, I know it was never a reserved TLD.)


I think that's true for only a limited subset of programs, though. The Clojure lib ecosystem is nowhere near the size of the broader Java ecosystem, so you frequently end up pulling Maven deps to plug holes anyway.

That is the goal of a polyglot runtime, and why Clojure was designed to be a hosted language that embraces the platform, unlike others that make their tiny island.

It's unfortunate, but people's associations with Java the lang bleed into their beliefs about the JVM, one of the most heavily-optimized VMs on the planet.

There's some historical cruft (especially the memory model), but picking the JVM as a target is a great decision (especially with Graal offering even more options).


Exactly, especially because there isn't THE JVM, rather a bunch of versions each with their own approaches to GC, JIT, JIT caches, ahead of time compilation.

Only .NET follows up on it at scale.


If you need more than a VPS can provide (like a real CDN), you can check us out on Swarmify.com. It might be overkill for your use case, though.

We'll be moving to videojs 10 when it hits GA.


It's still mandatory for all but the newest iOS devices, which don't support MediaSourceExtensions.

This is true, and the whole iOS/iPadOS/tvOS ecosystem supports HLS natively making it much easier to work with on that platform. In addition, Chrome recently added support for HLS[1] (and not DASH), so the native browser support for HLS is getting pretty wide.

HLS also has newer features that address the growing manifest issues you were seeing. [2]

All that said, I think a lot of people would feel more comfortable if the industry's adaptive streaming standard wasn't completely controlled by Apple.

[1] https://caniuse.com/http-live-streaming

[2] https://www.mux.com/blog/low-latency-hls-part-2


How do you actually use HLS in the form of a native browser feature? Can you just put the m3u8 in the video src?

Yes, doing that works perfectly. If you use videojs it will automatically use native support if present.

Definitely sounds like the US.

When I worked a Radboud University in the Netherlands for a summer, they were definitely more direct than I was used to, and kept work more work-focused. But they also combined that with a culture of quitting on time, and going out to socialize a bit before dinner, which I think was vital to sustain interpersonal connections.

I liked that style a lot, but Americans are very bad about quitting on time, which necessitates more socialization at work itself.


> Why on Earth you won’t just write a script for that purpose?

- Because your bash-fu may not be good enough

- Because parts of the process may not be amenable to scripting, especially if they require LLMs

- Because the inputs to some steps are fuzzy enough that only an LLM can handle them

- etc...

That being said, yes, anything amenable to being turned into scripts should be.


"Just use UTC" is another, albeit more subtle, falsehood programmers believe about date/time.

It's fine for distributed logging and computer-only usage, but fails in obscure ways once humans, time zones, travel, laws, and/or daylight saving time get involved.

If you're scheduling events for humans, and can't immediately list the reasons your app is an exception to the above, store the time zone to be safe. You probably don't have big data, and nobody will notice the minuscule overhead.


It's probably because maintaining the immune system at high levels costs more energy.

You probably know that antibiotic use is rampant in industrial livestock. But do you know precisely why?

Antibiotics aren't just given prophylactically to prevent infections; constant low doses actually *increase the animal's size*. The animals can put more energy into growing larger, and spend less on their immune system.


I'm not sure the causal mechanism is completely understood.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: