Resources for 50s/60's programming lore?
3 points • 2 comments
From 11/1/2021, 6:11:40 PM till now, @sargstuff has achieved 29 Karma Points with the contribution count of 121.
Recent @sargstuff Activity
Resources for 50s/60's programming lore?
3 points • 2 comments
Look for essays on context. (use cases & post-mortem analysis) The business world much better at this than non-business world largely because need to know can one still make $$$ at it. Note: NASA vs. SpaceX approaches / trade offs to this!
Is knowing how to make better code going to be helpful if using legacy colbal program in a VM in order to use modern web interface? aka How many different contexts are in aforemention situation.
Why did apple succeed commerically where Xerox with same idea, did not.
When/why did Kodac employee concept of digital camera (circa 1970's) not get picked up by Kodac?
Datarace / Intel and the history of the 4044.
Does anyone associate Motorolla with washingmachines & driers anymore?
*****
Systems Analyst vs. Research Software Engineer.
Colbol vs. Lisp
Dec VMS vs. Unix
Space shuttle redundency software (sync vs. async) vs. Voyager probe.
Hypertools, tools for geometric insights to higher dimensional data
6 points • 0 comments
https://www.smashingmagazine.com/2021/03/svg-generators/
https://www.smashingmagazine.com/2020/03/accessible-svgs-inc...
https://gist.github.com/dmnsgn/76878ba6903cf15789b712464875c...
https://skia.org/docs/user/modules/canvaskit/
https://rustwasm.github.io/wasm-bindgen/examples/2d-canvas.h...
https://www.jamesfmackenzie.com/2019/12/01/webassembly-graph...
Usually, if a graph is rendered server side (dynamically generated);
the client sees/gets just the result (image file of generated graph).
There are plenty of domain specific languages that are dedicated to generating
graphs. aka once genrated, the web page run on client side just uses standard
html line to fetch the image. examples: R, python, perl. The languages can be
used to directly embedded the results in html/css or let the web server wrap the
results in html/css.
Numerscope, software suite to visualize integer sequences
6 points • 0 comments
Neoscore, music scores without limits (& alt. application link)
2 points • 1 comments
Light Pattern is a programming language where one communicates with the computer through photographs instead of text.
abstract: https://direct.mit.edu/leon/article-abstract/48/4/375/45993/...
Photographic Programming
9 points • 0 comments
Open codes / The world as a field of data
1 points • 0 comments
3d printed logic : https://www.machinedesign.com/3d-printing-cad/article/218375...
metamaterial 'logic' paper : https://hpi.de/fileadmin/user_upload/fachgebiete/baudisch/pr...
3d printed logic ide : https://jfrohnhofen.github.io/metamaterial-mechanisms/
Escher Circuits (& Applications Links)
2 points • 1 comments
SVG Generators
1 points • 0 comments
3DILG: Irregular Latent Grids for 3D generative modeling
10 points • 0 comments
Pollen: The Book Is a Program
5 points • 0 comments
Live coding music with algorithmic patterns
2 points • 1 comments
unicode card suites : https://en.wikipedia.org/wiki/Playing_cards_in_Unicode
python module for string suite tailor: https://pypi.org/project/unicards/
simpler conversion routine: https://gist.github.com/carymrobbins/b3d327bf5179280d4fa768e...
Use back of cards with motion simuation? : https://www.fileformat.info/info/unicode/char/1f0a0/index.ht...
discussion : https://www.reddit.com/r/Python/comments/1itegy/convert_stri...
monte python suggestions (<unicode char for tongue in cheek>):
Relevant single unicode card icon for card strings would be bit more themed at risk of being non-utf8 compliant.
?? Sigbovik.org paper link for version transcribed into itertools & hat calculus ??
From https://sigbovik.org/ Hat Calculus : https://sigbovik.org/2007/papers/hat-calculus.pdf Solitterible : https://sigbovik.org/2021/proceedings.pdf#%5B%7B%22num%22%3A...
At what abstraction level is the "data sharding" being done at? e.g. firmware of hard disk, file system/memory abstractsion, OS handling file/memor abstractions, application making it's own file/memory abstractions on top of OS, appliation using portable/hardware neutral data format with application going through OS for read/writes.
"Why is it ...." -> File systems/memory systems are "coorinate spaces", usually accessed through OS abstractions and not directly handled by an application. Exceptions: database systems
Creating a coordinate space for storage/saving at application level is equivalent to implimenting a memory allocation scheme (aka function of OS, not an application)
Per scatternet link example, the "memory/storage area" for a given shard, may or maynot reside on same local machine. Application requesting "memory/storage" would not know where the "memory/storage" resides aka locally or remotely.
"What am I..." -> In the context of this discussion, similar to distributed database system
"Excerpt - ...." -> Sounds like a trie data structure (https://en.wikipedia.org/wiki/Trie )
site design / logo © 2022 Box Piper