Viewing profile — sebtron
sebtron
HN member- Joined
- Mon, Sep 11, 2023, 9:10 AM UTC
- HN karma
- 1,946
- Public activity
- 245 items
- HN profile
- View on Hacker News ↗
About sebtron
Recent public activity
-
comment
Comment #49073678
I can pay with iDEAL without interacting with a smartphone, using only my laptop and a physical 2FA device provided by my bank. Do you know if this will be possible with Wero?
-
comment
Comment #48904044
Why does it have to be a phone? Some people still use tablets, laptops and, believe it or not, desktop PCs.
-
comment
Comment #48904032
> Are there any other Operating Systems than iOS, Android or Android flavors? Like Windows, MacOS and Linux?
-
comment
Comment #48104287
I did not know about this. I used it on Fedora, and I thought Fedora was as close to "default GNOME" as possible.
-
comment
Comment #48100374
> I expected gnome-terminal's memory usage to be in line with konsole (KDE's default terminal), but gnome-terminal shows remarkably well in this test In tipical GNOME fashion, they…
-
comment
Comment #48022578
I think it means a digital copy of a ticket or similar card.
-
comment
Comment #48022565
Can I use this feature to generate an airplane ticket? :P I think "create" is the confusing part. It should be "digitize" or something. Either this, or "pass" means something else …
-
comment
Comment #47860623
Lucky you, I guess. In all the companies I worked for I have had a company-provided Windows laptop where the OS was managed by IT. The degree of freedom (e.g. what software could I…
-
comment
Comment #47860507
I am a European in Europe and I expect the same. Why would I assume otherwise? The company laptop is full of spyware, starting from the OS. I have no reason to consider it "mine", …
-
comment
Comment #47444822
That comes preinstalled :)
- story
-
comment
Comment #47348840
I agree with you, but considering the state of modern software, I think the values "truth and correctness" have been abandoned by most developers a long time ago.
-
comment
Comment #47085839
I see what you mean now, thanks. To reproduce that example with std::variant I would need some kind of strong type alias, which as far as I know is missing from C++; so the only fe…
-
comment
Comment #47078111
I am not sure what you mean, you can definitely have e.g. an std::variant Which is a sum of those three types.
-
comment
Comment #47074323
Since C++17 there is std::variant https://en.cppreference.com/w/cpp/utility/variant.html
-
comment
Comment #46957428
> or that you don't own the device you use (which makes it unacceptable) It's already like this, unless you go out of your way to install a custom Android rom, which 99.9% of peopl…
-
comment
Comment #46883320
But dog breeds are much more diverse than humans. For example, a chihuahua weights about 2kg, a St. Bernard about 70kg. That's a 35x size difference.
-
comment
Comment #46874964
A metric kilobyte is 1000 bytes. An imperial kilobyte, on the other hand, is 5280 bytes.
- story
-
comment
Comment #46616898
> Are people making user facing apps in rust with uis? We are talking not only about Rust, but also about C and C++. There are lots of C++ UI applications. Rust poses itself as an …
-
comment
Comment #46616802
I think this is related to the C++ standard library implementation. Using pthread in C, for example, TBB is not required. Not sure about C11 threads, but I have always thought that…
-
comment
Comment #46600656
Thsi talk is scheduled for January 31st, or am I missing something? Why is it being posted here? There is no video yet.
-
comment
Comment #46564372
We just call it "apps" now.
-
comment
Comment #46540726
On my personal devices, I turned off syntax highlighting a few years ago to see how hard it would be to live without, but I ended up liking it and I have not turned it back on sinc…
-
comment
Comment #46352695
This seems to be the best guess so far. But then I am wondering, how is a (*) b + c Parsed then? The precedence of '* is bumped down, but does that mean it has now strictly lower p…