Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
JepZ
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
JepZ
5y ago
4 years ago, I assumed, that by 2021 we would have about 50% IPv6 adoption: https://news.ycombinator.com/item?id=14855347 Now it looks like I was wrong and we got just about 33% and the curve seems to flatten already: http
2.
▲
by
JepZ
8y ago
If you run a federated server, not all contacts might use the same server. With end-to-end encryption that doesn't really matter. EDIT: Moreover, trust is not binary. So while your family might trust you, maybe your dad doesn't wa
3.
▲
by
JepZ
8y ago
Sadly I don't. I have mine running since a while, and some things might not be state-of-the-art anymore. The server doesn't really have to support end-to-end encryption as that is part of the clients (in fact, there are some serve
4.
▲
by
JepZ
8y ago
Well, while I dream the same dream, it feels awkward asking my family and friends to pay 5€ per year so that we can share the cost of running our XMPP-Server. Currently, I pay all the bills and manage the server myself (so no cost/effo
5.
▲
by
JepZ
8y ago
Yeah, maybe I am a bit too negative about the format itself. My problem with the Flatpak only approach was that it was kinda hard to get it to run at all and it didn't work particularly well, so I ended up with putting some work into i
6.
▲
by
JepZ
8y ago
Why is it problematic when people hide their identity? I mean, if the criticism is valid, what does it matter who said it? I think hiding the identity is not the real problem here. To me, it looks more problematic, that the critique is not
7.
▲
by
JepZ
8y ago
This is especially bad for projects like Linphone (open source SIP Client) which exclusively provide Flatpak-builds for Linux [1]. [1]: http://www.linphone.org/technical-corner/linphone/downloads
8.
▲
by
JepZ
8y ago
Well, you are comparing apples and oranges here. The equivalent AWS service would be EC2 and not S3. I know that you didn't start with that (as gprasanth put them in the same race), but it should be clear those two have different redun
9.
▲
by
JepZ
8y ago
> 7. Prompt if you can Please don't. There is nothing wrong with interactive tools, but by default, they should not be. So instead of making non-interactive session possible via flags, the default should be to be non-interactive. If
10.
▲
by
JepZ
8y ago
I still miss Wave... In my opinion, Googles biggest failure was the missing real-world federation. They promised us, that there will be a server to run on your own hardware and yet it took them years to release anything that was usable. Eve
11.
▲
by
JepZ
8y ago
Nextcloud [1] (Federated Groupware) has the concept of circles [2], but yes, that's probably not what you meant with social network ;-) [1]: https://nextcloud.com [2]: https://apps.nextcloud.com/apps/ci
12.
▲
by
JepZ
8y ago
> [...] no language barrier because so many people here speak English. I wonder how you came up with that one. From my experience (I am German myself), Germans are not good at English. It is not so bad within the large cities but in th
13.
▲
by
JepZ
8y ago
I am sorry, but that is no BS, just pure facts. Granted the PC is not very powerful (CPU: AMD E-350), but the story is true. When the update started, I thought 'Shit that thing didn't just reboot itself. Okay here we are, that wil
14.
▲
by
JepZ
8y ago
They probably just want to push their cloud services, so that you 'Never lose a file due to some broken update!' :-D
15.
▲
by
JepZ
8y ago
If you want to use Windows, just do it. But if you had to experience what it feels like when Windows thinks it is time for an automatic-forced-reboot-update which takes 4 hours the day you have to submit a thesis, then you might know why I
16.
▲
by
JepZ
8y ago
A great tool for choosing harmonic colors: https://color.adobe.com There are others out there, but that URL stuck to my mind.
17.
▲
by
JepZ
8y ago
Well, just ask the Toibe index: https://www.tiobe.com/tiobe-index/ It looks like Elixier ist by far less popular than the other discussed languages.
18.
▲
by
JepZ
8y ago
Recently I have become a fan of the Hetzner Cloud: https://www.hetzner.com/cloud?country=us I don't know how competitive their prices are, but I like their easy to use interface which is complemented by and also easy t
19.
▲
by
JepZ
8y ago
I wonder what JS dependencies FTP has...
20.
▲
by
JepZ
8y ago
Yeah, I really like that part: > A cloud-based brain-to-brain interface server could direct information transmission... They can barely transmit 1 bit per second with no prospect of increasing the data rate but start talking BS about th
21.
▲
by
JepZ
8y ago
Well, yes, in fact, I was complaining about the Same-Origin Policy, and CORS is just the consequence of the way the SOP works. Nevertheless, this doesn't really change the situation. If the browsers separated the session by origin (as
22.
▲
by
JepZ
8y ago
I never really understood why we have CORS. I mean, the problem with CSRF is that some random page can trick your browser into adding its authentication token to a request which does not originate from the authenticated page. So why the do
23.
▲
by
JepZ
8y ago
In general, I agree that juniors tend to skip useful information, but it depends a bit on the technology you are working with. PHP, for example, was known to report the error for the line after the one you forgot the semicolon at or at the
24.
▲
by
JepZ
8y ago
While I like your way of thinking, I don't think the argument applies. The game itself doesn't possess any kind of AI and is somewhat static, more like a sudoku book: There are lots of puzzles, but you know it when you have solved
25.
▲
Derek Sivers on E-Myth Revisited (2004)
(sivers.org)
3 points
by
JepZ
8y ago
|
1 comments
26.
▲
by
JepZ
8y ago
There are other ways of making sure the student understood the concept. Recently I played the game 'The Witness'. The whole game is about learning new puzzle rules, and yet there is not a single dialog within the game or even text
27.
▲
by
JepZ
8y ago
I think the One-on-One Tutoring things is something the AI current movement could make a difference. Everybody seems to be obsessed with building really cool stuff, but our teaching system is quite obsolete and could get better by adding sm
28.
▲
by
JepZ
8y ago
There are very few people who want to read many books that are 1000 years old. The few books that interest more people can be converted to newer formats, the few people that want to read all old books will have to use extra tools to do so.
29.
▲
by
JepZ
8y ago
Two years ago I wrote a little Progressive Web App which stores its data in an offline cache (browser) and syncs to my Nextcloud via WebDAV. IMHO that has pretty much the same advantages that Solid proclaims. I mean, in spirit I seem to val
30.
▲
by
JepZ
8y ago
I just discovered a directory with all those 'goodies': https://github.com/duckduckgo/zeroclickinfo-goodies/tree/mas... To use them you can take a look at the file and search for the term 'trig
More ›