Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
razze
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
razze
2mo ago
Working on a freedesktop (linux) api, that allows apps/app developers to call local models, without having to ship them for each app. Currently with vision, speech and language use cases, all sandboxed and able to run in sandboxed apps
2.
▲
by
razze
2y ago
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 th
3.
▲
Zuse Z3 is running for one last time
(youtube.com)
1 points
by
razze
5y ago
|
0 comments
4.
▲
by
razze
5y ago
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 interfa
5.
▲
by
razze
5y ago
Actually had some people that worked on XBMC go and start Plex, bad blood included.
6.
▲
by
razze
5y ago
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
7.
▲
by
razze
5y ago
Fedora is usually up to date. In my experience more then manjaro (but that's not arch), still usually fast enough.
8.
▲
by
razze
5y ago
Not sure you read the initial post the correct way :)
9.
▲
by
razze
5y ago
Just use Firefox then :)
10.
▲
by
razze
5y ago
There is a contingency plan for that. According to the core team.
11.
▲
by
razze
5y ago
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 l
12.
▲
by
razze
5y ago
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.
13.
▲
by
razze
5y ago
Check https://package.elm-lang.org/packages/ChristophP/elm-i18next...
14.
▲
by
razze
5y ago
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.
15.
▲
by
razze
5y ago
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 n
16.
▲
by
razze
5y ago
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?
17.
▲
by
razze
5y ago
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.
18.
▲
by
razze
5y ago
> 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
19.
▲
by
razze
5y ago
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.
20.
▲
by
razze
5y ago
Banned from where the discourse?
21.
▲
by
razze
5y ago
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
22.
▲
by
razze
5y ago
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.
23.
▲
by
razze
6y ago
> where people are allowed to make suggestions, where all feedback is considered valuable, where people can experiment and explore the design space without artificial limits? Can you put your finger on each of those and why you think the
24.
▲
by
razze
6y ago
That's not correct, you can just inline any package into your vendor folder in your project. And the package website is just an index, the sources need to be on github in the first place (this has some problems too), but if the website
25.
▲
by
razze
7y ago
6. Name one language, that has no unmaintained libraries, please :)
26.
▲
by
razze
7y ago
You can get these infos from the json the compiler provides you on errors, that's also what all editors will use to show you errors, so they are aware where the error acually is.
27.
▲
by
razze
8y ago
While it seems like a bus factor of one, my understanding is that there is a plan in place (probably from the people at noredink). Even if not, the code is open source and can be forked, which should only be the very very last option.
28.
▲
by
razze
8y ago
That's kind of the problem, unless you have more features to work on, there is little to maintain in the old sense. https://www.youtube.com/watch?v=RFrKffrKCeU
29.
▲
by
razze
8y ago
Your state can be a tree, if it needs to be, so you can nest. A normal practice is to have a model per page. For e.g. https://github.com/rtfeldman/elm-spa-example/blob/master/src... And you can have anot
30.
▲
by
razze
8y ago
I'm using elm 0.19 for an internal company wide tool, backed up by elixir with a graphQL api. You have to see the implementation of libraries like https://package.elm-lang.org/packages/dillonkearns/elm-graph..
More ›