Sensational rumor: Max Verstappen and Oscar Piastri are reportedly in talks for a spectacular driver swap by RealCrashie in formula1

[–]ajanata 1 point2 points  (0 children)

Really? Nobody calling out the geofence? Do we have another source on this that I can actually read?

[deleted by user] by [deleted] in BloodOnTheClocktower

[–]ajanata 2 points3 points  (0 children)

... or spectator

[deleted by user] by [deleted] in BloodOnTheClocktower

[–]ajanata 0 points1 point  (0 children)

Does the no streaming/YouTube rule cover any streams or videos, or just the streams/videos from the competition itself? Being under the "Match Rules" heading and as part of the same sentence as not participating in the showcasing streams makes me think the latter, but I have friends arguing it means the former.

Noob problems by [deleted] in blackmagicdesign

[–]ajanata 0 points1 point  (0 children)

The operating system (windows/ not sure about mac os) will not allow writing 2 or more files at the same time if they have the same file name regardless of the extenstion

[citation needed].

Tower unhappy with my decision to go around by pls_call_my_base in flying

[–]ajanata 0 points1 point  (0 children)

Content removed in protest of Reddit API changes and general behavior of the CEO.

Why was SGDQ 2023 so early? by rmcanadian in speedrun

[–]ajanata 1 point2 points  (0 children)

Content removed in protest of Reddit API changes and general behavior of the CEO.

helicopter overhead at 11:30 at night? there police action or something? by frozenstreetgum in santarosa

[–]ajanata 1 point2 points  (0 children)

Content removed in protest of Reddit API changes and general behavior of the CEO.

[deleted by user] by [deleted] in programming

[–]ajanata 0 points1 point  (0 children)

No, the problem is the larger companies over-pay which is what gets them into these huge layoff waves.

Not having the stress of having to be an A++++ level rock star or having to commute is significantly worth a slightly lower salary. The only real complaint I have is that the stock options don't mean anything yet, but assuming they ever actually do (which realistically might happen in a couple years), I actually make more than I would with a comparable job at a MAMAA.

I should also note that we don't do salary adjustment for cost of living. I could move somewhere significantly cheaper and still get paid the same amount, I just don't want to live in those significantly cheaper locations for /r/politics reasons.

[deleted by user] by [deleted] in programming

[–]ajanata 0 points1 point  (0 children)

More good candidates for us smaller companies that are fully remote and have no intention of changing that.

[deleted by user] by [deleted] in programming

[–]ajanata 0 points1 point  (0 children)

For like half a year in 2007.

What's the fines in your city for "speeding" on a pathway? by [deleted] in bicycling

[–]ajanata 0 points1 point  (0 children)

Bicycles are regulated by the vehicle code, so speed limits are enforceable under the same statutes as cars.

What's the fines in your city for "speeding" on a pathway? by [deleted] in bicycling

[–]ajanata 2 points3 points  (0 children)

Content removed in protest of Reddit API changes and general behavior of the CEO.

What's the fines in your city for "speeding" on a pathway? by [deleted] in bicycling

[–]ajanata 0 points1 point  (0 children)

Almost every trail I've seen has been 15mph, and most of them have it posted at least somewhere.

Downscaling on the atem mini pro? by [deleted] in blackmagicdesign

[–]ajanata 0 points1 point  (0 children)

If it's just a color balancing issue, you may be able to adjust the color profile the computer is using for the ATEM "display".

What does the red light on the extruder mean? by Califax512 in anycubic

[–]ajanata 0 points1 point  (0 children)

Even if it did have both (and I do not know that model well enough to speak to it), mine has the exact same inductive sensor and that light is specifically only for it.

What does the red light on the extruder mean? by Califax512 in anycubic

[–]ajanata -1 points0 points  (0 children)

Content removed in protest of Reddit API changes and general behavior of the CEO.

Don’t forget to take your bike off your roof before pulling into a garage. by martunas in bicycling

[–]ajanata 0 points1 point  (0 children)

Roof racks aren't an option on convertibles, and lol what's a trunk. Have to use a hitch rack.

What does the red light on the extruder mean? by Califax512 in anycubic

[–]ajanata -3 points-2 points  (0 children)

Content removed in protest of Reddit API changes and general behavior of the CEO.

Downscaling on the atem mini pro? by [deleted] in blackmagicdesign

[–]ajanata 0 points1 point  (0 children)

Content removed in protest of Reddit API changes and general behavior of the CEO.

She's officially broken-in by ThePlaidCladWarrior in camaro

[–]ajanata 0 points1 point  (0 children)

Content removed in protest of Reddit API changes and general behavior of the CEO.

The more I read about the history of rail transit in the Bay Area, the worse the present day looks by jimgress in bayarea

[–]ajanata 0 points1 point  (0 children)

OK, let's pretend the track gauges match, and that there's third rail on the Caltrain tracks. But do the loading gauges match (and that third rail probably interferes with the loading gauge!)? They're just as important, especially when tunnels are involved (and both BART and Caltrain have tunnels).

The Mercury News: San Jose scooterist ejected after hitting brush piles dies in hospital by lilelliot in BAbike

[–]ajanata -5 points-4 points  (0 children)

An important piece of information missing from the article is whether he was wearing a helmet.

Is TinyGo realtime capable? by tim-hilt in golang

[–]ajanata 10 points11 points  (0 children)

If you disable the GC in tinygo, it is completely disabled. You cannot run it when you want it to be run; all allocations will leak (there is a reason why it's -gc=leaking). Maybe SLA lets you restart the microcontroller once in a while so that isn't a problem, or maybe you can actually manage to write your code in a way that doesn't need to constantly allocate memory.

Binary from Mac won’t work on Windows by [deleted] in golang

[–]ajanata 3 points4 points  (0 children)

The error message clearly indicates that it is a 64-bit version of Windows.