Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nbe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
nbe
3y ago
Someone interested by this subject could also enjoy watching the french film "Dimensions... une promenade mathématique" on spatial geometry: https://www.youtube.com/watch?v=6cpTEPT5i0A&list=PL3C690048E... (not
2.
▲
by
nbe
3y ago
lit [1] provides declarative templates for web components for example. [1] https://lit.dev/
3.
▲
by
nbe
3y ago
[1] suggests it uses a Constraint Satisfaction Problem solver and according to the network tab of my browser the solver seems to run on the server (the data is exchanged over a WebSocket connection). I'm wondering what kind of algorith
4.
▲
Wiktionary dump file parser and multilingual data extractor
(github.com)
2 points
by
nbe
3y ago
|
0 comments
5.
▲
by
nbe
7y ago
GitHub sanitizes SVG animations by removing e.g. embedded JS code but SVG animated with CSS is supported in Markdown files. See for example [1] which contains [2]. [1] https://github.com/nbedos/termtosvg/blob/
6.
▲
by
nbe
7y ago
Yes. A line of the animation is a group of text elements. Somehow text selection does not work across several SVG groups. I could remove this logic but it would mean duplicating the definition of a line on every frame showing it instead of
7.
▲
by
nbe
7y ago
As much I as agree with this, in order for your software to be included in a distribution it needs some initial traction. So you probably want to make it easy for early users to adopt it and to do that you probably want to release build art
8.
▲
by
nbe
7y ago
It's a good idea. I don't have much time for termtosvg these days so I can't promise it'll get implemented but I've opened an issue to remember it [1]. [1] https://github.com/nbedos/termtosvg&#x
9.
▲
by
nbe
7y ago
I wrote termtosvg as an alternative [1]. It's a python program that records a shell session as a standalone SVG animation. Animations produced by termtosvg can be embedded in Markdown files or HTML pages. [1] https://github.
10.
▲
by
nbe
7y ago
Sure, done: https://todo.sr.ht/~sircmpwn/builds.sr.ht/251
11.
▲
by
nbe
7y ago
Happy birthday Sourcehut! I'm curious about the builds API. I'm currently writing a terminal client that, given a git repository, will list recent builds across multiple CI providers, give access to build logs, etc. I'm inter
12.
▲
by
nbe
7y ago
And what's your passive income?
13.
▲
by
nbe
7y ago
As per the title, what's your passive income?
14.
▲
by
nbe
8y ago
Author of termtosvg here. I've posted this project a month ago [1] and got a lot of feedback from all of you. I've since fixed a few issues and implemented SVG templates. Templates are skeleton
15.
▲
Show HN: Termtosvg – record terminal sessions as SVG animations
(nbedos.github.io)
15 points
by
nbe
8y ago
|
1 comments
16.
▲
by
nbe
8y ago
Thanks! I will look into the virtualenv problem, but if you can spare the time could you please open an issue and include the exact steps to reproduce the error? https://github.com/nbedos/termtosvg/issues/new
17.
▲
by
nbe
8y ago
Yes, there is no dependency on a specific player. The output is an SVG animation so you can modify it as you want. For example you could add a last frame with the logo of your project. Not being able to pause the animation is annoying, I wi
18.
▲
by
nbe
8y ago
I'd rather stick to plain SVG for the animation part, in case ECMAScript is stripped from the SVG for security reasons. ECMAScript might be worth adding for additional features though (play/pause, progress bar, frame seeking...)
19.
▲
by
nbe
8y ago
OP here. Sadly, SVG file size is not as small as I'd want it to be. The main problem is that a few attributes (x, y and lengthAdjust) have to be repeated on each text tag to position each character at the right place. I can't use
20.
▲
Show HN: Termtosvg – Record terminal sessions as SVG animations
(github.com)
767 points
by
nbe
8y ago
|
79 comments
21.
▲
by
nbe
8y ago
From what I understand it was not maintained anymore, and it was also hard to keep up to date lists of allowed or forbidden system calls for the binaries that had to be run under systrace. [1] [2] Linux provide seccomp-bpf for system call r
22.
▲
by
nbe
8y ago
I think you're refering to systrace. It was removed in OpenBSD 6.0. http://www.citi.umich.edu/u/provos/systrace/
23.
▲
Most software already has a “golden key” backdoor–it’s called auto update
(arstechnica.com)
6 points
by
nbe
11y ago
|
1 comments
24.
▲
NSA TAO chief explains how to protect your network from his attack squads
(theregister.co.uk)
3 points
by
nbe
11y ago
|
0 comments
25.
▲
NSA’s Top Brazilian Political and Financial Targets Revealed
(firstlook.org)
14 points
by
nbe
11y ago
|
0 comments
26.
▲
by
nbe
12y ago
Very interesting link, thanks.
27.
▲
by
nbe
12y ago
Does anyone know what 'MI' and 'MD layer' refer to in Theo's message ? Machine Indepedent and Machine Dependent maybe ?