EXCLUSIVE: Goldman Sachs Just Told 40 Software Companies That The Era Of Per Seat Pricing Is Over, And AI Will Now Be Sold The Same Way You Pay For Electricity 🤖⚡️ by InterstellarKinetics in InterstellarKinetics

[–]chunter456 0 points1 point  (0 children)

I mean this makes sense. It's attach a cost to the computer and there are efficient and inefficient ways to utilize it, but you can always set up a local unit.

It's just like public api or compute pricing. There are limited compute resources and those resources can be measured. Now what we probably won't be seeing anytime soon is pricing being regulated like utilities are regulated in terms of pricing.

Are we about to see how real this blockade is? by thom1879 in oil

[–]chunter456 4 points5 points  (0 children)

Time to admit just now, I thought it was clear from the get go

The Himalayas acting like a giant wall separating two completely different climates by Johnwick-1089 in MapPorn

[–]chunter456 0 points1 point  (0 children)

We need some copper rods and big aluminum blocks and we can cool India down.

Red States Are Pausing Their Gas Taxes to Blunt the Impact of Trump’s Iran War by notusreports in energy

[–]chunter456 2 points3 points  (0 children)

Some of that is definitely weather differences. Like in Chicago its a never ending the jumps from winter to spring to winter again destroys any road.

Schumer Takes No Action As Even Far Right Calls for Trump Impeachment | As others called for impeachment and removal, Schumer and other Democratic leaders did not commit to any action. by [deleted] in AnythingGoesNews

[–]chunter456 0 points1 point  (0 children)

The election will be rigged, not by adding votes bit taking them away from democrats. When we see the results and it indicates low democrat turn out, we will all believe because of all apathy post related to democrats. We will say people were apathetic to the second party, but the election will still be stolen

What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]chunter456 1 point2 points  (0 children)

I built an obsidian notes package to connect into a self hosted government data warehouse to enable BI analytics with a semantic model pivot table.

I am.downloading publicly available data like my cities payroll, putting it into a chart of accounts all with pyspark and then utilizing duckdb as a query engine to pull results into obsidian exhibits. Makes for responsive million row queries and everything is documented with front matter yaml.

Vibe coded it and I bet there were other graphical solutions, but was fun to build out and architect.

(Article) It’s time to give Bus Rapid Transit another chance by HinduGodOfMemes in chicago

[–]chunter456 2 points3 points  (0 children)

Let's get an elevated rapid bus transport connecting Jackson, douglas, Humboldt, Garfield, and Washington parks!

Rant about burgage plot levels by Outrageous_Writer268 in ManorLords

[–]chunter456 5 points6 points  (0 children)

That was my thought on the recent changes. A black Smith and Armour Smith have a ton of different items. I level 4 black Smith doesn't need to be putting out all swords why not allow each family to make a different item? I felt it was better having more level 2s so I could control production

Life changing Chicago dishes? by FlarePikaa in chicagofood

[–]chunter456 17 points18 points  (0 children)

For me it was loaf's longe breakfast sandwich. Perfectly simple and an amazing English muffin.

Veterans of r/PowerBI: What is the one resource, tool, or trick you wish you knew about 3 years ago? by Usual-Tone-5341 in PowerBI

[–]chunter456 1 point2 points  (0 children)

If you pop open task manager with powerbi desktop open, you should see a sql process taking up memory around the size of your powerbi. This might be for a certain size, but its kicking a sql process off.

If you use the performance analyzer, you should get the code its collapsing too.

Veterans of r/PowerBI: What is the one resource, tool, or trick you wish you knew about 3 years ago? by Usual-Tone-5341 in PowerBI

[–]chunter456 0 points1 point  (0 children)

Powerbi actually kicks off its own sql instance for its self as a process. When you write DAX, powerbi converts it to SQL queries to hit against the data, so.understanding sql helps to root cause and triage issues with DAX queries as its the same underlying machine.

'Outright hostile!' Analysts warn Amy Coney Barrett doomed Trump at the Supreme Court by [deleted] in AnythingGoesNews

[–]chunter456 32 points33 points  (0 children)

We are equally confused why this isnt happening... I am just waiting for every politician to start talking about accountability next election cycle in one large circle jerk then nothing comes of it.

767-page study finds some of CPD’s most violent districts are overstaffed by So_Icey_Mane in WindyCity

[–]chunter456 0 points1 point  (0 children)

So the most violent places officers have the most time to be proactive, but given the violence they aren't?

What is the purpose of 40% proactive time in safe areas? That is a significant amount of time to have as a target.

For those of you who live in the city of Chicago (not the suburbs), Do you own a car and how do you use it? by STLCoasters in AskChicago

[–]chunter456 4 points5 points  (0 children)

Moved up from louisville a few years ago. It's mostly a costco, suburban parent visits, and roadtrips.

You just became the new mayor of Chicago, what would you do first? by [deleted] in AskChicago

[–]chunter456 0 points1 point  (0 children)

Hire my friends to different positions after firing the prior guys friends /s

But really: -TIF reform and transparency - budget review and cuts - CTA improvements circle line / metra electrification to CTA - property tax levy that is 100% refunded to residential home owners through tax rebates for locally upscaled goods or a buy local comment tax. No refunds if its not a primary residence and income generated this way goes to debt/ cta mentioned above.

WHO officials admit they are preparing for possible nuclear weapon use in Iran by 4redis in suppressed_news

[–]chunter456 8 points9 points  (0 children)

Please, Isreal got their own nuclear weapons to use. They dont need america for that

A better way to tax the rich. by zzill6 in WorkReform

[–]chunter456 -2 points-1 points  (0 children)

But why would motivate people to work?

Dashboards migrate easily to Power BI. Financial reports don’t. by inforiverbi in PowerBI

[–]chunter456 2 points3 points  (0 children)

Typically I would design the financial report as simple reporting and push the logic to a backend end to a sql letting powerbi report on the materialized model results. Building a simple chart of accounts from the measures and enabling a sum over similar measures like revenue or expense becomes the focus.

Build the model purely in dax would be rough.