Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Garbage Ideas

Name: Anonymous 2010-05-01 9:08

ITT: Post those lame software development ideas you have in the ideas.txt that you are sure you will never get to try them out.

Name: Anonymous 2010-05-01 9:15

Write a content-based Website CMS, totally modular in regards to databases, modules, etc

Name: Anonymous 2010-05-01 11:21

I deleted that file a few days ago in a fit of anti-nostalgia

(- -   )

Name: Anonymous 2010-05-01 11:31

a browser for hackers, that is like a shell and provides abilites to manipuate data with aewsome languages like ruby or lsip

Name: Anonymous 2010-05-01 11:39

Build a turing-complete computer from lego

Name: Anonymous 2010-05-01 12:36

>>4
Welcome to emacs Operating System.

Name: Anonymous 2010-05-01 14:25

>>6
emacs doesn't have support for modern browser features like css, the html5 video tag, and images.

Name: Anonymous 2010-05-01 14:27

>>7
emacs doesn't have support for ... images.

yes it does.

Name: Anonymous 2010-05-01 14:33

>>8
really? how does that work without an x server? does it render them as ascii art or something?

Name: Anonymous 2010-05-01 14:44

Images embedded into 4chan's textboards.
... despite the fact I'm still working on it.

Name: Anonymous 2010-05-01 15:01

>>9
the fuck do i know, i run it in graphical mode.
but im sure it could.

Name: Anonymous 2010-05-01 15:15

>>11
>claim, sans evidence

Name: Anonymous 2010-05-01 15:51

>>8
It can from Dired-mode, using C-t i or C-t x.
C-t i displays it interally (opens up and image-dired buffer)
C-t x displays it externally (on my computer it does it with imagemagick
>>9
If you open it up interally, you can get view the image as text, but AFAIK there is no ASCII art option

Name: Anonymous 2010-05-01 16:26

An OS based on a reflective OO language with an Erlang-like actor model. The default executable format would store bytecode, which would be compiled before execution, and the executables would also double as libraries, that is a paint executable would also expose functions for image manipulation accessible from other executables. And I'd probably end up making the language very Lisp-like.
A shame I know jack shit about OS design or language design :(

Name: Anonymous 2010-05-01 16:33

>>14
The default executable format would store bytecode, which would be compiled before execution, and the executables would also double as libraries, that is a paint executable would also expose functions for image manipulation accessible from other executables.
Let's see, Java and .NET are bytecode based, and can do JIT or full compilation if needed (results are large, but if you compare it with other full-fledged implementations like SBCL, sizes aren't really that huge on average). Executables can double as libraries on Windows, as long as there's relocations, and if they don't there are ways to make them act like libraries or have them execute code. When it comes to .NET and Java, they ALWAYS can double as assemblies/libraries. So I can load an exe in another exe, if I desire to do so.
And I'd probably end up making the language very Lisp-like.
Some CL implementations do actually have extensions which make them very reflective and a few of them allow traditional loadable libraries... (But, almost all have some FASL support, which is similar to per-file compiled modules)
An OS based on a reflective OO language with an Erlang-like actor model.
So far, I wonder why would it need to be designed as an OS? Almost everything is buildable on top of modern OSes. Although, if you wanted low overhead, making your own OS may be a good idea.

Name: Anonymous 2010-05-01 17:08

>>15
When it comes to .NET and Java, they ALWAYS can double as assemblies/libraries. So I can load an exe in another exe, if I desire to do so.
Oh. I didn't know that, thanks.

So far, I wonder why would it need to be designed as an OS?
No real reason, I just thought that it would be more interesting if I were to create a full-fledged system with nice features (but little practical use). This is just an idea I had some time ago, and I didn't develop it any further.

Name: Anonymous 2010-05-01 17:13

No real reason, I just thought that it would be more interesting if I were to create a full-fledged system with nice features (but little practical use). This is just an idea I had some time ago, and I didn't develop it any further.

It would help users understand the entire system better.

Name: Anonymous 2010-05-01 17:18

>>17
UNDERSTAND MY ANUS

Name: Anonymous 2010-05-01 17:19

* make friends with some interesting people at university

Name: Anonymous 2010-05-01 17:21

>>19
HELL NO!

Name: Anonymous 2010-05-01 17:49

>>19
I tried that once. Turns out there are no interesting people at my university.

Name: Anonymous 2010-05-02 2:30

>you have in the ideas.txt
AreYouAWizard.jpg

Name: Anonymous 2010-05-02 3:34

Make friends with uninteresting people at university.

Name: Anonymous 2010-05-02 4:55

I'll need to check my garbage file

Name: Anonymous 2010-05-02 6:35

An hyperlinked, version-controlled ideas.txt.

Name: Anonymous 2010-05-02 6:54

>>25
org-mode + git, problem solved

Name: Anonymous 2010-05-02 6:59

>>14
Try a Squeak Smalltalk out.

Name: Anonymous 2010-05-02 20:02

a firefox plugin in form of a cookie munching loli that informs you of accepted cookies with useful additional information

Name: Anonymous 2010-05-02 20:10

>>28
FUND IT
Or better yet, IMPLEMENT IT!

Name: Anonymous 2010-05-02 20:20

>>28

I would use this, and occasionally contribute minor patches

Name: Anonymous 2010-05-02 21:05

Any progress on the longcat launcher utlity?

Name: Anonymous 2010-05-02 21:41

>>31

god I hope not.

Name: Anonymous 2010-05-02 22:43

>>28
Just need to find a picture of a cookie-munching loli, and we could edit this:
https://addons.mozilla.org/en-US/firefox/addon/315

or did you mean something of a loli in the bottom-right corner of the page?

Name: Anonymous 2010-05-03 2:28

I approve of this thread. It sent me through a wave of nostalgia as I browsed through all my old (>10 yrs) programming folders. I've written a lot of garbage over the years ;_;

Name: Anonymous 2010-05-03 14:47

>>28
Interesting idea. I'd also like it if it would have a mode where it can ask if you want to accept some cookies or not, maybe with an option to blacklist or whitelist some domains (would be useful for blocking tracking cookies some advertisers use and whitelisting auth cookies).

Name: Anonymous 2010-05-09 18:46

>>28
anybody on this by now?

Name: Anonymous 2010-05-09 19:25

>>36
I looked at what was involved in writing a Firefox plugin, and it turns out to involve too much XML to bother.

Name: Anonymous 2010-05-10 2:53

>>37
I hate XML so much. Will someone explain to me why it hasn't been replaced by JSON yet? What advantages could it possibly have over JSON?

Name: Anonymous 2010-05-10 3:18

>>38
They both suck

Name: Anonymous 2010-05-10 4:21

>>38
There are some problems that need a more flexible structure for data interchange than what JSON provides.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List