HackerTrans
TopNewTrendsCommentsPastAskShowJobs

koyote

no profile record

comments

koyote
·30 days ago·discuss
I've done this wherever I lived.

In a large city, you can often just walk in one direction, (or take transport in one direction), find yourself in a new neighbourhood and discover loads of interesting things (culture, food, shops, parks, ...).

In London there are hundreds of walks/hikes around and beyond the green belt, all within an hour train from central London.

I do agree that there are some places where this is more challenging.
koyote
·last month·discuss
[dead]
koyote
·last month·discuss
The most extreme example would be child prostitution or child porn, in my opinion. But I guess it would be authoritarian to deny people from purchasing such services/items???
koyote
·2 months ago·discuss
What do you use as a harness?
koyote
·2 months ago·discuss
Quite a few countries do not allow dual citizenship. So a person who was born in the US and is therefore US citizen at birth will not be allowed to have that country's citizenship until they revoke the US one.

China and Singapore are some of the more prominent examples.
koyote
·2 months ago·discuss
I have never ever heard a commentator say something like "Arsenal are currently winning with 2-0 against X". It is always leading: "Arsenal are currently leading with 2 goals against X".
koyote
·2 months ago·discuss
Did you manage to get it to work without a functioning screen on the phone?

I believe that unless your phone already has debugging enabled and the machine was already added a trusted machine for debugging, you're out of luck for controlling a phone with a dead screen?
koyote
·2 months ago·discuss
I agree, it also goes against the Linux "way of doing things". For example, Opnsense uses the dhcp portions of dnsmasq only (and unbound for the dns parts) which just feels 'wrong'.
koyote
·2 months ago·discuss
Definitely does.

I used to wear them every night and they definitely improved my sleep. But then I also had instances where my ear was blocked with wax for several days.

YMMV
koyote
·2 months ago·discuss
I always see SP a combination of time and risk. I think a lot of people do not include risk in the estimate.

So a story might be estimated at 3SP to implement but there's a high risk that it would blow out (e.g. idea was not fully proven in a PoC, work is in an area that is historically underestimated, reliance on a different team, etc.), so we set it to 5SP to include that risk. Maybe 50% of the time it does get finished in what a normal 3SP would finish in, but at least we've covered the 50% of time it blows out.
koyote
·2 months ago·discuss
As someone who works in a Microsoft shop with Copilot, I am curious to see what happens.

Due to data governance it will be difficult to move to a different provider.

At the same time, this price hike is so large that the ROI on copilot will be a net negative.

I think what will ultimately happen is that we will not pay Microsoft more than we currently do and we'll simply end up with less AI usage in the company and a reduction in productivity.
koyote
·3 months ago·discuss
GitLab is what drove me to forgejo, it just became unsustainably slow.
koyote
·3 months ago·discuss
And once you start self-hosting, you realise how slow the 'modern' web actually is.

I host forgejo on a single NUC with a bunch of other stuff in Proxmox, the page loads in 6ms! Immich is not quite as fast but still a ton faster than Google photos.
koyote
·3 months ago·discuss
I wonder if this is going to push more software to stacks like .Net where you can do most things with zero third-party dependencies.

Or, conversely, encourage programming languages to increase the number of features in their standard libraries.
koyote
·3 months ago·discuss
I was very surprised when I gave them a go after hearing good stuff about them here and on other techy parts of the internet:

After using their website and their app for a few hours I pretty much immediately decided to not proceed with them as the software was clearly not built by a team that has great competency in software development. This was a year ago so they've had plenty of time to polish it.

You sort of let that kind of stuff pass for a hardware company, but backblaze is not a hardware company. There's more to backup than just ensuring the disks at the data centre are replaced in a timely manner.
koyote
·3 months ago·discuss
Definitely!

The amount of third-party (non-testing related) dependencies needed for most .NET applications is very manageable and the dependencies themselves (generally) don't come with further third-party dependencies (especially now that JSON serialisation is native).

This means that for most applications, the developers know exactly which dependencies are needed (and they are not hidden away in large folder structures either, the dlls are right next to the assembly).
koyote
·3 months ago·discuss
It's definitely a gray area in some countries.

A few decades ago our family got a 'proper' company with a shop front to install a satellite dish for us. We were then able to watch the Sky Tv from the UK even though we were not based in the UK (we still paid for a subscription but it was billed to a proxy address). This was the 'gray' part of what the company was selling.

What they also sold was sattv boxes with integrated decryption that would allow you to watch pretty much any European Pay TV (albeit not Sky, as they used a more robust encryption scheme) for free. They never mentioned the legality of it but they definitely advertised it as something they openly sold (in shop and in their ads).
koyote
·3 months ago·discuss
Interesting that it refused to boot.

If I have a lower wattage charger connected on booth it shows me that information but I can just press enter to continue. It's just a warning.

Maybe it's a bios setting?

Workaround is of course to boot without a charger connected and then connect it later :)
koyote
·4 months ago·discuss
What is the difficulty in getting away from gmail?

I did it a few years ago and I simply signed up for Fastmail and had gmail forward all email there. It forwards to a specific e-mail address so I can see if there are still people/companies that use the old email address. The painful part was going through all my accounts to update the e-mail, but you can do it in stages if you follow the above.
koyote
·4 months ago·discuss
If what you are doing is novel then I don't think yolo'ing it will help either. Agents don't do novel. I've even noticed this in meeting summaries produced by AI: A prioritisation meeting? AI's summary is concise, accurate, useful. A software algorithm design meeting, trying to solve a domain-specific issue? AI did not understand a word of what we discussed and the summary is completely garbled rubbish.

If all you're doing is something that already exists but you decided to architecture it in a novel way (for no tangible benefit), then I'd say starting from scratch and make it look more like existing stuff is going to help AI be more productive for you. Otherwise you're on your own unless you can give AI a really good description of what you are doing, how things are tied together etc. And even then it will probably end up going down the wrong path more often than not.