Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:What warms the ocean more? (Score 1) 33

What? You know it is 2025 and the Arctic icecap 75% melts down completely away every single summer, right? You can just sail around in open waters (and navies and fishers do). https://www.climate.gov/news-f...

Also, that's not how floating ice works? Global sea level doesn't drop every winter when Arctic ice x4 in size - refreezing all the way back down south to the straight between russia and USA. Do you see a lot of people's iced beverages overflowing when their ice cubes melt?

Comment USA does have Hours Worked protections (Score 1) 151

Not true, salaried workers are only exempt from USA Fair Labor Standards Act provisions for minimum wage & overtime pay, but the act contains many other provisions that all businesses are beholden too like for child labor or hours worked.

For example, if an employer wants to declare me a professional and therefore overtime exempt they better be careful about declaring that I work certain fixed schedule each day (e.g. arrive by 9am vs allowing me to use my judgement and complete work according to my professional judgement) I will simply begin sleeping on the job. Nothing about minimum wage or overtime in this passage - just fixed schedules and sleeping.

Title 29: 785.21 Less than 24-hour duty. An employee who is required to be on duty for less than 24 hours is working even though he is permitted to sleep or engage in other personal activities when not busy. A telephone operator, for example, who is required to be on duty for specified hours is working even though she is permitted to sleep when not busy answering calls. It makes no difference that she is furnished facilities for sleeping. Her time is given to her employer. She is required to be on duty and the time is worktime. https://www.ecfr.gov/current/t...

Comment Not everyone succeeds by ubergrind (Score 1) 151

...40 hours a week WON'T CUT IT. It just won't. I've made some awesome things that just took waking up at 6AM and working solid til 11PM, for weeks. That is how great things are achieved. ...

That might work for you, but that doesn't work for most glorious achievements, 1) nearly 100% of success in biotech and other hard sciences takes steady, tenacious, *slow* persistence over years (see: practical mRNA medicine), 2) most humans cannot physically survive pulling double-shifts for weeks.

Besides being flagrant abuse of worker welfare, recruiting like this is blatant age-discrimination. 72hour weeks plus free dating service membership? Might as well say "only applicants under 21 with zero real-world friends need apply".

Comment pixel was first with 3+ years of security updates (Score 1) 35

Arbitrary yes, but well justified. Google devices set the example in consistent security patches for rando bugs delivered for years longer than anyone else was - even if GOS could conceptually run on some other old mobile, attempting to secure unpatched, abandoned crap is not a good security posture.

Google leading the pack (ARM TrustZone plus discrete RISCv5 security silicon running an open OS, first consumer device with functional ARMv9 memory tagging) with adding exotic hardware security features is just a bonus from their overall platform security push. Google devices are also widely available, unlocked, and (until recently) extremely developer friendly - I imagine that reduction in headaches was huge for GOS which essentially started as a 1 person project.

Comment Re: To recap (Score 1) 35

Yep, baseband or Wifi radio could be evil but you can get a lot of good from: a thoughtfully employed IOMMU, hardened libc, and SotA defensive memory allocator. 4g radio may send all your data to the van outside, mine bitcoin on the baseband processor, or try to inject corruption into your outgoing packets - but you at least have fair assurance the evil coprocessors cannot just browse main memory at will for private keys, and if they try smth tricky layers of exploit mitigation no other phone provider would ever think to turn on will scream alert and shut everything down hard.

Comment Yes, they got private keys (Score 4, Informative) 70

Yeah the second link in the summary says they got Zhi's offline wallets and private keys that "were in his possession". But it is not clear if FBI and 'partner' orgs simply sent Alphabet a National Security Letter so they could snoop through Zhi's gmail/gdrive files, or if they hacked his phone, or if an actual physical raid ever took place.

Because Zhi is not in custody, and the same second link doesnt say anything about anyone going into a home or compound *and instead* alleges Zhi 'maintained documents describing and depicting "phone farms"' kind of makes it sound like no one ever went to Cambodia and Google just let them into his gdrive, etc. https://www.justice.gov/opa/pr...

Comment msmash BrianFagioli leftovers (Score 1) 21

