It is very nice to be able to compute this in our browsers without limits or registration. The results are not always perfect but already allows having good time testing remixes or doing karaoke with friends! Thanks for sharing your work.
HN user
tkp
Depending on your needs, Scribus might help with it's scripting API[1], see ScribusGenerator[2] for example.
Scribus and inkscape can import pdfs but it would be preferable to use a clean "source" format, pdf is AFAIK meant for output, like lossy compressed images.
[1] https://impagina.org/scribus-scripter-api/ [2] https://berteh.github.io/ScribusGenerator/
Inkscape can be used from the commandline to export pdfs : https://wiki.inkscape.org/wiki/Using_the_Command_Line
Just downloaded 1.2 for testing, and the setup/splashscreen has a "Keyboard" select with "Adobe illustrator" option.
The feeling is understandable and it could be worrying, but since some years Nicolas seems to be focusing on Shiro games and game dev tooling (heaps, hide). The compiler is developed by the Haxe Foundation and the ecosystem by the community which is not that big but has quite a few talents.
Heaps has it's own API, but other Haxe frameworks[1][2] reimplement the flash API. Some tools[3][4] help to convert AS3 source code to Haxe, and the typing and compiler are helpful to identify issues. So depending on the size and dependencies, conversion can be easy once you get past the main language differences.
[1] https://www.openfl.org/ [2] https://github.com/haxenme/NME [3] https://github.com/HaxeFoundation/as3hx [4] https://github.com/innogames/ax3
Krita, while originally focused on painting, is also worth a try for image editing. It has effect layers missing in Gimp, and an easy to grasp GUI.
Indeed, Electron is very useful for any compile-to-js language, and benefit from js popularity, toolkits and frameworks for rich UI.
Writing in Haxe brings nice syntax, and some flexibility regarding target language/platform, and possible UI frameworks.
- ArmoryPaint[1] and most Haxe games don't rely on Electron for UI.
- HaxeUI[2] provide a nice list of components, rendered as composite or native on various backends[3] (html5, wxWidgets, experimental pdcurse..^^)
- MVCoconut[4] also allow to bind to various front-ends : Dom, React, React-native
There is always a degree of lock-in depending on the path you choose, but having a cross platform base for logic and glue is a nice feature.
By default, spacebar now play/pauses the timeline, and search moved to f3
a bit like Haxe, except that it let you 'inject' snippets of your target language wherever you wanted.
If I understand you correctly, this feature is available in Haxe : https://haxe.org/manual/target-syntax.html
It targets js, php, C++, has a proper team and good tooling.. so you might be interested in giving it a try.
thanks for your overview !
Does anyone knows a recapthca2-like service/software, that would help solve such tasks (OCR, object recognition..) on a custom provided dataset ?
It could provide an alternative to recaptcha, and a "Mechanical Turk"/crowdsourcing for universities, institutions or companies to help solve some of their repetitive tasks.
A recent mailing list post with some clues to get in touch and help : http://inkscape.13.x6.nabble.com/Inkscape-0-92-3-package-for...
The tubes are not that narrow, but Velux makes "sun tunnels" to bring natural light inside buildings :
Had some success with this amateur setup to get a higher resolution image from multiple Nikon D90 photos :
- take multiple zoomed-in low DOF overlapping photos, with fixed settings, covering the artwork from a tripod, only rotating the camera
- stitch with Hugin[1] and export undistorted UHD photo
- split the it into tiles according to your viewer's format with ImageMagick
- view with a tile viewer. OpenSeaDragon[2] is smooth and well suited for UHD images, but any can be adapted/used, for example leaflet[3].
Would love to hear about other workflows !
The Bosch websites seems to use Micrio[4] for the UHD viewing and storytelling.
[1] http://hugin.sourceforge.net/
[2] https://openseadragon.github.io/
[4] https://micr.io/
interesting trick, thanks for sharing ! [edit] Quick test here : https://imgur.com/a/6xOz1
Photos in the article don't look like Venus Flytrap (Dionaea muscipula) mentioned in article or linked paper.
Interesting, thanks for mentioning! Looks similar to VerbalExpressions (https://github.com/VerbalExpressions/JSVerbalExpressions/wik...)
On debian with gnome, installing "maximus" package should hide title bar when maximized, works well here !
BBC 10 years ago vs now side by side shows the difference [1].
Ads take a lot of space on current BBC capture.
A nice use-case seen on the recipe website "Marmiton" is a widget to ajust ingredients quantity to the target number of eaters.
You can see it here[1] for example, "Ingrédients / Nombre de personnes", lower in the right column.
[1] http://www.marmiton.org/recettes/recette_courgettes-farcies-...
Inkscape adds a bunch of metadata to it's svg's, but also has a "Simple SVG" save-as option, did you try it ?
great, thanks for your reply, trak looks expensive indeed.
I am considering using a microscope too, interesting to know that the difference is clearly visible. Do you use any coloring ?
Is there a way to follow your experiments ? What heating method are you using ? Have you developed a technique to evaluate your spermcount yourself ?
would be very interested to discuss more, send a mail if you like hn(a)tokiop(dot)com
Not to invalidate your excuse, but if you need, you can probably upgrade your MBA's SSD. Installed an OWC Aura SSD in mine, it's is very straightforward.
Local heating is sufficient, but there is at least 3 month latency.
Dr Roger Mieusset and volunteers tested a modified underwear with success and reversibility after 4 year use.
Photos of the modified underwear + usage (NSFW/medical) can be found here : http://www.contraceptionmasculine.fr/415771934
So I've taken out my sperm production using the old heat methods. It works, I've checked.
Thanks for sharing your experiments, would love to know what heat method/protocol you used, and how you checked.Thermal birth control looks like a good DIY and low-cost birth control method. DIY spermcount could help ease of adoption and autonomy.
Rotation can be constraint on a world space axis with `r x`, `r y`, or `r z`.