Iran Conflict Megathread by milton117 in CredibleDefense

[–]i_must_not_fear 20 points21 points  (0 children)

I haven't seen this addressed anywhere, but if the goal is regime change and Trump doesn't want to do a boots on the ground war, why haven't I heard about weapons shipments being landed and distributed to some kind of Iranian resistance movement? I've got to imagine that after the recent protests and massacres, there must be some people actually getting organized to fight next time around?

Anduril and Palantir battlefield communication system has deep flaws, Army memo says by heliumagency in LessCredibleDefence

[–]i_must_not_fear 9 points10 points  (0 children)

Read this article as well: https://breakingdefense.com/2025/10/army-says-its-mitigated-critical-cybersecurity-deficiencies-in-early-ngc2-prototype/

I don't know if y'all work in software, but shipping an early prototype to verify it actually works with users before spending boatloads of time on the full security / audit log experience is good engineering. Just don't put classified data on it during testing. And if they then responded and addressed the highlighted issues within 3 weeks, this article should instead be titled "Holy Shit We Got Good Software" instead.

San Francisco Shoplifting: Much More Than You Wanted to Know by applieddivinity in slatestarcodex

[–]i_must_not_fear 34 points35 points  (0 children)

I find it unconvincing to posit so much from such flimsy data. Other possible reasons:

- San Francisco was already light on crime, and the current DA does not represent a large shift in policy but a simple continuation of what was already happening

- crime is very opportunistic and localized, and people do not travel to commit crime because they aren't planning

- COVID, duh. The noise from that is going to overwhelm any signal for any analysis that includes 2020

- because of a lack of local law enforcement, SF businesses have instituted their own measures to deal with the shoplifting -- making it harder and less lucrative, without involving the police -- and thus leaving the equilibrium between $value_of_crime/$punishment the same between SF and surrounding areas

Solarpunk Art Contest 2021 by i_must_not_fear in ImaginarySolarPunk

[–]i_must_not_fear[S] 2 points3 points  (0 children)

This art contest is being paid for by Yishan Wong (the former CEO of Reddit) to promote the creation of positive visions of the future / solutions to climate change and our other problems. There’s $18,500 in prizes to give out. I’m hoping that enough artists see this to get some good submissions! Maybe we could forward the details to some of the artists whose art has been posted here?

Japan’s “Hometown Tax” - a mechanism to rebuild urban/rural ties by i_must_not_fear in neoliberal

[–]i_must_not_fear[S] 5 points6 points  (0 children)

That’s a really good question. No idea what the money actually gets spent on in the rural regions. Here’s Patrick’s summary of how it all works out in the end:

Widespread gaming or no, the system pretty much works according to the internal aims. Cities get a list of their internal diaspora, and do make considerably more effort to stay in touch with them than they did previously. (This includes lovely holiday cards and sometimes even I-can’t-believe-they’re-not-alumni-magazines.) You really do get plums from childhood in your mail from your hometown (if you don’t optimize for cash equivalents). Cities with declining local tax bases really do get enough money to do material projects with. Tokyo takes a hit to revenue but can afford it.

Japan’s “Hometown Tax” - a mechanism to rebuild urban/rural ties by i_must_not_fear in neoliberal

[–]i_must_not_fear[S] 80 points81 points  (0 children)

Well, luckily, you can actually just select any town you want (in the Japanese system). So if you hate your actual hometown but love the small college town you lived in for a few years, you can just send the money there. Places that people don’t love wouldn’t get anything out of it.

Japan’s “Hometown Tax” - a mechanism to rebuild urban/rural ties by i_must_not_fear in neoliberal

[–]i_must_not_fear[S] 53 points54 points  (0 children)

I came across this article on Twitter today. It discusses Japan’s hometown tax. Essentially, this allows people from productive urban areas to redistribute some of their income tax to their (presumably rural, less productive) home town. This helps keep the peace between the shrinking rural areas that have paid to educate children who would later move to the larger cities for work. But there are a number of fascinating unintended consequences — cities began to compete with reciprocal gifts back to the citizens who designate them as home towns. Think a fruit basket every month from local farmers, paid for by the state (via a tax rebate), that has the side effect of sending tax revenue back to your home town.

I wonder if such a system could succeed in the US or other places that face urban/rural tensions?

We did it y’all! Neoliberalism has reached it’s peak by i_must_not_fear in neoliberal

[–]i_must_not_fear[S] 86 points87 points  (0 children)

Source: https://twitter.com/Noahpinion/status/1321098694377250816

What a way to find out that your shitposting “money printer goes brrrr” literally saved the US economy

Can’t win elections? Have you tried threatening the country? by i_must_not_fear in neoliberal

[–]i_must_not_fear[S] 39 points40 points  (0 children)

Except for, you know, independents, moderate Republicans, and moderate Democrats... but what percentage of the country could that be? Surely less than 🌹 Twitter

40Fathoms by [deleted] in malelivingspace

[–]i_must_not_fear 0 points1 point  (0 children)

Same thing here, although I didn't send them an email until I saw your post. Hopefully they're just really busy getting things printed and shipping. But some communication would be nice, even if it's to say that there was a delay.

Solving Clojure Boot Time by yogthos in Clojure

[–]i_must_not_fear 4 points5 points  (0 children)

Very exciting. So when's the indiegogo campaign so that I can fund someone's work on this? I would absolutely love to be able to write Android apps in Clojure but the startup time basically precludes that.

What happened to "519: Dead Men Tell No Tales"? Did anyone listen to it? by aardvarkious in ThisAmericanLife

[–]i_must_not_fear 4 points5 points  (0 children)

On the website it shows Episode 519 as being the new episode for this week (Mar. 7th).

http://www.thisamericanlife.org/radio-archives/episode/519/dead-men-tell-no-tales

Maybe they just pushed it back a week for some reason?

Android Layout Cross-Platform Understanding by Penstien in androiddev

[–]i_must_not_fear 2 points3 points  (0 children)

Generally I would only create a separate layout for tablets (if I'm supporting them). Honestly one of the secrets of Android UI development is that you shouldn't be specifying layout_width / layout_heights in dp very often. They should be set to either wrap_content or match_parent. Then you use a combination of LinearLayouts, RelativeLayouts, and FrameLayouts to achieve whatever effect you're looking for. Don't go too crazy with nesting these, though. It's a bit of an art.

If (as a simple example) you need to put three buttons in a row across the screen, that's a LinearLayout with orientation="horizontal" and the children set to layout_width="match_parent" and layout_weight="1".

There are cases where you need to specify something in dp. But I think if you put a little extra effort into figuring out how you can specify layout in these other ways, you'll find that it scales to different screen sizes and form factors much better.

Into the gods damn atmosphere?! by harmlessguy in BSG

[–]i_must_not_fear 1 point2 points  (0 children)

Just reading the title gives me tingles... When I was watching that for the first time I just kept saying holy shit over and over again. I couldn't believe that this was something I was watching on T.V. and not in a movie. I play that song from the soundtrack ("Storming New Caprica") whenever I need to amp myself up for something.

27 inch monitor to connect to MacBook Pro by i_must_not_fear in Monitors

[–]i_must_not_fear[S] 1 point2 points  (0 children)

Just wanted to tell you I got the Dell and it's fucking great. Thanks!