Passionate for computer science and music.

Joined June 2012
Photos and videos
Kevin Dreßler retweeted
Our paper "ADAGIO - Automated Data Augmentation of Knowledge Graphs Using Multi-expression Learning" has been accepted at #HT22 (@ACMHT ). Congratulations to @kvndrsslr and @NgongaAxel 🥳🥳 #KnowledgeGraphs #MachineLearning #DataAugmentation #OpenScience @DiceResearch
1
6
22
Kevin Dreßler retweeted
This is VERY COOL. DeepFakes can be detected by checking that human skin subtly flushes periodically with a heartbeat! arxiv.org/abs/2006.07634

6
6
31
Hey @highlights_app, are you planning to offer alternative display modes (sepia, dark, ...) for pdf viewing like e.g. @MarginNoteApp? I would love to use your app more but the contrast between everything being dark mode and the white pdf hurts my eyes.
1
Kevin Dreßler retweeted
Software is eating the world. Real world copy & paste. 🚀
95
1,383
3,764
Kevin Dreßler retweeted
To support our work on Scala in IntelliJ IDEA do follow @IntelliJScala (please RT)
170
118
Hey, @highlights_app I like your concept very much, basically what I was looking for for years, as a student and now working in academia! However, the text selection tool is very clunky when It comes to actual academic papers generated with LaTeX with references and footnotes [1]
1
Every time I cross a footnote or another reference with the selection tool it bugs out and the highlighted text and the text appearing in the side bar are not the same! This makes the tool unnecessarily hard to use for your advertised target group (researchers). [2]
1
Could you please share your timeline on this issue? Its to be considered core functionality for users in research and I would expect it to be #1 priority to get this right but unfortunately i just see a trend to inflate your feature list in the last release notes. [3]
1
Kevin Dreßler retweeted
Hi @iswc_conf given the global corona situation, is there any plan to postpone your deadline? I’ve seen similar actions from other conferences, so I think it’s reasonable to ask as we're all trying to handle work and family right now, that’d be one thing less to worry about
12
30
# of PDF Pages in dir: find *.pdf -print0 | xargs -0 -n 1 -J x pdftk x dump_data | grep NumberOfPages | awk -F' ' '{print $2}' | jq -s 'add'
1
1
A successful Git branching model nvie.com/posts/a-successful-… via @nvie