HackerTrans
TopNewTrendsCommentsPastAskShowJobs

razze

no profile record

Submissions

Zuse Z3 is running for one last time

youtube.com
1 points·by razze·4 anni fa·0 comments

comments

razze
·2 anni fa·discuss
We're also seeing symptoms of this in software support. Specifically with flatpak for example, as people start to recommend or wonder about flags (that have never existed) not working.

Some even end up writing (abusive) issues about that https://github.com/flatpak/flatpak/issues/6006
razze
·5 anni fa·discuss
Did you create an issue for this?

My last info was, that we don't process anything in parallel, as the old xml scrapers were not optimized for that. As we're moving to python scrapers now, we should be able to optimize the interface to handle more in parallel. That was the plan at least, but XML scrapers first need to be removed, as they hold back the API.
razze
·5 anni fa·discuss
Actually had some people that worked on XBMC go and start Plex, bad blood included.
razze
·5 anni fa·discuss
That more sounds like a you problem. No reason to play around with your setup, if you don't want to. Just hook it up to a NAS and play your files, has been working fine here for +7 years
razze
·5 anni fa·discuss
Fedora is usually up to date. In my experience more then manjaro (but that's not arch), still usually fast enough.
razze
·5 anni fa·discuss
Not sure you read the initial post the correct way :)
razze
·5 anni fa·discuss
Just use Firefox then :)
razze
·5 anni fa·discuss
There is a contingency plan for that. According to the core team.
razze
·5 anni fa·discuss
Having worked with "the main dev" I can't say I share this view. It has been very nice to be able to pick his brain and hear his thoughts. It can be exhausting, when you want to improve things now, but come up with a better long term plan. I guess that's a language designer thing.
razze
·5 anni fa·discuss
I don't think that's fair. If elm ever wants to replace js it only needs to rewrite the kernel modules, they govern. Otherwise the whole ecosystem would break in that case and yes, that would be a harmful feature.
razze
·5 anni fa·discuss
Check https://package.elm-lang.org/packages/ChristophP/elm-i18next...
razze
·5 anni fa·discuss
Honestly, it's nothing alike. Refactoring in Elm is different, as the compiler will tell you if you did the correct thing when refactoring. The typescript compiler can only do a fraction of that, even if you type your stuff correctly.

Needing to type stuff in elm is mostly optional too. The compiler will still check it for you anyway.
razze
·5 anni fa·discuss
https://builtwithelm.co/ lists some, but not sure what you consider large.

Not sure if you would categorize this as dev tool https://github.com/erkal/kite

And ellie certainly might be a dev-tool, but not a toy https://github.com/ellie-app/ellie
razze
·5 anni fa·discuss
Interesting, why are compilers special in your POV? Why do they need regular maintenance and why don't they allow extension via some kind interfaces, thus allowing for less maintenance?
razze
·5 anni fa·discuss
Do you know if that somehow fixes https://github.com/microsoft/TypeScript/issues/8677 ? That's still the most annoying thing about typescript for me.
razze
·5 anni fa·discuss
> Unless the benevolent dictator pushes out a new Elm version that is not backward compatible.

That wouldn't break your build/deploy out of the blue, as you don't get force updated to the latest version.

And having worked on the 0.19 transition, it was in public preview for about 3/4 of a year and regularly discussed in the elm slack. When 0.19.1 came about, there were some more pre-release versions, where evan asked people to test and give feedback in slack. Can't speak for versions before that.
razze
·5 anni fa·discuss
You can just vendor those dependencies, that's what I did, but I only had one that didn't update. And that one was trivial to fix.
razze
·5 anni fa·discuss
Banned from where the discourse?
razze
·5 anni fa·discuss
I've been doing a bit more elm (some at work) and I've tried to get into Reason from time. I always aborted on the first day. Last time I tried to learn ReactReason in december, I think their VSCode tooling wasn't working at all.
razze
·5 anni fa·discuss
I'm pretty sure if your honest all you projects end up having this bus factor (check all your dependencies). If you really care to look, most projects are run by a small group of people.