Viewing profile — akaBruce
akaBruce
HN member- Joined
- Sat, Feb 11, 2012, 11:56 PM UTC
- HN karma
- 36
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About akaBruce
No profile information was provided.
Recent public activity
-
comment
Comment #47735340
I'm not sure if it was added after your comment, but there's a restart button at the bottom center of the screen that you can hit while the ball is falling.
-
comment
Comment #40912140
For anyone else viewing on mobile, I had to switch to desktop to see the creators, filters, and search.
-
comment
Comment #38831026
The author mentions > After all I’ve been a full stack dev for a little bit (just graduated college!) I'm guessing they differentiate being a dev (professionally or looking for wor…
-
comment
Comment #33391308
I don't know if this is the same experience for you, but for a while I would just open the camera app without realizing I had to swipe over to Google Lens mode to have it detect QR…
-
comment
Comment #32625361
Moved to Tokyo from the US in 2020. I first heard of the SDGs in language school. They're also heavily promoted in my work's orientation and training material, but the hq's over in…
-
comment
Comment #31557385
I believe this discussion is about the same issue with their browsers not blocking Microsoft-owned trackers: https://news.ycombinator.com/item?id=31490515
-
comment
Comment #29446666
For those studying a language that might use benefit from this, I have this CSS in my Anki cards. I use the ruby tag to remind me of readings for things that aren't the main focus …
-
comment
Comment #24155753
Someone correct me if I'm wrong, but would that work? I'm assuming (it wasn't clear) the goal there would be to display the person's whole face in a non-distracting way. But if the…
-
comment
Comment #8770035
For whatever it's worth, I just downloaded 1.9.5 for Windows from https://msysgit.github.io/ . While the release notes don't mention "CVE-2014-9390" explicitly, it does say this: C…
-
comment
Comment #6442914
Honest question. Not just for knappador, but anyone else who wants to chime in. How do you all feel about a single piece of glass vs. actual buttons? Personally, I tend to prefer r…
-
comment
Comment #6441415
Have you tried recently? I don't remember the steps, but they let me create a public page for my YouTube account. I still have one Google/Google+ account, but all my YouTube stuff …
-
comment
Comment #5960640
Well, not only if your phone is in a call, but also your phone number, device id and the number of the person you're connected to. Read phone status and identity: Allows the app to…
-
comment
Comment #5960545
That's not so bad compared to the other permissions on there. With Facebook, I'd guess (maybe incorrectly) you're already listing your phone number on there and they'll eventually …
-
comment
Comment #5692586
I think the article suggests using modifiers instead. So rather than having .mainContentWidget { background-color: white; font-size: 1.5em; text-transform: uppercase; } .sideBarWid…
-
comment
Comment #5312933
If the server running on links.example.com, wouldn't the 3rd party web server lose out on doing things like setting cookies in the client's browser or determining their rough locat…
-
comment
Comment #4731580
They don't seem to do anything. Searching without the brackets seems to give the same results for me. https://www.google.com/search?q=inurl%3Abcode%3D*%2Bn_m%3D*+...
-
comment
Comment #4731517
Going through my own inbox for Facebook emails, it attaches my email address in the n_m parameter, the bcode parameter, and a mid parameter to all the links it gives me. This inclu…
-
comment
Comment #4496650
Oh, sorry. I misread "In any case, I'm actually really interested in the comment about spite Gruber makes at the end." as "In any case, I'm actually really interested in the commen…
-
comment
Comment #4495333
I'm going to start by saying I really don't know, but here are my guesses. It's all about the way they collect data for advertising and for analytics. For example, Twitter gives yo…
-
comment
Comment #4236917
The hash iterations are due to vBulletin's life span and being a product. They had md5 hashed passwords. Then they realized they have to salt them. So instead of adding the the sal…
-
comment
Comment #3779488
Oh, I see now. I had assumed that because I couldn't get the response, that the request itself was blocked. Thanks!
-
comment
Comment #3779440
Am I missing something here? Let's say you're logged into Gmail and Gmail had no CSRF protection anywhere. You're logged in while visiting my site. In my site, I include a little b…