HackerTrans
トップ新着トレンドコメント過去質問紹介求人

clemiclemen

127 カルマ登録 3 年前

投稿

PS4 Emulator for Windows, Linux and macOS

github.com
2 ポイント·投稿者 clemiclemen·2 年前·0 コメント

Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui

stalw.art
214 ポイント·投稿者 clemiclemen·2 年前·67 コメント

コメント

clemiclemen
·7 日前·議論
You can replace xcancel.com by nitter.net, it worked for me.

Like this: https://nitter.net/MaximeRivest/status/2073544461473169432

Both are running the same software but I guess the protection of the sites work differently.
clemiclemen
·先月·議論
This reminds me of the story of the "Feather" project at YouTube where they improved a lot the page weight and the average page latency went higher just because they were actually seeing a lot more traffic from places with slow Internet.

https://blog.chriszacharias.com/page-weight-matters
clemiclemen
·7 か月前·議論
The ISP named Free in France also did this a while ago.

It was fairly well implemented I think: separated from your network, bandwidth was limited (to avoid impacting the host), you could opt-out (which meant opting out of using the guest network), joining the wifi was automatic if you had a cellphone with the same ISP and it was the same "guest" network for all routers so in big cities, you could rely only on this to access Internet.

It was stopped a few years ago when they deemed cellular network was reliable enough to not need the guest network.
clemiclemen
·8 か月前·議論
It comes from the GitHub repo description. There is a typo though but this is maybe intentional as the name of the repo is librepods
clemiclemen
·昨年·議論
A bit late to the party but there is a famous French internet show called "Faux-raccord" which does exactly what this article does: every episode is focused on mistakes for some movie, told by the duo Michel and Michel with some jokes along the way.

Very pleasant to watch :-)

Link: https://www.allocine.fr/video/programme-12284/

Youtube playlist: https://www.youtube.com/watch?v=RTbUDA_Dd9s&list=PLAUaCoiUsx...
clemiclemen
·昨年·議論
At which point does a monopoly becomes a monopoly?

There is no need to have a "clear" monopoly like Windows in 1990's to abuse your power and presence in the market.
clemiclemen
·昨年·議論
I don't if the remake will come at some point but in the mean time, you can enjoy this online port by fans: https://game.chronodivide.com/

You can play Red Alert 2 in the browser, with other players online.
clemiclemen
·2 年前·議論
Biometric or password is necessary for every access (which may be an inconvenience for some).

Basically, the addon communicates with a native application on the OS (the iCloud application on Windows or the password application on macOS) so there is nothing stored in Firefox.
clemiclemen
·2 年前·議論
The application seems to be back in the Play Store. It is a shame that Google can pull these kinds of behaviour without any repercussion...
clemiclemen
·2 年前·議論
This is very impressive but I think Short-Stack [1] is a more impressive project because it is a fully fonctionnal Wii (as in, it works on its own as you would expect from a regular Wii) compared to this one where it needs other accessories to be able to play.

[1]: https://github.com/loopj/short-stack previously discussed 3 months ago here: https://news.ycombinator.com/item?id=40071826
clemiclemen
·2 年前·議論
The free version does too. The paid version only adds cosmetics, last time I checked.
clemiclemen
·2 年前·議論
The implicit line here is that if there is peace, then there is military security. And the EU has been pretty good at providing that within its borders (compared to the history of wars between countries of the EU).
clemiclemen
·2 年前·議論
Those looking into the history or the user agent, and why it happens to advertise itself as Firefox, Safari and Chrome ate the same time, can look into this article: https://webaim.org/blog/user-agent-string-history/comment-pa...
clemiclemen
·2 年前·議論
The min-sized-rust project [1], which you may already be aware of, has a lot of optimisations to decrease the size of a Rust binay. I think with all the optimisations, at the end, it was around 8kb for the hello world.

[1]: https://github.com/johnthagen/min-sized-rust
clemiclemen
·2 年前·議論
This reminds me of a similar story with YouTube [1] where improving the page weight decreased the metrics because more people with lower end connections could access the page.

Metrics interpretation is as important as the metrics themselves!

[1]: https://blog.chriszacharias.com/page-weight-matters
clemiclemen
·2 年前·議論
I think this already exists for issues. git-bug [1] uses git internal files to store the issues. It is distributed and it even comes with a web ui in addition to the usual cli.

[1]: https://github.com/MichaelMure/git-bug
clemiclemen
·2 年前·議論
This approach to programming is not all new to me (I studied Prolog at university which looks very similar but does not have the planner feature) but the planner is a very elegant and simple way of solving problems.

The comments about video game at the end of the article makes me wonder: the planner feature allows solving problems very easily by writing few lines of clear code. However, how does the performance compares against an algorithm written in imperative programming?

Picat seems to be fairly efficient compared to similar languages [1] but I don't find a comparison against "standard" languages.

[1]: https://arxiv.org/abs/1405.2538