View on GitHub

Quorten Blog 1

First blog for all Quorten's blog-like writings

Looking for good Internet of Things sensors for a Raspberry Pi? A pressure sensor or “force sensor” is a great pick. Great for precise, specific information in formally built environments, and it doesn’t require much computation to gain the information either, unlike cameras in an unstructured environment.

20180719/DuckDuckGo raspberry pi pressure sensor

This is an “environment sensor”: air pressure, temperature, things like that.

20180719/https://thepihut.com/blogs/raspberry-pi-tutorials/18025084-sensors-pressure-temperature-and-altitude-with-the-bmp180

Okay, this is a more heavy duty pressure sensor, not the kind of platform sensor you’d be looking for.

20180719/https://raspberrypi.stackexchange.com/questions/54155/connect-a-pressure-sensor-with-raspberry-pi-2

Video hosting on Facebook

2018-07-11

Categories: web-dev  
Tags: web-dev  

So what about video hosting on Facebook? Is Facebook loosing money over their video hosting too or not? Well, that’s a challenge question. I would presume it is one of the things for sure that make their business’s finance tight. They might have an effective lossy compression scheme to throw away enough data to convince the user it is okay, even when the quality is in fact horrible, similar to their image hosting and uploading.

For sure they’re not going for broke by offering to host larger videos than they can pay for, unlike YouTube.

20180711/DuckDuckGo facebook video hosting
20180711/https://www.videomaker.com/article/c05/18421-facebook-vs-youtube-which-is-better-to-upload-your-video
20180711/https://www.quora.com/What-are-some-reasons-a-video-wont-upload-to-Facebook
20180711/https://www.wp101.com/10-reasons-why-you-should-never-host-your-own-videos/

20180711/https://medium.engineering/the-case-of-the-eternal-blur-ab350b9653ea

Again, I reiterate, because this is important!

It wasn’t just Paul Graham. Now the overall recommendation for images on the web is to only use progressive scan load versions, as modern web developers program other JavaScript-based tricks for getting what they want when images are still loading.

Failed search.

Is there an extension for Google Chrome to reformat paragraphs?

20180711/DuckDuckGo chrome reformat paragraph

Nevertheless, I found something else interesting. You know editable HTML containers in browsers? The implementation is actually quite horrible. You simply can’t have a WYSIWYG HTML editor.

Well, well… I should qualify things. You can’t copy-paste generic hand-written HTML into an HTML editor. Of course historically HTML was meant only to be generated by software, almost only software built into the operating system, so you get the point here.

20180711/https://medium.engineering/why-contenteditable-is-terrible-122d8a40e480
20180711/https://en.wikipedia.org/wiki/Morphism
20180711/https://en.wikipedia.org/wiki/Mathematical_structure
20180711/https://en.wikipedia.org/wiki/Category_theory

Very interesting. You can write a C program that when compiled, indicates whether the compiler allows nesting or not.

20180709/DuckDuckGo c nested comment
20180709/https://stackoverflow.com/questions/6698039/nested-comments-in-c-c#6698115

Well, I guess nested comments is a distinct artifact of the Borland C/C++ compilers. Most other mainstream compilers appear not to support it, but were explicitly rigged up so that they issue an error message should someone run through some Borland C/C++ code that contains nested comments.

This is a funny StackOverflow answer, in light of this knowledge.

20180709/https://stackoverflow.com/questions/2969198/why-are-nested-comments-forbidden
20180709/DuckDuckGo borland c nested comments
20180709/http://edn.embarcadero.com/article/20997

Vim in WebAssembly

2018-07-09

Categories: random-software  
Tags: random-software  

Interesting port of Vim to WebAssembly. However, instead of using traditional terminal emulation, this time through they’re rewriting a front-end in JavaScript, based off of the Windows/Mac front-ends.

20180709/https://github.com/rhysd/vim.wasm

Born digital

2018-07-06

Categories: inven-sys  
Tags: inven-sys  

Born digital? It is very weird when you think about it. What is it, exactly? All works of artificial human authorship that can be entered directly into a computer device of some sort. If, however, it cannot be “directly entered,” it cannot be considered “born digital.” Now this can get quite tricky. Photographs can be “born digital,” but this does not extend to the objects that have been photographed.

20180706/https://en.wikipedia.org/wiki/Born-digital

Interesting article/viewpoint here. “Digital surrogate” is the term used for scanned copies here.

Read on →