scarlac | 5 years ago | on: Find a person's profile across 350 social media sites
scarlac's comments
scarlac | 5 years ago | on: Tauri: An Electron alternative written in Rust
To be clear to everyone: Electron and React Native are not alike. Electron is a big web browser. React Native work completely differently: It neither renders, computes, or runs the same. React Native uses the Hermes engine, puppeteering native components.
scarlac | 5 years ago | on: Dark Patterns at Scale: Findings from a Crawl of 11K Shopping Websites (2019)
scarlac | 5 years ago | on: No Cookie for You
(source: I read the directive way back when it came out, and also skimmed large sectoins of GDPR)
Other sources: https://softwareengineering.stackexchange.com/questions/2905... and https://law.stackexchange.com/questions/30739/do-the-gdpr-an...
scarlac | 5 years ago | on: I Hacked into Facebook's Legal Department Admin Panel
Wouldn't demanding money be blackmailing?
A story from one of my startups: A student reached out to us regarding a security vulnerability on the website, demanding money for it. He refused to say what it was or provide evidence at first, so we couldn't assess it. He said he'd disclose it to others if we didn't.
I definitely felt blackmailed. I am not a lawyer but it felt illegal. Maybe someone can chime in to say if it is?
scarlac | 5 years ago | on: Tinnitus Treatment from Neuromod
scarlac | 5 years ago | on: HashiCorp Boundary
These "non-VPN" solution seem to use a client on your machine that change any DNS lookup through the OS layer by hooking into gethostaddr() and returning the same IP for all domains if they are in the list of hosts that should be virtualized. Then only the traffic to domains that are needed is virtualized, anything else is untouched. YouTube and Netflix won't get piped over your company network, as an example.
Disclaimer: I don't really know that this is how it works but this is how other providers do it.
scarlac | 5 years ago | on: Spotify, Ever the Fans of Openness
scarlac | 5 years ago | on: Nova by Panic
The transition is made hard because of the odd default key mappings (they hotkey editor is very difficult to use. I went back and forward and couldn't understand why my mappings weren't working only to find that it was due to having to use the hotkey editor in a specific way). I really think a good keymapping is the first hurdle people have to overcome, so shipping it with an hotkey extension for Sublime, VSCode, etc. would be a big win off the line.
The autocomplete and jump to definition seemed to work well. I had a hard time figuring out if "Find references" were working. It kept telling me to go to some obscure tab or place somewhere but since it's all symbols, I don't know where to actually go. VSCode is easy by comparison - a "peek" window shows up prioritized references.
However, Nova is a no-go for me because it simply stalls when opening a >2 MB JSON files. Forget about trying to search-replace - it's simply too slow. In defense of Nova, Sublime also can't deal with it.
My impression going away from Nova is: It's like Xcode and VSCode had a baby. Perhaps with time it'll improve in performance and be fine tuned to a point where I can use it daily - but given it's primarily paid (not "free with nag screen" like sublime), I can't review it any time soon again.
scarlac | 5 years ago | on: Oculus Quest 2
scarlac | 5 years ago | on: Nova by Panic
scarlac | 5 years ago | on: Nova by Panic
scarlac | 5 years ago | on: Hard to discover tips and apps for macOS
scarlac | 5 years ago | on: Hard to discover tips and apps for macOS
1. Typing something and pressing CMD+B will open a browser and do a Google search for that
2. Typing math works now
3. You can change your Spotlight preferences to not include files you don't wanna search on, essentially always showing apps (if you just want it do be an app launcher)
Alfred does a lot more than this, but for me these were the key automation features I needed to stop using it.
scarlac | 5 years ago | on: Ask HN: How to do cross platform GUI?
scarlac | 5 years ago | on: Ask HN: Does Google have a way to report scam advertisements?
scarlac | 5 years ago | on: Amazon Liable for Defective Third-Party Products Rules CA Appellate Court
scarlac | 5 years ago | on: Epic Games has filed legal papers in response to Apple [pdf]
I don't agree with this evaluation. They can argue it, as all macs are shipped with only access to the app store. You need to specifically opt out.
macOS does have security issues, perhaps moreso than iOS, and that's an argument they could make: Allowing Epic to run a store would compromise the phones of kids and open them up to tracking, aggressive adware, etc. I think it's a fair argument, even if I think 30% is a steep price to pay for what they provide.
scarlac | 5 years ago | on: Ask HN: What feature did you find after years of using macOS?
CTRL + K (delete to end of line)
CTRL + D (delete in place aka delete key (not backspace))
CTRL + A (go to start of line)
CTRL + E (go to end of line)
scarlac | 5 years ago | on: Decentraleyes – Local CDN Emulation
The results were underwhelming. It fails to find obvious links between sites, makes completely incorrect correlations while claiming 100% matches, and has no way of figuring out if it's the same person. The "useful" features seem to be username generator based on your original input, e.g. you input "john doe" and it suggests usernames like "jdoe", "johndoe", etc.