azimir

joined 2 years ago
[–] azimir@lemmy.ml 16 points 1 day ago (2 children)

Given the size, wealth, and density of India, I expected the list of underway and upcoming train projects to be much longer and ambitious. Of course, the hyperloop project is... special.

https://en.wikipedia.org/wiki/Future_of_rail_transport_in_India

I also expected there to be more high speed rail going on. There's at least one actual HSR route being constructed, but a very long list of "maybe nots" built up. Once the single route goes into service, India will have 300km more HSR than the US does (which is zero):

https://themetrorailguy.com/high-speed-rail-projects-in-india/

[–] azimir@lemmy.ml 8 points 1 day ago (1 children)

Sample size: 1

That'll do! Let's hit the pub.

[–] azimir@lemmy.ml 12 points 2 days ago

Top 3 for adults. Top 2 for children.

[–] azimir@lemmy.ml 1 points 5 days ago* (last edited 5 days ago)

The downtown Wien area is gorgeous! They've got a good transit system to start with, so there's no reason more of the city can't become pedestrianized. I haven't been there for a while, but I hope they're making progress on turning the city into a better place for people.

A quick search turns up at least some efforts:
https://cityhallwatch.wordpress.com/2024/05/15/mariahilferstrasse-pedestrianized-street-vienna/
https://www.wien.gv.at/english/transportation/road-construction/kaerntnerstrasse/

The city does score well on urban mobility:
https://www.oliverwymanforum.com/mobility/urban-mobility-readiness-index/vienna.html

[–] azimir@lemmy.ml 7 points 5 days ago (4 children)

I had one of the 10" eeePC machines for years. That thing was a tank. It did everything I needed it to, especially weird networking configurations. The battery also lasted over 6 hours. I mostly ran Crunchbang #! Linux on it.

I don't think I could live on a 10" screen anymore, but back in the day it was a dream machine.

[–] azimir@lemmy.ml 4 points 5 days ago

That's a phenomenal idea, and one that many other cities have used to make their venues usable for big events.

We used to ride the MAX train into events in Portland. Trying to drive to a huge stadium and park is just a huge mess for everyone involved, including the surrounding city that's impacted by it.

TriMet would run extra trains at the start & end of the event. Back then the stadium was also in the Fareless Square area so you didn't even have to pay. Yes, the trains were packed, but that's a good thing. Over time they would run more and more trains, and now the area has trams as well. Downtown event arenas are 100% doable with modern public transit.

[–] azimir@lemmy.ml 8 points 5 days ago (2 children)

To sum up: the referendum to make the core of Berlin largely car free is proceeding past court challenges. If enacted, it would make Berlin the largest pedestrianized city area in the world by a long shot.

 
[–] azimir@lemmy.ml 12 points 1 week ago (1 children)

Nice. Germany has some good visa programs for skilled workers. If you've got the credentials, the consulates will work with you on immigration and it's not a very onerous system.

[–] azimir@lemmy.ml 11 points 1 week ago

Ma'am: you must be new here. Of course the SCOTUS is outright in league with monied interests. The only evidence you need is Corporate Personhood combined with Citizen's United.

[–] azimir@lemmy.ml 2 points 1 week ago

X-Wing vs Tie Fighter was amazing. Great campaign with secret quests and the multiplayer!!!! Hours of combat fun in the dorm.

[–] azimir@lemmy.ml 3 points 1 week ago

The hotel itself was nice, and the balcony had a great view. The problem was the mattress. It was so soft that it provided zero back support. No other options were available.

The net result was both my wife and I ended up with month long back muscle spasms. It taught us a lot about how to resolve back issues, but it's not a lesson I wanted from a relatively expensive hotel in Leavenworth, Washington.

[–] azimir@lemmy.ml 8 points 1 week ago

I'm already on the road ahead of you.

Spent 30 years campaigning, calling, sign waving, writing letters, donating to candidates, causes, and groups. Even ran for office a couple of times. Every year it gets worse and I've got kids. They don't need to live in a dystopian place so we're on the road. Headed to a developed nation. Greener pastures,.but it's worth a try.

 

I know that Paris was adding tons of tram lines, but I didn't know about the scale of the metro building. Four wholly new metro lines, 200km of tunnels, 68 stations!

The project was proposed in 2010, started digging in 2016, and is scheduled to be open in 2030.

Huge props to Paris and France! Now that's how you handle big city growth and infrastructure!

 

Plans to pedestrianise parts of Oxford Street will move forward "as quickly as possible", the mayor of London has said.

City Hall claims two thirds of people support the principle of banning traffic on one of the world's busiest streets, with Sir Sadiq Khan adding that "urgent action is needed to give our nation's high street a new lease of life".

