HN user

daltont

149 karma
Posts1
Comments106
View on HN

"The 6809 saw some success, especially in arcade machines, but it did not steamroll the world the way the 6502 and Z80 did."

Could have mentioned the use of the 6809 in the Radio Shack TRS-80 Color Computer and the Dragon in the UK. Using the TRS-80 tag on something not using a Z-80 never made sense.

Location: St. Louis, MO USA

Remote: Yes

Willing to relocate: No Technologies: Java, Spring Boot, REST, Scala, Typescript, SQL, Python

Resume/CV: https://daltontf.github.io/Resume.pdf

Email: In resume

Site: https://daltontf.github.io

Taught myself Java in 1997 and was able have it do the heavy lifting over the years. Have "kicked the tires" on a lot technologies over the years for side-projects evidenced by the menagerie of repositories on my GitHub.

An exercise in simulating sports fandom on a map. To do things like simulate expansion and relocation of franchises.

The idea of turning this into a simulation game is a possibility hence "warz" in the name.

It is a bunch of Jupyter notebooks being served by Voila. The "Blank.ipynb" one is more interactive but the ergonomics need work.

It is running free tier hosting so it could swamped if enough people use it simultaneously:

https://sportwarzsim-production.up.railway.app/

https://github.com/daltontf/SportWarzSim

There are instructions to run locally via Docker in the README.md

A idea like this has been on the back of my mind but more like forming a taxonomy of embellishments and dramatic license. Figure out which ones are somewhat necessary and which ones are "bad". Particularly bad would be those that villainize a real person which role in the actual event was more benign. Coach Dan Devine in "Rudy" and boxer Max Baer Sr. in "Cinderella Man" come to mind.

I've internally thought of a similar metaphor. Previous generations didn't have to conscientious of food intake. Food options were more limited, there wasn't as much processed/calorie-dense food, work was more manual in nature and people likely walked greater distances. My dad who grew up during the Depression in the U.S. weighed 140 pounds in his '20s, but hit 280 in his '40s. That generation was kind of blindsided by the affect of this.

Likewise, my generation is dealing with an explosion of easy to consume streams of information and entertainment and we are kind of blindsided by that I have to conscientious of spending too much time consuming online information with Reddit being my biggest vice.

I was just thinking about something where I could design web based workflows that could use online services to perform transformations on items dragged into a dropped and perhaps the output would be downloadable.

Maybe this exists elsewhere, but is is free?. It is still a thought and I haven't dig deep to see what exists, but Flyde seems kind of close.

"- The world isn't getting worse"

Bad stuff has always happened, but when something bad happens now, more people are made aware of it.

For example, when I was in high school in the the early '80s there was a shooting at a high school in my Midwestern US city. A kid brought a gun to school and shot two kids who said something about his brother. The shooter then turned the gun on himself. One of the other kids died too.

This was big news locally, I don't remember national TV coverage of it. There was no internet so if someone was 500 miles away, they never knew about it. It didn't spur a national debate about gun control, kid's mental health or school safety.

The ironic thing with increase in GDP is that life becomes almost too easy. In the past the difficulty of life didn't require a person to have use as much willpower.

Easier life with things like plentiful food and entertainment options requires willpower to not over-indulge. A factory worker or subsistence farmer didn't have force themselves to exercise or worry about spending to much time watching TV. They had to work to not starve.

The imagery of the football players at the buffet brings back memories of my team going to the breakfast buffets at Shoney's the morning of Saturday games at noon. We didn't need lunch and the food was down before game time.

Every time I see a project ending with "FX", my first thought is that it must be implemented using JavaFX.

I had very similar idea about 13 years and it festered for years due to lack of time and fact it was originally implemented in Scala + Swing.

The concept is similar user must write code to solve problems involving a "rover" on a grid.

I took some time to make a ScalaJS + HTML version recently, but it still in perpetual alpha-alpha status. The language I invented is minimal and a bit esoteric. Not really a teaching language. It very primitive compared to Elara.

https://github.com/daltontf/coderover-js

https://daltontf.github.io/coderover.html

The fact that the most common denominator for publishing an application to reach the maximum user base is a web application is kind of a depressing one to developers. We know that to reach a maximum user base that we need to ship using bloated tech.

If an application that emulates a calculator was just now a new idea it would likely be first developed as a web application those would be an order of magnitude larger that it needs to be. It would use much more memory and cpu than a native version. You do get some things that could be a value like screen reader capabilities. It would show up in app stores but would be implemented in Electron.

In the "olden days" of the 1990's such an concept would likely been done in VB6 and distributed as an .exe since that the user base of Windows desktop users was the most significant. That resources consumes by the executable would be "nit" on today's devices.

Even though from a business perspective shipping bloated apps makes sense, developers are aware of the bloat and it bothers us.