

Yes, had the same happen. Something that should be simple failing for stupid reasons.
I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.
Yes, had the same happen. Something that should be simple failing for stupid reasons.
Yep. It seems they haven’t changed a thing about the format. Probably a script much older than mine on their end is generating it too.
I have a tool that I wrote, probably 5+ years ago. Runs once a week, collects data from a public API, translates it into files usable by the asterisk phone server.
I totally forgot about it. Checked. Yep, up to date files created, all seem in the right format.
Sometimes things just keep working.
Yeah, no prices. I move on. Same with job ads, no salary no application. If I get an intrusive ad, I’m not buying that product, I’ll deliberately seek out another brand in fact.
Is that a weird attitude to have? I thought it just made sense. We shouldn’t be rewarding this BS.
With IPv6 for most use cases there’s actually more security. With privacy extensions (pretty sure it’s enabled on windows by default), when you make connections from your device, it uses a “private” IP. That is a randomly chosen address inside your network’s prefix, that changes regularly.
These addresses don’t accept incoming connections. You have a main address that doesn’t really change that you accept connections on. Firewall that for ports you want to allow and then hackers need to port scan 2^64 or 2^80 address space to find your real IPs in your prefix. If they capture your IP from a connection to a web server etc, they won’t have luck scanning you.
Again as per my post above, the biggest risk right now is bad default configurations on many home routers.
The “firewall” features are called connection tracking and, a firewall. With IPv6 I have my firewall setup very similar to NAT. Established and outgoing new connections are allowed (this is done using connection tracking). Incoming new connections are not allowed unless I open up a specific port.
Home firewalls SHOULD be setup the same for IPv6, a lot are not and IMO is the main problem right now.
I’m wondering what combination of features would use 25w on a phone. On flagship models the battery would last less than an hour at that consumption (and might even melt :P).
Your point still stands by the way, sensors take next to nothing in terms of power. I guess the point of the article is perhaps the processing of the signals is more efficient with this hybrid chip? Again though in real terms it’s a nothing-burger in terms of power consumption.
I don’t think there’s ground even for an arrest in my (non professional mind you) opinion.
The act requires that a message be sent by any electronic means (including transmission) so, this meets that part. But the message must be indecent or grossly offensive. I would argue some pictures of a couple of buddies together shouldn’t be grossly offensive.
Unless it’s the police’s view that it is offensive because of what Trump may, or may not have done with said now deceased criminal friend. In which case, they should be arresting someone else too.
Yes, it’s a common police tactic to make arrests around the time of a visit like this. But, they really do need to be grounded in a realistic application of the law.
Don’t get me wrong, I’m sure it would be nice. It just feels like there’s a constant resistance to our lives, in total improving too much.
I have a theory, and it ties in with Agent Smith’s theory from the Matrix. Mine is, that as soon as we remove one cause of stress in our lives, we add at least one new one to replace it.
Maybe we’re just not meant to live in a utopia.
It’s worse than that! When we breath in the oxygen goes into our blood. You know what else is in that blood? Iron! It’s literally rusting our blood!
Just lay down, and pretend you’re compiling.
Does /dev/null support sharding?
Yeah, but is it web scale?
I really feel like you should read my comment more carefully. I’m not defending them. I’m describing their rationale. My very last sentence should make clear I am not one of the normal users that will be happy and fine with this. I’m typing this, on Linux, right now.
Normal people don’t care, and they would be happy with the thin veil of extra security they will gain (and be told they’re going to gain), in exactly the same way the sales of the top tier mobile phones when they’re boot locked and sideload locked will not dip in any meaningful way.
Well, it’s for a good reason in their view. Also, pretty much everyone here is not the normal computer user. The normal computer user is only dimly aware they use something called windows. The use a web browser and perhaps 3 other programs on their PC. They’re going to be happy when they’re told that having a walled garden improves their computer’s security.
We are the minority.
It’s not “arbitrary” I’d say. It’s part of a long term plan to probably push a fully trusted platform. Yes, so they can ID you by hardware etc but also lock down driver installs and maybe even software installs one day.
It wasn’t canon in my case, but I found with other network printers on Linux that not bothering with “auto finding” and just putting the IP address in manually (give fixed devices fixed IPs on your router to make this kind of thing easier). Most desktop environments have a printer tool that should allow manually adding a printer.
I have to say with the work provided HP PoS I last had, it was equally as difficult to get windows to talk to it, to be fair.
On mbin it looks great when you click it. The transparency makes it overlay the thread perfectly.
I mean, I have to say I’ve hastened my own demise (in program terms) by over-engineering something that should be simple. Sometimes adding protective guardrails actually causes errors when something changes.