Is there a difference between msmash showing us posts from some personal blog, versus posts from a news site that's owned by the "journalist" and the owner is the only person that ever posts on the news site?

Asking for a friend. (and that friend is: BrianFagioli https://m.slashdot.org/profile...)

Comment Re:No data, no problem (Score 3, Insightful) 121

Seriously? No, the cases still happen -technically- both in your post and DT's rhetoric. Not hard to understand - whether you measure or not illness still occurs, disease transmits. Same goes for ocean chemistry or forest fires.

The last line of the post you typed is *actually* just saying the boring claim: "If we stop testing we'll know about fewer cases"

Comment Re:Or . . . (Score 1) 24

No, 'print release' by PIN is extremely common and not usually done through 3rd party software. Click and enter the PIN in your OS print dialog and then printer holds onto the job until someone comes and scrolls the 'pending' jobs list and enters the right PIN. Literally a common eorkplace feature for 20 years, Microsoft OS calls it 'Secure Print'.

Not sure about other poster's random Brother but mine also more of a light duty prosumer/SOHO model that lacks a keypad, alphanumeric info is entered one character at a time via the up/down/enter/back keys.

Comment mystery process image is privacy-edited (Score 2) 54

... And the other thing that would scream to me was the output of their forensic tool which looks to me like the output of netstat basically shows a raspberry_pi host. I'd be WTF, why is there a pi on our internal network? Not why is lightdm sending a packet on the pi.

lol thing that screams at me is that 'forensic tool' image has obviously had the IPs removed for privacy. "[redacted]", "[raspberry_pi]", and "[mail_server]" all are clearly placeholders put in for publication are not 3x actual hostnames the researchers found on the bank network.

Comment Re:Hard not to be jaded (Score 2) 26

... 'f***k it we are just going put Sharepoint where some threat actor can reach it...

You know the NNSA also has a lot of unclassified documents, right? Sure, even unclassified stuff can be sensitive, but what gave you the impression there was any classified data on the public-internet-connected Sharepoint server?

As for ranting about foreign nationals.. what makes you think NNSA did not follow their strict policies about how/when foreign nationals are provided access to classified files (are you a military rep from France or UK who has treaty agreement rights to benefit from weapons data? are you a collaborating academic from an approved country participating in a legit project with approved need-to-know? etc.)

Comment real-world WASM much worse (Score 2) 187

I don't know, I currently have a project running Go code in Python via Wasmtime and the experience with WASM is very shit. Headache is so bad, it almost would have been worth porting the entire Go tool to Python.

For every one typo the compiler catches in my library adapter Go code (already more annoying than Python which has excellent exceptions, hints, & no compile step just edit and rerun vs scrolling the nearly unreadable WASM build failure log)... there are literally 10x runtime errors from data inputs with somehow an even more useless stack-trace and error output. I just give up and rerun the inputs through the native Go. Seriously bad real-world dev experience.

Comment Re: I don't think so (Score 1) 71

Come to think of it though they probably knew the mail had been sent because it was probably run of the mail junk mail and that information gets sold like anything elseâ¦

Bingo. Yeah, background checks literally just search credit files/lexisNexis which in turn are just collections of cheap available lists.

Next most likely option, the h1b applied for a credit card using that address or gave it to their employer for payrole who then turned around and rented it out to ADT or anyone with two nickels to rub together that asked

Comment Re: Won't miss it (Score 1) 18

Wait. Titanfall *had* a single-player mode?

I remember buying it new way back for 360, playing multiplayer for maybe a month (fun for sure, but pretty repetitive after two weeks or so), and then resold the disc for someone else to enjoy. Literally do not even remember seeing a 'story mode' menu option.

Comment Re: What does Chrome have to offer? (Score 4, Insightful) 180

Among technical people many, if not most did choose. Chrome launched during a period when Firefox had stumbled and started to bloat with features and memory usage. It started with tech folk intentionally using chrome for personal browsing until mindshare was so great around maybe 2012 that people stopped testing web content on Firefox and just built things for chrome.

Slashdot Top Deals

Your good nature will bring you unbounded happiness.

Working...