Viewing profile — mishafb
mishafb
HN member- Joined
- Sun, Aug 01, 2021, 3:13 PM UTC
- HN karma
- 117
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About mishafb
No profile information was provided.
Recent public activity
-
comment
Comment #44598481
I agree on the last point of the lack of composition here. While it's true that writers need to be aware of buffering to make use of fancy syscalls, implementing that should be an …
-
comment
Comment #32129557
1. You mean ctrl-shift-r?
-
comment
Comment #31846607
You do need an suid binary to e.g. set a new user id map, since this requires comparing the user id range owned by you to what you're mapping, but you only do it once and it's a si…
-
comment
Comment #31800868
It is a real cdn with paying customers, trying to advertise its product, there is no catch
-
comment
Comment #31170079
There's a payment app that detects the installation source is not google play store, and I haven't found a way to use it
-
comment
Comment #31017249
Daemons that care about security setuid temporarily before opening a file and then setuid back
-
comment
Comment #30966363
On the mdn page for it they say there are other less legitimate techniques like adding an image which will start loading and delay the page unloading. So if they didn't add beacons…
-
comment
Comment #30829352
Try replacing medium.com with scribe.rip
-
comment
Comment #30596955
I think you would need a pipe reading from (using splice) a file you're not supposed to write to, which also accepts your input, which you're very unlikely to find, and you would o…
-
comment
Comment #30453221
We have atomic bitwise operations already (look at glibc's mutex implementation), and the unit atomic operations work on is a 64-byte cache line. Cache lines are useful because rea…
-
comment
Comment #29359251
You could encrypt and archive everything and back that up periodically with rclone, or get external hard drives with a copy and store them separately
-
comment
Comment #29116692
A timeline for seeing what tabs were open yesterday at any hour
-
comment
Comment #29031850
With IPv6, you don't have CG-NAT, or double NATting, at the ISP level. If both sides are behind CG-NAT, then direct peer-to-peer communication is impossible or at least unstable to…
-
comment
Comment #28916554
The lambdas aren't actually lambdas, they are anonymous classes with a single metthod according to the type-inferred interface, and they can't use variables that aren't effectively…
-
comment
Comment #28736297
Many realtek wifi adapters cause issues on Linux, and require buggy kernel modules. You should do some research before getting a wifi adapter. I just repurposed a wifi extender to …
-
comment
Comment #28698277
What kind of home routing would require a Pi?
-
comment
Comment #28459804
Zig has painless cross compilation, with gcc or clang it's a nightmare
-
comment
Comment #28444320
Signal has since changed their encryption methods so that it's harder to know who's sending messages to who, and what groups exist. On WhatsApp, these changes have obviously not be…
-
comment
Comment #28432387
Yeah, but obviosuly facebook doesn't have shadow profiles /s
-
comment
Comment #28431342
So our computers are getting more powerful every day for nothing but Electron?
-
comment
Comment #28423869
Before this is loaded and completely ready, you probably load resources with your regular CDN
-
comment
Comment #28422259
This is equivalent to running a Makefile or a pre-built executable as your user which you're bound to do anyway
-
comment
Comment #28422194
Is it compressible or already compressed?
-
comment
Comment #28396336
Truly wireless keyboard where every key is connected via bluetooth
-
comment
Comment #28384017
I know it works but it just feels wrong