Viewing profile — rbut
rbut
HN member- Joined
- Wed, Dec 26, 2012, 3:19 AM UTC
- HN karma
- 702
- Public activity
- 172 items
- HN profile
- View on Hacker News ↗
About rbut
No profile information was provided.
Recent public activity
-
comment
Comment #41835369
We had to roll back to an earlier version of Sentry for this exact reason. It went from a few gb to using 18gb+ of RAM and a factor more number of containers. The older version had…
-
comment
Comment #41823533
Extremely poor response. You can't blame him for contacting others affected when you marked it as out of scope. And yet you fail to mention that in your blog post..
-
comment
Comment #41621919
Completely anecdotal. I feel if I open Uber ahead of a planned travel and type in a destination to get an idea on the price, the price is $X. I then open the app back later when I'…
-
comment
Comment #41546035
From the article: For now, you can still view Google’s cache by typing “cache:” before the URL, but that’s on its way out too.
-
comment
Comment #41516133
How will this affect those running MicroG? Is it as simple as implementing that API and returning "trustworthy", or is there some kind of signing going on that will make it harder?…
-
comment
Comment #41117243
Docker can run on macOS (albeit in a VM), but its still running on a Mac "that is already running the Apple Software". So its a perfectly valid option for Mac owners, even if its a…
-
comment
Comment #40982395
Yep. My WiFi has had _optout_nomap ever since it was introduced. People always ask me why and I've never seen another SSID with it included.
-
comment
Comment #40911786
I've used @domain.com for many many years and never had someone do that. Spammers simply obtain lists of emails through hacking or purchasing them and then spam them, they don't pi…
-
comment
Comment #40905031
At our org we run code-server in docker with no network access except pre-allowed DNS, and a white listed squid proxy, due to this. It works really well for us and prevents potenti…
-
comment
Comment #40881055
I'm guessing because perplexity is now based on llama 3. If you look at their labs [1] the choices of models seems to suggest this. [1] https://labs.perplexity.ai
-
comment
Comment #40880691
I just told my young boys about this sad news. They've recently gotten very into visiting retro gaming stores and buying DS, Wii and other console games. The death of physical medi…
-
comment
Comment #40696716
We have HTML templates for sending transactional email in our SaaS applications. The templates are very basic, eg. , etc. Users can also customise these via a WYSIWYG editor. We th…
-
comment
Comment #40572505
The API was reverse proxied. Possibly a caching issue?
-
comment
Comment #40570445
K-9 Mail is great. Coming from iOS to a google-less android, I'd be lost without it. The decision to keep both names is strange though. If its just a name and colour theme, what is…
-
comment
Comment #40518769
Love caddy. Only minor downside is having to build your own container to get route53 DNS support. Would be awesome if they provided a pre-built container for each module, but under…
-
comment
Comment #40479419
Here's our experience with rootless docker. We've used it in a single-user (a docker user) and multi-user (user for each dev) environment. Most, if not all, containers work fine, t…
-
comment
Comment #40217916
How does it compare to Fabric? At first glance it looks quite similar. All our scripts are written in Fabric, but Fabric appears to be somewhat abandoned and the latest version nev…
-
comment
Comment #40178888
Don't agree with this. All of googles apps come via debs (chrome, google earth, etc), as does microsofts (edge, vscode) and numerous other big name applications. They then use the …
-
comment
Comment #40075262
The instruct version is now on labs.
-
comment
Comment #40074823
labs.perplexity.ai now has mixtral-8x22b-instruct. I asked it what it's knowledge cutoff was, and it said 2021-09. Anyone know why it's trained on such old data?
-
comment
Comment #40034968
Yes in AU this, and so websites don't know my real IP, are the only reasons I use a VPN. I don't ever do anything illegal, I just don't like being tracked.
-
comment
Comment #40011890
I will happily switch from Google when a search engine provides really good local results ^. It seems DDG and Startpage are mainly tailored for US. ^ Random suburb in random state …
-
comment
Comment #39964475
They could've implemented their own virtual memory and paged it to disk. Very easy to do. That's what we had to do to load 64mb ROMs when creating an n64 emulator for Xbox.
- comment
-
comment
Comment #39753260
100% agree. When we installed it we looked at the setup.sh and extracted what was needed from it. It was as simple as: curl -o docker-compose.yaml https://raw.githubusercontent.com…