Viewing profile — senden9
senden9
HN member- Joined
- Sun, Jun 02, 2019, 3:27 PM UTC
- HN karma
- 52
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About senden9
Recent public activity
-
comment
Comment #40820409
Same for for me. From a startup to teaching.
-
comment
Comment #39087764
Archive Link: http://web.archive.org/web/20240121220432/https://mail-archi... Just in case anybody else can not see the post. I have no idea if the post is hidden, deleted, or if t…
-
comment
Comment #38977436
A Amazon marketplace product I ordered was wrong. I ordered a memory module and got the wrong one. After checkingy order I saw that I ordered the right one. No problem, I thought. …
-
comment
Comment #38662369
It seams so. I life in Europe and never had this problem in a McDonald's restaurant.
-
comment
Comment #36733415
I did come here to post the same reaction. I saw the OAuth prompt with "act on your behalf" and intermediately closed the browser tab. When I want to take a look at something new I…
-
comment
Comment #35636699
They try this from time to time. I normally open the page in a private window if that happens. https://12ft.io/ also helps.
-
comment
Comment #35286904
You can also use the environment file linked in that blog post to tell Rust to follow the XDG standard. Not perfect because it is not the default behaviour but it is doable.
-
comment
Comment #34956025
Do you mean VPS's (virtual private servers)? Because there you need to take care of the maintainance of the OS, system upgrades, initial setup, etc. With a system like Fly.io you j…
-
comment
Comment #34956008
Yes. You get a Data Processing Agreement (DPA) for free. That is what you need in the EU for GDPR purposes. Customers with HIPAA compliance needs may need an Business Associate Agr…
-
comment
Comment #34194667
Because by law it is forbidden to say if they are forced to give access by law. The removal of the canary together with that message without addressing that directly can be seen as…
-
comment
Comment #33485534
Right. Other use case. PiHole is setup for network normally. This solution is personal desktop firewall. So it has more access to information, but is also easier breakable (like br…
-
comment
Comment #32309780
I've had cataracts since birth. It's a relatively dense area in the middle of my field of view. My brain interpolates information there as well as possible. Because of this I never…
-
comment
Comment #31363971
Mine does this also. It's Erste Group https://www.erstegroup.com/ . I also like they online banking. And if you register for a free developer account you get even API access for yo…
-
comment
Comment #31357878
I do not understand why the most services doesn't do diffs by them self. My bank for example has an "show diff" button if they change anything. This saves me time and build up trus…
-
comment
Comment #31093162
It seams that HackerRank has about 27 DMCA take-downs on GitHub. See https://github.com/github/dmca/search?q=HackerRank
-
comment
Comment #30344020
It's iOS only.
-
comment
Comment #29857129
Reminds me of Jodel. Just that here I can select the loudness and on Jodel it so controlled by the App based on thinks like number of posts around you. https://about.jodel.com/
-
comment
Comment #29507329
This is already the logo of PyPy. The JIT Python interpreter. https://www.pypy.org/
-
comment
Comment #29139234
You are right . I can't edit the URL, only the title.
- story
-
comment
Comment #29138107
Blog-post about how gain shell access on a Sonos WiFi-speaker by using DMA attacks over the PCI interface.
- story
-
comment
Comment #28792840
You can use it in a URL. Just put square brackets around it. Like http://[::1]/
-
comment
Comment #28369932
I was also confused first if (Mozilla) glean gained some out-of-scope features.
-
comment
Comment #27829822
The Telegram bot API supports webhooks and long running /event calls. Because Telegram bots often have no web UI events has also the plus point of allowing to block every incoming …