Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
albru123
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
albru123
2y ago
> Conversely Adsense sells ads based on "targeted users". Which means your original site is pretty useless to Adsense. But how is the updated site any better? It surely must be, since it made it past the review, right? The whol
2.
▲
by
albru123
2y ago
Seems like the point of this article missed a lot of people entirely, since they are so fixated on consumer inkjet printers. That's a very specific case of inkjet printing, but inkjet technology is way more than that. For example conti
3.
▲
by
albru123
3y ago
Nice, a culmination of everything I hate about Slack and Teams in a single product!
4.
▲
by
albru123
4y ago
We just ended up buying /28 subnet, because the whole v6 to v4 experience was too frustrating and would've probably cost more to solve all the issues (or hire someone who knew how to set it up properly) than to buy the subnet.
5.
▲
by
albru123
4y ago
Still disappointed to this day that they removed Panorama.
6.
▲
by
albru123
5y ago
We ordered a new root server a few days before this, but are trying to primarily use IPv6 anyway. However the more I try to set things up, the more painful it becomes, with services like Github not being entirely available on IPv6, various
7.
▲
by
albru123
5y ago
Well, if you have virtuals running on your dedicated server, you're probably going to need more IPs anyway and IPv4 subnets now cost a small fortune on Hetzner, while IPv6 is free and you get a whole /64 subnet.
8.
▲
by
albru123
5y ago
I used Swiftkey for a few years and thought it couldn't get better... until I found Fleksy. The autocompletion is just superb and nowhere near anything I tried before. It's made for typing without looking or worrying about hitting
9.
▲
by
albru123
6y ago
To be honest, I don't see any reason not to use Flutter if you want to make a cross-platform app these days. Any other cross-platform framework I tried seemed somehow lacking, slow, unpleasant to use etc.
10.
▲
by
albru123
6y ago
> C# is not nearly as good in this respect. How so, I had nothing but issues when trying to deploy cross-platform Java because of the Java ecosystem itself being bad compared to C# or Golang where you just compile stuff and run it.
11.
▲
by
albru123
6y ago
I don't see how it would be too short a notice for current CentOS users really. At least for majority of users running CentOS in their production systems and relying on a long-term support. It's not like they just go and trash the
12.
▲
by
albru123
7y ago
How is that removing if it wasn't there in the first place (AFAIK)?
13.
▲
by
albru123
7y ago
Huh? The problem isn't that the developer itself is trying to cover his misbehavior, but the fact that the developer can get banned for something out of his control.
14.
▲
by
albru123
7y ago
So the end goal is basically Supernova: https://supernova.io/
15.
▲
by
albru123
7y ago
I've been told that welding components was considered a common practice in the USSR since it was cheaper than soldering them at some point in time.
16.
▲
by
albru123
7y ago
Thanks for pointing this out, I had no idea they implemented this for C# 8.0 Also is it just me or the switch pattern really is inspired by Rust match?
17.
▲
by
albru123
7y ago
A bit OT, but what's up with this usage of Amazon EC2 tiers as a unit of computational power?
18.
▲
by
albru123
7y ago
I'm wondering if that's going to cut it though, since target audience for embedded rust isn't someone who wants to play with his Arduino, but people who write real world applications and are fed and tired of C/C++.
19.
▲
by
albru123
7y ago
Except when you tick that box you have to live with all the leftover packages you don't remember installing, but they're still there taking up space.
20.
▲
by
albru123
8y ago
Unfortunately Simple Tab Groups (or maybe some internal feature it uses, probably hidden tabs) somehow leak resources and end up eating all the RAM for me. The end of Panorama (or Tab Groups as known nowdays) was a disaster for me, as I don
21.
▲
by
albru123
8y ago
I'm quite disappointed that nobody mentioned Viterbi algorithm, as it's often used together with RS and really interesting.
22.
▲
by
albru123
8y ago
That's exactly how Velvet revolution in Czech republic in 1989 happened by the way...
23.
▲
by
albru123
8y ago
Firefox does not stack tabs like Chrome does and does not load all the restored session tabs at once either. Aren't these dumb design decisions enough to switch to a product where people actually think about how it's going to be u
24.
▲
by
albru123
8y ago
It's great that it follows all these standards, but the browser (due to recent changes) and the company behind it doesn't seem to follow some necessary ethical standards.
25.
▲
by
albru123
8y ago
How constructive of you...
26.
▲
by
albru123
8y ago
Viterbi algorithm used in convolutional codes It is used in DVB-T combined with Reed-Solomon code for example. https://en.wikipedia.org/wiki/Viterbi_algorithm
27.
▲
by
albru123
8y ago
ASP.NET Core MVC would be the way to go today actually - runs on Linux, does a lot of stuff for you (it's IoC container is pure magic ) and is quite fast (IMO)