Vehicles would be banned from a 0.7-mile (1.1km) stretch between Oxford Circus and Marble Arch, with further potential changes towards Tottenham Court Road.


That piece of road gets a half million visitors per day. It cannot scale with cars taking up all.of the space and resources. I'm really happy to see the Mayor pushing this through. London needs to make more effective use of the scarce room it has. Returning more streets back into places for people instead of cars should be a huge part of that.

 

Climate Town drops a new video on the NY City congestion charge and how cars are being handled in the city.

 

The Idaho legislature moving to stop the physician training pipeline that does a 2-2/3 program with UW. This currently trains about 40 physicians, mostly Idaho natives, in a cohort.

The reason is 'idaho values', which boils down to UW teaching modern medicine and ethics of bodily autonomy and Idaho elected officials not liking it.

This is just one more brick in the walls building between US states over progressive vs conservative states.

 

Washington State Department of Transportation is starting to realize that we cannot afford to maintain the sheer volume of roads we build. The maintenance debt that we have built up is bankrupting our governments and it's only going to get worse year by year.

Civilization itself cannot afford to have so many car oriented roads long term.

https://www.thecentersquare.com/washington/article_e69a80be-75f1-11ef-8b50-3babe18f06e9.html

 

The more car trips taken, regardless of how safe you try to make things, or how much you try to educate drivers, or how many 'be careful' street signs you put up, will always increase the chances of a crash.

 

This is kind of an open question for me: does any code coverage tool work in Java with Junit5? I'll admit that I'm no Java configuration specialist, so I find the complexity of XML-based configuration systems to be quite opaque. I've got a few simple Maven-based build projects on hand and I wanted to add code coverage to the test harnesses. Unfortunately, I have never managed to get one stood up and running. I do this all the time with Python pytest/coverage tools, but it's been elusive for Java projects.

Could someone here please point me to a working example of any Java project using Maven / Junit5 / [any code coverage system]?

My latest attempt to get a working example came from this howto: https://howtodoinjava.com/junit5/jacoco-test-coverage/

But, it once again gave me the: [INFO]


jacoco-maven-plugin:0.8.7:report (default-report) @ JUnit5Examples


[INFO] Skipping JaCoCo execution due to missing execution data file.

As near as I can tell, JaCoCo just never runs. Ever. It's been very frustrating. I've read tutorials, followed suggestions on configuring surefire in various ways. I've pulled misc repo that claim to have it working. I've tried different computers with different OSes, versions of java, different maven installs, etc. There's something somewhere that I'm missing and after months of off and on attempts to get this working I'm at my wit's end.

Please help.

 

The measure to make vehicles weighing 1.6 tons and over pay 3x the parking rates for the first two hours has passed in Paris.

Now, let's get that in place for London and many other other places to help slow, and even reverse, this trend towards massive personal vehicles.

 

This video outlines some of the relationships between US commuting culture and the perspectives that it's engendered about the role of the city. The, when compared and contrasted to other nations' approach to city design and perspectives shows that it's possible to have a city core that's more than just a workplace.

My city is currently clinging to a small area of interesting downtown core. Everything else has either been bulldozed for parking lots, turned into office buildings with no store fronts, or plowed into wider roads. Every time I show the maps of the city with how car-focused we've made downtown to a city council member they recoil at the desolation, but it's so hard to get change happening.

We need fewer roads, cars, and non-human spaces in our city core areas. Making wider walking paths, biking roads, mass transit (not just busses!), and planting trees to make spaces more attractive will all continue to invite people to come downtown, not just someone desperate enough to drive there, park, hit one store and drive away.

208
submitted 2 years ago* (last edited 2 years ago) by azimir@lemmy.ml to c/fuck_cars@lemmy.ml
 

The mayor of Hoboken, NJ came in with a vision of reducing traffic deaths to pedestrians and cyclists. He instituted several strategies of traffic calming, increasing pedestrian visibility, reducing city wide street speeds to 20 mph with schools and parks down to 15 mph. Within a few years of road improvements and redesigns their pedestrian traffic deaths to zero for several years.

The article does note that half of the streets have bike lanes, they've put buffers between pedestrians and cars, and continue to redesign intersections with a focus on safety instead of just focusing on car speed/throughput.

 

What I'm looking for is some kind of desktop tool that uses the OpenAI GPT web endpoint. I'd like something where I'm able to upload one or more documents (text files) and then include them as part of the conversation/query.

I have access to the GPT-4 API and I've been writing Python3 code against it for some various applications. I can see how I'd write a tool that takes in one or more documents to include in the total prompt history, but I'm hoping to not have to write it myself, mostly due to time constraints.

Is there some kind of application that has a similar feature set to this that I should look at? Or, is there a wiki/site that lists off the current tools available that I could look over?

view more: next ›