Readit News logoReadit News
sj4nz commented on Verbatim: A free, open-source platform for paperless debate   paperlessdebate.com/verba... · Posted by u/Tomte
sj4nz · 2 years ago
Nothing on this site explains what exactly is "paperless debate."
sj4nz commented on Deciyear Calendar   deciyear.com/... · Posted by u/joaomsa
sj4nz · 2 years ago
Calendars are a prime example of Metcalf's Law. (The influence of a network is the square of the number of elements participating.)

https://hankehenryontime.com is another alternative calendar, but doesn't attempt to also "decimalize" time units shorter than the day.

sj4nz commented on Show HN: Open-source digital stylus with six degrees of freedom   github.com/Jcparkyn/dpoin... · Posted by u/jcparkyn
sj4nz · 2 years ago
Fantastic. I love that this is brand-independent, like buying a mechanical keyboard.
sj4nz commented on Flux Keyboard   fluxkeyboard.com/... · Posted by u/1900-01-01
sj4nz · 3 years ago
This is interesting... but I can't help but think how much better it might be if instead of a video background just had a simpler e-ink display for indicating what the transparent key caps were for. The animation/videos are very distracting.

I never liked the Apple TouchBar or anything that required "active" attention away from the main screen.

sj4nz commented on Confluence on-premise is dead, what now?    · Posted by u/hmottestad
rcarr · 3 years ago
A few months ago there was a big thread on documentation and I said I was convinced that markdown files and an SSG was the way to go, with some kind of web CMS that auto gits for the non technical people. It got a huge amount of upvotes but also got quite a few nay sayers some of whom said something along the lines of “businesses don’t care about portability” to which I said “they absolutely will if one day atlassian hikes the prices, gets acquired or the product is discontinued”. Well here we are. Keep it simple and keep it non proprietary wherever possible otherwise you are always running the risk of being held over a barrel.

Use markdown files and a SSG. It is literally free. It makes documentation quick and easy to write which means devs are more likely to actually do it. The “markdown is not very good for tables” issue has been solved long ago with either plugins such as “advanced table plugin” for Obsidian or apps like the £10 one off payment app “TableFlip” by Brett Terpstra.

Have a look at the following stuff:

- AstroJS: SSG that allows you to use any JS framework you want.

- Docusaurus: React SSG designed specifically for documentation

- SSGs in other languages: Hugo(Go), Zola(Rust), Jekyll(Ruby)

Then just Google “git cms” for a list of different options on that front. I believe Netlify cms is probably one of the most popular.

- Alternatively just write, sync and publish all in Obsidian using the Obsidian sync and publish services.

sj4nz · 3 years ago
Even though it's obvious from the examples, SSG=Static Site Generator, for those who are unfamiliar with the acronym.
sj4nz commented on Will Floating Point 8 Solve AI/ML Overhead?   semiengineering.com/will-... · Posted by u/rbanffy
sj4nz · 3 years ago
Could be 8-bit posits may be enough. Has that been done? At scale. I do not know.
sj4nz commented on The 12-bit rainbow palette   iamkate.com/data/12-bit-r... · Posted by u/tagawa
splittingTimes · 3 years ago
> rainbow palette for use in my data visualisations.

Indeed for her kind of data the rainbow palette works okay. But if you have to visualize more complex / denser data, beware of the pitfalls of the rainbow color palette. It is not always the best choice.

IBM did research back in the 90s on perceptually-based colormaps and how to best represent various types of data within the color dimensions of luminescence, saturation and hue [1]. For example, they found that,

(1) Hue was not a good dimension for encoding magnitude information, i.e. rainbow color maps are bad.

(2) The mechanisms in human vision responsible for high spatial frequency information processing are luminance channels. If the data to be represented have high spatial frequency, use a color map which has a strong luminance variation across the data range.

(3) For interval and ratio data, both luminance- and saturation-varying color maps should produce the effect of having equal steps in data value correspond to equal perceptual steps, but the first will be most effective for high spatial frequency data variations and the second will be most effective for low spatial frequency variations.

===

[1] the original link got removed from IBMs website. Back in the day it was under

https://www.research.ibm.com/people/l/lloydt/color/color.HTM

A pdf copy is here:

https://github.com/frankMilde/interesting-reads/blob/master/...

sj4nz · 3 years ago
I agree that trying to use hue for encoding magnatude information is not great, but man, how many times have I given up on someone's infographic that decided to use four different shades of blue and purple you can't tell apart when the markers are only eight or sixteen pixels on the screen.

I should hope the 12-bit rainbow palette would be adopted for those kinds of visualizations.

sj4nz commented on Why Evernote failed to realize its potential (2021)   nira.com/evernote-history... · Posted by u/arishi
SUPERSLEDZ · 3 years ago
Still looking for viable replacement:

* Joplin had some issues I've checked year ago.

* Apple notes while I have iPhone there's no Windows app.

* OneNote is just trully horrendous app.

* Obsidian just can't convince myself. I'm forcing myself to use it work, while it works, it's not something I enjoy doing.

* Notion is odd, everything is a block and sometimes formatting is just meh...

* Google keep is just simple note and that's it(unless something has changed).

Any worthy apps to look at besides those?

sj4nz · 3 years ago
sj4nz commented on Microsoft sued for open-source piracy through GitHub Copilot   bleepingcomputer.com/news... · Posted by u/redbell
Brian_K_White · 3 years ago
It's not transformative at all, nor quoted for study/discussion, and that's exactly what makes it a problem.

If the snippets merely had attribution, they'd be both legal and acceptable to most open source authors.

The code is not transformative because the quoted code is not used for some other purpose like as part of an article discussing whatever the code does, it is used to do exactly it's original job.

If you wrote a book by quoting choice paragraphs from other books, without crediting any of them, presenting the new book as simply your pile of deep insights, that is not transformative, even though your book is not the same as any single of the source books. It's also not fair use, even though all the quoted bits are short, both because of the usage and the lack of accreditation.

We could have something like copilot just fine if done above board, but as it is right now github are simply outlaw and with no excuse at all.

sj4nz · 3 years ago
This isn't my experience with Co-pilot's suggestions. I've literally been able to have Co-pilot suggest a complete unit test based on a novel structure I hand-coded myself and a few words describing the unit test. The constants are often wrong, but it saves minutes of fidgeting with the syntax for unit tests and assertions.

These are not quotations from other people's code but something about the deep structures of language and programming language semantics. However, I suspect if you knew enough of a snippet from other source you could coax Co-pilot to suggest code learned from that source, but it would likely be washed over by other code in the corpus where it coincided with meanings.

sj4nz commented on An experiment to test if Bionic Reading helps you read faster   blog.readwise.io/does-bio... · Posted by u/hoodwink
pratyushmittal · 3 years ago
I found Bionic 10% slower than Literata.

But I also found I am a verrrry slow reader. My reading speed came to 147 wpm. Any recommendation to improve this?

sj4nz · 3 years ago
When I was in school reading coaches encouraged the awareness of subvocalization (where you mimic the text as if you were speaking it, but not aloud). If you find yourself doing that while reading, stop/suppress that.

u/sj4nz

KarmaCake day371November 29, 2011
About
[ my public key: https://keybase.io/simonjanes; my proof: https://keybase.io/simonjanes/sigs/i0_a_zLxsHaWKkJmW-82l2Er49Q1HwbzkKioDpCOkcg ]
View Original