HN user

ticoombs

185 karma
Posts9
Comments60
View on HN

I have blocked medium.com because of that. Same as the SEO spam dev.to.

It's actually interesting how often I end up seeing the uBlock 'blocked' page because of it. And how blind I end up being to the serp domains.

I of course can click the bypass button on a case by case basis.

Backing up Spotify 7 months ago

They have marked the repo as noindex (or GitHub is forcing a noindex header).

Its returning a noindex flag so every serp is correctly doing what the repo has been asked.

That is... except for brave! I checked on my searx instance and it still showed up in brave's results

I solve this by Syncthing running on all clients. Very rarely do I ever have a problem with conflicts. Only if I add a new pass while my phone is offline and then make another edit on my computer would there be an issue. I think it only happened once, and that was because I did it on purpose to see what happened.

Turns out syncthing creates a .conflict file and then I tell keepassxc to do a merge on the two files and then we are back to normal.

iPhone Air 11 months ago

(side note) And the folding phone will be a "Apple First".

I wonder if they still still have a stupid camera notch on the device. They is no point (to me) have a thin phone even you end up having a 5mm notch the size of your phone

I used to joke about prompt engineering. But by jiminy it is a thing now. I swear sometimes I waste a good 10-20minutes writing up a good prompt and initial plan just so that claudecode can systematically implement something.

My usage is nearly the same as OP. Plan plan plan save as a file and then new context and let it rip.

That's the one thing I'd love, a good cli (currently using charm and cc) which allows me to have an implementation model, a plan model and (possibly) a model per sub agent. Mainly so I can save money by using local models for implementation and online for plans or generation or even swapping back. Charm has been the closest I've used so far allowing me to swap back and forth and not lose context. But the parallel sub-agent feature is probably one of the best things claudecode has.

(Yes I'm aware of CCR, but could never get it to use more than the default model so :shrug:)

Railroad Tycoon II 2 years ago

If your willing to try /r/homelab and /r/selfhost have great wikis and are good enough entry points to start you on your way.

There is a lot you can do with a rPi and an 8TB HDD!

It also proxies images, which I think is the actual reason (sic). So there is no way from a network point of view to disallow pornographic material on public access terminals. Though, I have not recently looked at how the other search engines do it.

As a long time DDG user, the image filter isn't perfect and occasionally I'll see NSFW images even when I have safe search on.

In the latest round, they selected eight products sold by Shein, including children's shoes, leather bags and a belt and found several to contain high amounts of phthalates – chemicals used to soften plastics. One pair of shoes contained 428 times the permitted levels of phthalates – the highest observed so far during the Seoul inspections – and three bags had amounts as high as 153 times the limit, the city government said.

That's not great.

So far, Seoul authorities have said they have inspected 93 products and found that almost half of them contained toxic substances. These items include children's watches and coloring pencils.

Shien's now on the blacklist as far as I'm concerned. I wouldn't want anything like that around kids...

UI is honestly what a lot of open source projects need work on. The fact you took the time, made mocks and contributed to the documentation is amazing!

People forget that there are more items to maintaining a product than writing code.

HA!

In a serious note, this will most likely never be patched. SS7 vulnerabilities have been know for even longer but the sheer effort needed to collaborate between every single company, manufacturer and policy makers make it a non starter.

Also having the possibility of making it so all old phones no longer get these messages could also be an accessibility problem that gets whomever tries to run with it kicked out of office.

With current climates being 3/4 years max in office with the possibility the next person will scrap whatever you do... makes it a hard problem to solve.

"Render the page in X width and Y height and then take a screenshot".

Isn't this the exact example of phantomjs?

``` page.viewportSize = { width: 600, height: 600 }; ```

At least that is what I use to do for screen testing for some of our low-hanging-fruit QA. At some point I rewrote it in puppeteer and it was as simple as the above line.

The screenshot results in being the X/Y size.

I'd be interested in why this doesn't work in your usecase.