HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kleiba

no profile record

Submissions

Is Hacker News losing interest in startups?

hntrends.net
3 points·by kleiba·4 mesi fa·1 comments

Oxfam's wealth inequality report 2026: Resisting the Rule of the Rich

policy-practice.oxfam.org
16 points·by kleiba·6 mesi fa·8 comments

China's Population Declines for 3rd Straight Year (2025)

nytimes.com
8 points·by kleiba·6 mesi fa·0 comments

DBLP, the Computer Science Bibliography

dblp.org
2 points·by kleiba·7 mesi fa·0 comments

Germany has the highest proportion of rental tenants in the EU

destatis.de
2 points·by kleiba·7 mesi fa·4 comments

EU ban on combustion engine cars off table, EPP's Weber says

reuters.com
4 points·by kleiba·7 mesi fa·0 comments

IGN's List of Top 100 Game Creators of All Times (2010)

ign.com
2 points·by kleiba·10 mesi fa·0 comments

comments

kleiba
·3 mesi fa·discuss
I have genuinely no idea why I need a smartphone to get a line of credit, and that there is no alternative for people who don't have one.

Also, the thought that we as a married couple are not an entity is strange to me, but I guess that's the modern way of thinking, and I am old.
kleiba
·3 mesi fa·discuss
But also: https://stackoverflow.com/a/1018865
kleiba
·3 mesi fa·discuss
What for? It was a mandatory step but my wife and I will manage the credit through an app on her phone. Minimally, I should have the option to waive it.
kleiba
·3 mesi fa·discuss
I know I'm in the minority but I value privacy higher than convenience. I'm aware that not having a smart phone does not automatically equal total privacy, but I just cannot get myself to have a personal tracking device on me 24/7.
kleiba
·3 mesi fa·discuss
Well, my case is the best proof of that: the phone number I ended up using was my mom's.

It's most definitely baloney because I also had to provide ID. So, certainly there is no way I could identify myself "even more" by giving them a phone number than by giving them a government issued ID.
kleiba
·3 mesi fa·discuss
I could also buy a smartphone. The point is that I shouldn't have to.
kleiba
·3 mesi fa·discuss
No, I don't really use a lot of service that require 2FA and for the ones I have to (e.g. work), there's always been a workaround.

But this might not really have been a 2FA case - I mean, I was physically sitting in the bank.
kleiba
·3 mesi fa·discuss
My wife and I had an appointment last week to apply for a line of credit. We talked it all through with the clerk and decided to go for it, so he started the whole process on his computer.

His jaw dropped half-way through when he asked for my wife's and my phone number, and I had to tell him that I don't own a smart phone.

Turns out you must have a smart phone because the system sends you some kind of code to verify your identity. Let that sink in: I am sitting in front of the clerk, but in order to identify me, he needs me to give him some phone number.

The only way we could finalize the application is by me asking my mother whether I could use her phone number briefly to get this over with. She forwared the code to my wife's phone. That worked in the end -- but so much for "identifying me".
kleiba
·3 mesi fa·discuss
Amazing - an acquaintance of ours when we lived in Germany a couple of years ago had a similar idea. But she found that telemedicine + prescription drugs (and possibly advertising law) are among the most regulated areas in a country already known for its red tape.

I didn't follow up what became of her startup idea, but there's no way she could have ever gotten it off the ground in just two months, like the guy from the article and his brother. More like two years...
kleiba
·3 mesi fa·discuss
Not enough information here to make informed comments.
kleiba
·3 mesi fa·discuss
Interesting. Where we currently live, kids carry all books back and forth between home and school every day in giant backpacks.
kleiba
·3 mesi fa·discuss
That's possibly the first time that "skyrocketed" and "5%" have been used together in one sentence.
kleiba
·3 mesi fa·discuss
Then it't not AGPL, because Section 10 of the AGPL explicitly states:

| You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License.

https://www.gnu.org/licenses/agpl-3.0.en.html#section10
kleiba
·3 mesi fa·discuss
...or to tighten them.
kleiba
·3 mesi fa·discuss
In Germany, where Lidl is originally from, you can already order them online in their store. This is a variety for your balcony: https://www.lidl.de/p/vale-gmbh-balkonkraftwerk-ecoflow-860-...

Product Features:

- Name: VALE MiniPV 880-EF8N

- Control: Free App

- Communication: WiFi 2.4 GHz

- Performance: max. 800 W

- Tension: approx. 230 V

- Frequency: 50 Hz

- Power supply: Solar inputs: up to 60 V, mains current 230 V

- Protection rating: IP67

- Material: Solar modules: glass and aluminium frame

- Inverter: Cast aluminium

- Dimensions: approx. L 172.2 x W 113.4 x H 3 cm (per solar module) approx. L 25,3 x W 22.2 x H 3.5 cm (inverter)

- Weight: approx. 56 kg

- Scope of delivery: 2 x Premium solar panels, each 440WP, Black, Bifazial; 1 x Premium inverter 800 Watt with WiFi; 1 x connection cable (5 m), safety plug; Quick start guide
kleiba
·3 mesi fa·discuss
For Emacs, I agree with the maintainer's analysis that this is really a git bug: what happens is that Emacs runs `git ls-files` and that triggers a script execution.

So, the attack vector here is the following: attacker provides a malicious script in a .git directory, packaged for download. If the user unpacks the the package and merely opens a file, Emacs runs `git ls-files` which in turn executes the malicious script.

However, while I agree that this is a flaw in git, and Emacs should rightfully expect that running an "ls" command should be considered harmless, I do not agree with the stance that this does not require a reaction on the part of the Emacs maintainers: Now that you've been made aware of this unfortunate git behavior, I think some steps should be taken to not trigger it. That is, the functionality that runs `git ls-files` should be double checked (do we really need it? can we avoid the malicious side-effects? etc.)
kleiba
·3 mesi fa·discuss
I guess what I meant to say is that clearly, one side here expects loyalty from the other side but isn't really giving any themselves.
kleiba
·3 mesi fa·discuss
Between employers and employees, loyalty is only expected one way.
kleiba
·3 mesi fa·discuss
I'm on board.

But in general, I think obsessing over the monospace font you use for coding is, ultimately, bike shedding. I've used a lot of different fonts over the year, not because I was trying to find the best one, but because I used the default font of whatever tool I was using at the time, and - guess what - I was fine with it every time.
kleiba
·3 mesi fa·discuss
> Git is very simple, reliable, and versatile, but it isn’t very functional.

Funny, I would probably swap the first and the last adjective in that sentence.