HN user

BryanLunduke

499 karma
Posts73
Comments10
View on HN
lunduke.locals.com 2y ago

How to run a DOS-based web server

BryanLunduke
48pts30
lunduke.locals.com 2y ago

Who was the real first computer programmer?

BryanLunduke
3pts2
lunduke.locals.com 2y ago

The last programming project by Microsoft BASIC for TRS-80 Model 100

BryanLunduke
4pts0
lunduke.locals.com 2y ago

Laptops Powered by AA Batteries

BryanLunduke
22pts14
lunduke.locals.com 2y ago

The Fork Bomb: What it is, how it works, and where it originated

BryanLunduke
3pts0
lunduke.locals.com 2y ago

SUSE's ex-CEO ousted after greenlighting "risky deals"

BryanLunduke
2pts1
lunduke.locals.com 2y ago

Hands on with Syllable – an abandoned Amiga OS clone

BryanLunduke
2pts0
lunduke.locals.com 2y ago

When Atari shipped Unix: 1992's Atari System V

BryanLunduke
13pts3
lunduke.locals.com 2y ago

Nintendo Game Processor – The lost Nintendo game creation PC

BryanLunduke
16pts0
lunduke.locals.com 2y ago

The First Computer Shell

BryanLunduke
3pts1
lunduke.locals.com 2y ago

Wikipedia donations used for politics, not for running Wikipedia

BryanLunduke
30pts30
lunduke.locals.com 2y ago

Wendin-DOS: The forgotten multi-tasking, multi-user DOS clone from the 1980s

BryanLunduke
2pts0
lunduke.locals.com 2y ago

Comparing the revenue of major Open Source orgs

BryanLunduke
1pts0
lunduke.locals.com 2y ago

Linux Foundation decreased Linux spending to 3.2% in 2022

BryanLunduke
23pts3
lunduke.locals.com 2y ago

Aug 9, 1991: The First Email FROM SPACE

BryanLunduke
2pts0
lunduke.locals.com 2y ago

The True History of vi (and Vim)

BryanLunduke
8pts1
lunduke.locals.com 2y ago

Firefox Money: Investigating the Finances of Mozilla

BryanLunduke
124pts65
lunduke.locals.com 2y ago

A.I. suspected in Stack Overflow murder

BryanLunduke
16pts9
lunduke.locals.com 3y ago

The Unlikely Story of UTF-8: The Text Encoding of the Web

BryanLunduke
7pts2
lunduke.locals.com 3y ago

When Apple sold wine, scooters, toys, & paperclips

BryanLunduke
36pts4
lunduke.locals.com 3y ago

System76 publishing PCB diagrams for new laptop on GitHub

BryanLunduke
4pts1
lunduke.locals.com 3y ago

Vegas Sphere launches Flying Toaster Screensaver after 15 minutes of inactivity

BryanLunduke
1pts0
lunduke.locals.com 3y ago

Ubuntu to enact new marketing strategy: “Stay quiet and watch Red Hat implode”

BryanLunduke
37pts19
odysee.com 5y ago

We Just Held the Biggest In-Person Linux Event of the Last Year

BryanLunduke
1pts0
www.patreon.com 6y ago

Linux users identify with their OS more often than Mac, Windows users

BryanLunduke
15pts10
lunduke.com 13y ago

The bloodiest, toy-based Open Source Fundraiser of all time.

BryanLunduke
1pts0
lunduke.com 14y ago

Visual video game building tool to support DOS, HTML5 and Nintendo DS

BryanLunduke
2pts0
lunduke.com 14y ago

The "Build Stuff Then Play A Game" bundle extended through this weekend.

BryanLunduke
1pts0
lunduke.com 14y ago

The “Build Something Fun And Win Some Pi” Contest

BryanLunduke
1pts0
lunduke.com 14y ago

The “Build Stuff Then Play A Game” Bundle - Games and Apps For Building Games

BryanLunduke
2pts0
[dead] 5 years ago

I'm posting this here as this topic deserves to be thought through from a logistical point of view.

Putting all politics aside... what happens when 25% to 40% of SysAdmins, Devs, etc. are all fired or furloughed between now and December?

What impact does that have on products, companies, and the industry as a whole?

For iPhone and iPad apps it compiles into pure Objective-C (and even includes an XCode project). You can certainly create games, though there are no animation features (unless you code them yourself using Custom Blocks). So the graphics would be static images.

We thought about exactly this issue a bit (and even discussed it with some in our community) before we implemented the discount.

What we decided was this: 1) We're going to be completely up-front about the discount and talk to people about why we are doing it. 2) Companies that offer the same piece of software for multiple platforms often split that software into different editions (Nero is a good example)... and then can offer different prices per platform by just adjusting the specific edition's price. Since we allow people to run our software on any platform we support... we can't do that. But we can do something that is effectively similar.

All that said, we're definitely interested if anyone has ideas on how to do this better. This is merely the best that we've been able to come up with so far.

archangel nailed it. While this isn't the only cause for why we're seeing this, it certainly is one reason.

A simple example:

One of the types of apps you can build with our tool is Python/PyGTK apps. The root benefit here is that, because Python is interpreted, there is no compile time -- when you click "Run" you instantly get to start testing your app out.

Because Python and PyGTK are readily available in just about every distro's repo, this is never an issue. But, on the flip-side, setting up Python/GTK/PyGTK on Win/Mac can be a bit of a nightmare even for the nerdiest among us.

(We provide our "HTML5" web app option as the default option on Mac and Win for this very reason... But, even then, we still get support requests on trouble-shooting someone's Mac where PyGTK just won't work quite right.)

In case anyone else is curious: I have decided that I am ok with being called "comic book writer genius". This does not bother me.

I have also decided that ecaroth is probably a super smart person that deserves at least two fancy trophies. With either bowling guys or tennis guys on top. We're talking FANCY here.

There are, certainly, many new features that can be added to the language itself. What exists now is powerful enough to build some pretty robust applications, but more flexibility and power in a language is always good! One of the (many) reasons this is becoming an open source project... we, as a community, can decide what new language features are most vital and add as needed.

This approach really does away with those issues. At any point a developer can utilize any language or framework they like. The top level language and framework translates to any supported language and framework.

In fact, this reduces fragmentation considerably. (And there is already a community utilizing the pre-cursor to this language.)