Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re: woops - better update my profile :) (Score 2) 22

check my blog...

www.ardiri.com/blog/

I plan to do a new release soon, after palmos - I build a cross platform development library, just like you mentioned called SHARK - a precursor to other dev kits like unity, marmalade and heck, even SDL!? I ported it to over 14 platforms.. even the Sony PSP ;)

I currently focus on IoT - specifically security.

www.riotsecure.se

Comment Re:woops - better update my profile :) (Score 1) 22

You seem to have binaries in your repo. Is that correct? Do you know of any emulator that can run these?

binaries are there for people who still have devices that work! (notice - i even posted full registered (unlocked) binaries so no registration system).
as for emulators? we always had POSE and the PalmSim that was part of the SDK's.. there is also this:

https://cloudpilot-emu.github....

Comment Re: I'd like to see more of this (Score 2) 22

You'd need to find the source code of their libraries as well. Looking through the code, it heavily relies on device/os specific libraries like VgaGetScreenMode which I can only find pointing to other PalmOS software made by Handera (which still exists somehow). Converting this to anything useful for other embedded devices would be easier to rewrite from scratch. Some of the frequency conversion stuff for the audio might be useful, but otherwise this might be best suited for emulating the PalmOS and hardware more than trying to convert it to Arduino/ARM/RISC platforms.

most of the PalmOS libraries are pretty well abstracted.. heck; most of the graphics routined i actually rewrote for the VTech Helio - which is the vtos-gfx/ repository which pretty much uses a pointer to the display which is effectively a framebuffer graphics approach. it would be super easy to port. soon i will release SHARK; our cross platform engine that we built just after the palm os stuff - and that has been ported to iOS, android and a slew of other platforms.

Comment woops - better update my profile :) (Score 4, Informative) 22

i'm now bouncing back and forth between Stockholm (Sweden) and Margaret River (Australia) and my main focus these days is security within the internet of things space :P i plan to release more source code; this is only the tip of the ice berg - yes, there are dependencies on operating system level libraries (Palm, Sony, Handera); but - these are all part of their SDK's, which i do not have permission to release. you'll find our code is pretty well documented (rare).. haha.. i just didn't want this stuff to be lost over time, felt it was better archived for the world somewhere.

Submission + - Palm OS developer releases source to classic games, 20+ years after release (github.com) 1

ardiri writes: Before the iOS and Android entered the scene; heck, even before the smartphone concept was the handheld personal digital assistant, with the likes of Newton, Palm OS, Windows Mobile and Symbian. Palm OS had a thriving gaming scene; with the likes of emulators and implementations/clones of classics such as LodeRunner, Lemmings, and the classic Game and Watch. written mainlyin C and optimizations in assembler — maybe these games will make their way to the various Arduino like micro-controllers out there; designed for low memory, low processing power environments they would port perfectly.

Submission + - AI-design meets Commodore 64 (and 17 other platforms)

An anonymous reader writes: Australian R&D outfit "kiss* digital media" today launched its AI-driven digital media presence builder "1stbase.ai". They claim to have created the world's first "Meta Content Management System" that effortlessly publishes and adapts one set of content with a preferred design to anything, anywhere, real-time. According to their videos and website, 1stbase.ai employs an artificially intelligent Automated Design Assistant ("ADA") which ensures a consistent styling across 18 (and counting) different platforms, services and media. Remarkably, to prove 1stbase's content-adapting prowess, one of the "bodies" for its "ethereal spirit" content, comes in the form of an app for the 1982 Commodore 64 (developer blog entry). Also noteworthy is that a relatively startup-averse domestic investor climate has seen its 4-year long development largely self-funded. A limited amount of beta spots are available through crowd-funding site Indiegogo for delivery in July 2016.

Comment supporting technology? (Score 0) 36

i surely hope they are not dependent on third party services like google maps as part of the landing process.. they would need to install an infrastructure of sensors, cameras and network communication channels to obtain enough information about the environment as if they were actually there.. otherwise; we'll see planes hit a tree or newly built building that may not be available yet on google maps.

Comment maybe all the smarter; older people quit? (Score 1) 349

and the young and dumb stayed around?

i've been offered positions at google over the years, wasted time with their bullshit interviews and even turned them down a few times - as we get older; we are more inclined to start our own businesses and be entrepreneurs.. it is not a shock that the younger generation of engineers want to work at a company like Google. what they need here is to also bring in relevant data around startups; how many people actually left Google to start their own thing?

Comment subtle easter egg in Caveman (Lemmings clone) (Score 1) 290

I put an easter egg in Caveman (http://mobile1up.com/caveman/) where every day there is a unique unlock code that actually lets you play the first seven levels of Lemmings - complete with music, artwork and sound effects.. it changes on a daily basis - i used to post the unlock codes occasionally on twitter ... if anyone ever reported it to SCEE; they would have a hard time reproducing it, the code wouldn't work by the time they tried it.

Comment will it really matter? (Score 2, Insightful) 509

sounds like a PR campaign over something that will be effective.. if you look at any footage of ISIS and these extremists; they are a tad behind when it comes to technology - the social networks should be the one shutting down any propoganda efforts from these guys.. smells like "anonymous" is just riding on the publicity behind these tragic events to get noticed.

Comment Re:Distaste of C++ (Score 1) 476

... because real programmers use C :)

nothing like doing some polymorphism and inheritance via casting of pointers! :) - good C code can destroy even the best written C++ code if it is done right. unfortunately (and i know this will mod me down); the kids of today just dont get how vital C code was back in the day. they want to do everything in a "higher" level language that is supposedly more cross platform. C is the only true cross platform language out there.

RIP: dennis ritchie.

Slashdot Top Deals

Good day to avoid cops. Crawl to work.

Working...