HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jonititan

no profile record

comments

jonititan
·2 jaar geleden·discuss
Better link for this. https://group.ntt/en/newsrelease/2024/07/22/240722b.html
jonititan
·2 jaar geleden·discuss
Very nice project. Seems like it would be the ideal kind of thing for AR/XR.
jonititan
·2 jaar geleden·discuss
What's the benefit of image maps vs SVG here?
jonititan
·3 jaar geleden·discuss
A parliament that cannot initiate legislation and not even completely refuse legislation introduced to the session. Very weird. In UK analogies it's more like the house of lords except it has less revision power on the legislation before it.
jonititan
·3 jaar geleden·discuss
Are we talking the cool crystal selection spirals like RR et al use to make monocrystaline turbine blades? https://www.americanscientist.org/article/each-blade-a-singl...
jonititan
·3 jaar geleden·discuss
That's probably what they were trained on. Gotta be a lot of them that have been posted online.
jonititan
·3 jaar geleden·discuss
There's also https://dirtypcbs.com/store/pcbs
jonititan
·3 jaar geleden·discuss
It's really more like a distributed version of Reddit that a distributed version of twitter. Server being equivalent to subreddits
jonititan
·3 jaar geleden·discuss
The fact is not everything was the EU's fault. There was a lot Westminster could have done to make things better. They choose not to and indeed actually gold plated many EU directives due to virtue signaling which made them much more difficult to follow.

That said not all the good stuff actually was caused by the EU either. I'd recommend watching Yes Minister but apparently that will get you put on a watchlist these days... https://www.reddit.com/r/ukpolitics/comments/1153smh/yes_min...

The fact is politicians at all levels including EU take credit for things they didn't do and try to ignore the fallout from things they did. All the while blaming the voters. Mainly because changing public perception of policy choices takes time and effort and they have limited of both and tend to want to focus on things they actually care about.
jonititan
·3 jaar geleden·discuss
That's very interesting. I've been using whisper via pip also but I'm surprised you haven't sought to optimize whisper at all?

I've been looking at using compilation in torch but not successful yet as otherwise it can take awhile to run. https://pytorch.org/tutorials/intermediate/torch_compile_tut...
jonititan
·4 jaar geleden·discuss
Didn't that already happen to Twitter? https://youtu.be/p3ZuYttJkL4
jonititan
·4 jaar geleden·discuss
In this instance the server is the browser of whoever started the session and the others are clients?

I was imagining a browser based Maptool. https://www.rptools.net/toolbox/maptool/
jonititan
·4 jaar geleden·discuss
Very interesting.

As well as other usages it seems this would be one way to host online games. The app itself being the only thing served centrally and then instances of the app get served by website visitor's to host their own private workspace/gamespace. So all data created in that instance would remain private to that instance and the clients that connect to it. Is that a reasonable use case or am I misunderstanding?
jonititan
·4 jaar geleden·discuss
Is it compatible with graphviz? https://graphviz.readthedocs.io/en/stable/

The graphviz python library works great I've found with the sole exception of not having straightforward ways to edit the graph after creation. It's really more intended for packaging it up to pass to the command line application.

Will you have file import/export for .dot and similar?