Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alex3305
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
alex3305
2y ago
I am currently using Brave after switching from Chrome. Chrome changed the way accessibility worked last year which didn't work for me. Instead of scaling text it zooms in on pages which results in an undesirable scrollfest. Once in a
2.
▲
by
alex3305
2y ago
Is this the reason that Chromium based browsers always change font sizes for me on here? Since I'm visually impaired and have set my text sizing pretty large, I have that issue on multiple sites, including Hacker News. It's a bit
3.
▲
by
alex3305
2y ago
I was generating some SVGs from text last week and thus editor just refused to paarse the generated content. However this viewer worked just fine: https://codebeautify.org/svg-viewer
4.
▲
by
alex3305
3y ago
> Do they? Probably not. In my experience most standards are pretty broadly defined with hardly any technical requirements. For instance in ISO 27001 it states that you should create awareness in your organisation about information secur
5.
▲
by
alex3305
3y ago
You are right. However sometimes a change can be so bad, that there is no other option. For instance when Chrome changed the way zoom worked in their Android browser. I had to revert, otherwise it was unusable for me. 1. https://
6.
▲
by
alex3305
3y ago
Brave browser recently also introduced buttons. I was a tad annoyed with it, but accepted it. Until my wife recently saw the new look while I was working and asked how I could even put up with this. She argued that tabs should look like tab
7.
▲
by
alex3305
3y ago
AFAIK no. Dex only seem to act as a federated IdP.
8.
▲
by
alex3305
3y ago
Great addition. I remember that I also looked at Obligator and saved it to my bookmarks. But I decided against it because IMHO the project was just a bit too young. Normally I tend to ignore that, but I really didn't want to switch aut
9.
▲
by
alex3305
3y ago
Dex only acts as a federated identity provider. Unlike oauth2-proxy which acts as a service provider for services that don't have authentication themselves.
10.
▲
by
alex3305
3y ago
Recently I looked into having a relatively simple SSO setup for my homelab. My main objective is that I could easily login with Google or GitHub auth. At my previous job I used both JetBrains Hub [1] and Keycloak but I found both of them a
11.
▲
by
alex3305
3y ago
Last year I bought a Microsoft Intellimouse Pro which I really, really like. Besides being a tad heavy it has been a pleasure to use. I didn't know Microsoft stopped making mice and keyboards. Such a bummer. I wonder what some alternat
12.
▲
by
alex3305
3y ago
At university we were tasked with making an Android application for a real client. This was part of our course and was really fun to do. Especially because we did this in two groups competing with each other. The app was some sort of geocac
13.
▲
by
alex3305
3y ago
Until your Google Account gets banned for violating the ToS. No thank you.
14.
▲
by
alex3305
3y ago
You can use the tips from this thread over on Reddit to circumvent this message. At least it worked for me in Brave: https://www.reddit.com/r/uBlockOrigin/comments/173jmog/youtu...
15.
▲
by
alex3305
3y ago
Obligatory Hank Hill: https://www.youtube.com/watch?v=QwucZK1BCj4
16.
▲
by
alex3305
3y ago
In The Netherlands the allowed voltage tolerance is 10% by law. So everything between 207V and 253V should be fine. And we also had 220V until 1989.
17.
▲
by
alex3305
3y ago
I'm unsure what a 'TrueCharts' is, but if it's anything Docker based you probably need to mount the Intel GPU device. You can do this pretty easily with a device mount: `--device=/dev/dri`. Another issues that
18.
▲
by
alex3305
3y ago
That's a bit semantic, isn't it? Because in practice it's still 10, but lazily initialized [1]. And an empty ArrayList is useless anyway. 1. https://stackoverflow.com/a/34250231
19.
▲
by
alex3305
3y ago
Maybe it's not really up your alley. But I learned Java with the Java in Action with BlueJ [1]. Although it's pretty basic, the text book really explains all the Java (and OOM) basics in a pretty clear way. The book is called Obje
20.
▲
by
alex3305
3y ago
> I cringe every single time I see a for loop for what System.arraycopy () has been providing since early days. The worst thing is, that System.arraycopy() is an optimized JNI call which is much faster than copying it by hand [1]. > F
21.
▲
by
alex3305
3y ago
> It's really a tricky balance. Over-allocating collections "just in case" can quite often be very expensive as well It is sometimes really tricky. When I worked with streaming XML documents that were gigabytes in size, th
22.
▲
by
alex3305
3y ago
In my experience, just a little bit of insider knowledge goes a long ways to making better code. Arrays are fun things, especially when you do a deep dive into the System.arraycopy() function. But the same goes for all Collections in Java.
23.
▲
by
alex3305
3y ago
Isn't 48 kWh/month = ~1.6 kWh/day? That seems impossible. Even 4kWh / day seems impossible for me. I exclusively use electricity, except for heating. My water heater alone consumes about 2kWh/day. Not even talking a
24.
▲
by
alex3305
3y ago
I used tcpdump with a dummy Plex server that listened to incoming requests [1]. Because those request are automatically generated when a user opens up the Plex app. And I than proceeded to send a WoL request. A reverse proxy would of probab
25.
▲
by
alex3305
3y ago
> How hard is this to configure? Not at all. Just ensure that you have WoL enabled on the host machine and than proceed to send a magic packet. You could even do this with Home Assistant [1] if you are into that. I did this with a script
26.
▲
by
alex3305
3y ago
I used their trial for a bit to test it out with Vorta [1] in a container. Vorta (and Borg) seemed to work fine, until I wanted to restore an archive and I noticed that my recent snapshots were completely empty. Probably because of a miscon
27.
▲
by
alex3305
3y ago
> 5-10 years ago I would think this is perfectly fine. I believe I was not alone in this, but maybe I was. The energy would have cost pennies too and why whine about it? When I moved into my own home (8 years ago) I brought my 'home
28.
▲
by
alex3305
3y ago
> Which has even been “weaponised” before; there were stories some years ago about stores blasting high-frequency noise outside to deter loitering teenagers without affecting desirable adult shopper Yeah, they should only work for teenag
29.
▲
by
alex3305
3y ago
> What you are saying makes sense. If you are running other valuable apps, then it isn't a waste. 'Valuable' is pretty subjective though. Most of the services are for entertainment purposes. But I also host quite a few use
30.
▲
by
alex3305
3y ago
> I appreciate the intent of this project, but it is not a sustainable approach. Self-hosting anything isn't sustainable. Even your modem or router isn't sustainable. But having additional backups and privacy is worth something
More ›