- Jan 2020
-
de.wikipedia.org de.wikipedia.org
-
das sich nicht in vereinfachenden Dichotomien abbilden lässt:
Any proof?
-
-
www.bosch.com www.bosch.com
-
“We have seen that just giving people the ability to communicate with each other leads naturally to a lot of wonderful things but also it can lead to really unpleasant things.”
We cannot separate the air that chokes from the air upon which wings beat. https://github.com/perguth/Declaration-Final
-
- Dec 2019
-
-
Ourgoal is to have Dat be configurable in respect to thistradeoff to allow application developers to meet theirown privacy guidelines.
What's going to come?
-
- May 2018
-
www.gesetze-im-internet.de www.gesetze-im-internet.deHGB.pdf1
-
HandelsgesetzbuchHGBAusfertigungsdatum
Zusätzlich fällt die KG als Unternehmen, das schon eine gewisse Größenordnung erreicht hat, unter die organisationsrechtlichen Regelungen des Handelsgesetzbuchs (HGB), unabhängig davon, ob sie ein Handelsgewerbe im engeren herkömmlichen Sinne betreibt. https://www.frankfurt-main.ihk.de/existenzgruendung/rechtsfragen/idem/kg/
-
- Apr 2018
-
www.kickstarter.com www.kickstarter.com
-
declined
"Tooti fruiti, the booty doody is jury duty"
-
- Jan 2018
-
genius.com genius.com
-
prefer Maria to Mary
wtf?!
-
-
medium.com medium.com
-
lesbian bars no longer exist
When did that happen? How sad?! D:
-
-
blog.doenselmann.com blog.doenselmann.com
-
Kommentare
Guter Einstig dann am besten hier weiter: Nginx SSL/TLS configuration for "A+" Qualys SSL Labs rating.
-
- Dec 2017
-
-
South Park’s Genius Website Copyright Fail
Hi Leena! :D
-
-
www.saarland.ihk.de www.saarland.ihk.de
-
von allen Gesellschaftern unterschrieben werden
Tags
Annotators
URL
-
- Nov 2017
-
medium.com medium.com
-
Developers are an important demographic. Apple says they are the biggest segment of Macbook Pro users, which means they spend a lot of money. And they’re a demographic underserved by Chromebooks today.
-
Chrome OS defenders can come up with some janky web or Android apps that roughly emulate some of these use cases, but none of them are the kind of industry-defining programs you get on other platforms. This is the third generation of these premium Chrome OS flagships, though, so Google must be happy with the presumably low-volume sales of a device like this. If you liked the other Chromebook Pixels, you’ll like this one, but nothing here closes the gap between Chrome OS and other laptop OSes.
-
-
cubeengine.com cubeengine.com
-
Why is this worth doing?
-
-
nwn.blogs.com nwn.blogs.com
-
Virtual Worlds (Slowly!) Emerging from Disillusionment Trough In Gartner's 2012 Hype Cycle
-
-
developer.mozilla.org developer.mozilla.org
-
Service workers make heavy use of promises
-
- Jan 2017
-
developer.mozilla.org developer.mozilla.org
-
It doesn't interact with dedicated hardware, like smart cards, USB dongles, or randomness generators.
Tags
Annotators
URL
-
- Dec 2016
-
whispersystems.org whispersystems.org
-
an unacceptable inability to adapt
Tags
Annotators
URL
-
-
github.com github.com
-
wheather
-
- Jul 2016
-
blog.printf.net blog.printf.net
-
Git actually has an extensible mechanism for network protocols built in. The way it works is that my git clone line gets turned into “run the git-remote-gittorrent command and give it the URL as an argument”.
-
- Jun 2016
-
www.iww.de www.iww.de
-
Gewerbegefahr bei Freiberuflern
-
-
www.invoiceninja.com www.invoiceninja.com
-
Get Over Your Insecurities
-
-
www.nngroup.com www.nngroup.com
-
Team Members Behaving Badly During Usability Tests
-
Team Members Behaving Badly During Usability Tests
Tags
Annotators
URL
-
-
www.youtube.com www.youtube.com
-
Few applications, many websites, Privacy, space: https://youtu.be/MyQ8mtR9WxI?t=3m16s
At every step of the funnel you loose 20%. Web is low frictoin. The adavist is dropping the native app an only betting on the web. https://youtu.be/MyQ8mtR9WxI?t=5m23s
What keept native apps valuable:
- Run offline
- Appear on the homescreen
- Send notifications if the app is closed https://youtu.be/MyQ8mtR9WxI?t=7m35s
-> Progressive Web Apps https://youtu.be/MyQ8mtR9WxI?t=9m18s
Chrome inspect for mobile devices websites https://youtu.be/MyQ8mtR9WxI?t=27m25s
-
- May 2016
-
opensoundcontrol.org opensoundcontrol.org
-
Open Sound Control (OSC) is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is optimized for modern networking technology
what?!
Tags
Annotators
URL
-
-
addyosmani.com addyosmani.com
-
doesn't provide developers with the means to import such modules of code in a clean, organized manner. It's one of the concerns with specifications that haven't required great thought until more recent years where the need for more organized JavaScript applications became apparent.
Tags
Annotators
URL
-
-
freedocs.mi.hdm-stuttgart.de freedocs.mi.hdm-stuttgart.de
-
Eclipse Infocenter
ignore
-
- Apr 2016
-
davidwalsh.name davidwalsh.name
-
since there's no exposed next() call, the for..of loop cannot be used in situations where you need to pass in values to the generator steps as we did above.
-
It may not be a good idea to rely on the return value from generators, because when iterating generator functions with for..of loops (see below), the final returned value would be thrown away.
-
-
torrentfreak.com torrentfreak.com
-
github.com github.com
-
Iterators may also have some methods that are unique to their character, like dropWhile and takeWhile.
-
Discrete values should be pushed whereas continuous values should be pulled or polled.
-
- Oct 2015
-
tribler.org tribler.orgTribler1
-
We believe the key aspect of 4G P2P is removing the need for any server: zero-server P2P. Without the need for servers it could offer unbounded scalability and be used potentially by millions of PCs and Internet-only television sets. Crafting an operational system which such a academically pure architecture has proven to be difficult. To date, no research team or start-up company has been able to create a pure P2P system which includes required features such as streaming, easy search, and spam prevention.
-
-
Local file Local file
-
27.10.15
my start
-
-
nodejs.org nodejs.org
-
// give it a kick whenever the source is readable // read(0) will not consume any bytes source.on('readable', function() { self.read(0); });
what?!
-
- Sep 2015
-
github.com github.com
-
Handy javascript constructor tip: you can include a this instanceof Widget check like above to let people consume your module with new Widget or Widget(). It's nice because it hides an implementation detail from your API and you still get the performance benefits and indentation wins of using prototypes.
Tags
Annotators
URL
-
-
www.addyosmani.com www.addyosmani.com
-
Should you wish to learn more about the language, I am happy to recommend the following titles: JavaScript: The Definitive Guide by David Flanagan Eloquent JavaScript by Marijn Haverbeke JavaScript Patterns by Stoyan Stefanov Writing Maintainable JavaScript by Nicholas Zakas JavaScript: The Good Parts by Douglas Crockford
-
- Aug 2015
-
webrtchacks.com webrtchacks.com
-
ICE always tastes better when it trickles!
Trickle ICE<br> Begin connectivity checks while gathering candidates.
A candidate is a address:port/transport triplet. Simply speaking: the more local a candidate is, the higher its priority.
The connection initiation process can be speed up from up to 10 seconds to milliseconds.
-
-
substack.net substack.net
-
npm install tap or npm install tape for modules I want to test in the browser. I like simple, imperative tests that I can adapt from simple examples.
More info please.
-
-
Local file Local file
-
“The cat is out of the bag. The content people have no clue. I mean, no clue.” - Bram Cohen
-
distance between to identifiers is defined as the bitwise exclusive or (XOR) interpreted as an integer. The XOR is symmetric and allows nodes to receive lookup queries from the samedistribution of nodes contained in their routing tables. This property makes the system learn useful routing information from the received queries.
Whut?
-
when a download is completed we use a new choking algorithm which unchokes the peers with the highest upload rate
How is it determined how much/fast peers upload?
-
-
wiki.minix3.org wiki.minix3.org
-
As I did 20 years ago, I still fervently believe that the only way to make software secure, reliable, and fast is to make it small. Fight Features.
Fight Features.
Tags
Annotators
URL
-
-
www.investopedia.com www.investopedia.com
-
The Nordic Model: Pros and Cons
- Social benefits like free education, healthcare and pensions.
- Redistributive taxation.
- Relaxed employment laws.
- History in family-driven agriculture. Culture of small entrepreneurial enterprises.
- High rates of taxation.
-
-
alt.js.org alt.js.org
-
With this approach you get isomorphism for free, without having to worry about flushing your stores, since each request will generate its own instance.
-
-
cycle.js.org cycle.js.orgCycle.js1
-
Observables and immutable data structures (such as from mori or Immutable.js) allow you to slice your program wherever you wish.
-
-
-
BitSwapnodes exchange their ledger information. If it does notmatch exactly, the ledger is reinitialized from scratch, losingthe accrued credit or debt. It is possible for malicious nodesto purposefully \lose" the Ledger, hoping to erase debts. Itis unlikely that nodes will have accrued enough debt to war-rant also losing the accrued trust; however the partner nodeis free to count it as misconduct, and refuse to trade.
-
BitTorrent's standard tit-for-tat is vulnerable to someexploitative bandwidth sharing strategies. PropShare [8]is a dierent peer bandwidth allocation strategy thatbetter resists exploitative strategies, and improves theperformance of swarms
-
-
help.github.com help.github.com
-
Remove sensitive data mac windows linux all
- Simply use BFG Repo-Cleaner
- Otherwise use:
git filter-branch --force --index-filter \ 'git rm --cached --ignore-unmatch PATH_FILENAME' \ --prune-empty --tag-name-filter cat -- --all
- Otherwise use:
- Tell collaborators to rebase not merge
- Simply use BFG Repo-Cleaner
Tags
Annotators
URL
-
-
Local file Local file()1
-
github.com github.com
-
filesystem-level encryption + signing support
-
-
botbot.me botbot.me
-
remind me to tell you about internet-wide multicast idea i had a long time ago. (we may be able to hack it up with cjdns)
-
-
www.html5rocks.com www.html5rocks.com
-
Creating a Mobile-First Responsive Web Design
- Mobile first CSS. Add styles for bigger screens not the reverse.
- Reduce requests by using data-URLs for small images.
- Use
Content Fragments
and conditionally load them using JS. - Good breakpoints:
- 28.75em wide - roughly the size of mobile phones in landscape mode.
- 40.5em - roughly tablets in portrait mode or small desktop screens.
- Take advantage of mobile-centric features like phone links and touch events.
-
if(!$('#nav-anchors a').hasClass('active')) {
Why this check?
Tags
Annotators
URL
-
-
mercurial.selenic.com mercurial.selenic.com
-
The respective command for pulling is incoming $ cd ../project $ hg incoming ../feature1
How to do this with Git?
-
-
mercurial.selenic.com mercurial.selenic.com
-
a three-way merge
Whut?
-
~/.hgrc
hg config --edit
-
-
github.com github.com
-
Plugins for all your build needs
Curated list.
-
Plugins for all your build needs
Curated list.
-
-
github.com github.com
-
Split targets
Whut?
-
- Jul 2015
-
formatjs.io formatjs.io
-
When running internationalization code in the browser it is best if the locale used is the same as was used when the page was generated on the server.
Why?
Tags
Annotators
URL
-
-
Local file Local file
-
www.youtube.com www.youtube.com
-
Netflix JavaScript Talks - Async JavaScript with Reactive Extensions
"Design Patterns, Elements of Reusable Object-Oriented Software"
Iterator Pattern
Pulling data, one by one.
Observer Pattern
See Pub-Sub, Event-Emitter. Give a callback to a data producer.
-
-
-
Für Urheberrechts-Abmahnungen gilt seit September 2013, dass die Anwaltskosten für den Abgemahnten in einfachen und erstmali - gen Fällen maximal 147,56 Euro betragen dürfen. In der Praxis wird diese Rege - lung unterschiedlich ausgelegt; es werden auch weiterhin höhere Kosten ver - langt, die sich immer nach dem angenommenen Streitwert richten
Was nun?
-
ine andere Frage ist es, ob es weitere rechtliche Vorteile bringen kann, ein Freifunk-Netz anzumelden. So sind einige Juristen der Ansicht, dass eine Anmeldung bei eventuellen Streitfällen den einzelnen WLAN-Gastgeber begünstigt (siehe S. 33).
-
Freie Funknetze haben das Potenzial, Keimzelle einer neuen Dezentralität im Internet zu sein.
-
zeitkritische Anwendungen wie Internettelefonie oder Livestreams sind mit - unter nicht mehr möglich
Was passiert bei freifunk-internem Routing?
-
-
github.com github.com
-
socket.io-p2p
Alternatives (?!):
-
-
github.com github.com
-
simple-peer
Alternatives (?!):
Tags
Annotators
URL
-
- Jun 2015
-
-
"Was wir sehen können, ist, dass 1,4 Milliarden Menschen eine Plattform zu einem mehr oder weniger zentralen Teil ihres Lebens gemacht haben, die von einem Menschen an der Spitze gesteuert wird", nämlich Mark Zuckerberg. "Niemand ist uns bisher so nahe an uns herangekommen."
-
-
-
Ein Start-up aus den USA testet ein neues Hilfsmittel zur Minimierung der Folgen von Datendiebstählen: Es prüft, ob in versteckten Teilen des Web fremde Daten zum Kauf angeboten werden.
-
- Jan 2015
-
www.perguth.de www.perguth.dePer Guth1
-
Per Guth
Now as a Github page! :)
-
- Nov 2014
-
ankiweb.net ankiweb.net
-
This deck contains all must-have basic Esperanto rootwords as suggested by the editorial team of the magazine Kontakto.
That sounds good. I aim to get fluent this semester!
Tags
Annotators
URL
-
-
thewebmustdie.com thewebmustdie.comRIP USA1
-
There is also another America, inside of your pocket and on my desk, a series of tubes as it were.
Future-oriented nostalgia - the great longing of cybertarians :D
-
-
www.youtube.com www.youtube.com
-
4th Generation Peer-to-Peer Technology
Hard to understand english but quite worth it!
Tags
Annotators
URL
-
-
www.fairphone.com www.fairphone.com
-
The Fairphone
Great!
-
-
hypothes.is hypothes.is
-
Roadmap
Could not find "distributed"/"federated" anywhere. Is there no federation feature planed for hypothesis? Will there always be a central server required?
-
-
tox.dhs.org tox.dhs.org
-
tox-prpl – Tox Protocol Plugin For Pidgin
Tried it. Already works more or less.
I really would like to see TOX in Pidgin and Empathy!
-
-
hypothes.is hypothes.is
-
Sorted by newest
We need a newsfeed :)
-
-
projects.eff.org projects.eff.org
-
Governments of the Industrial World, you weary giants of flesh and steel, I come from Cyberspace, the new home of Mind. On behalf of the future, I ask you of the past to leave us alone. You are not welcome among us. You have no sovereignty where we gather.
Still trying to grasp the implications. Anybody else studying this?
-
-
blogs.gnome.org blogs.gnome.org
-
I just tried it with your ppa but get “OTR is not supported on this account” when entering “/otr start” in a Jabber chat.
Anybody knows how to solve this?
-
-
wiki.ubuntu.com wiki.ubuntu.com
-
AppArmor
Still lacking good profiles for the common software packages... :-/
-
several filesystems show performance improvements including XFS and Btrfs
Now using btrfs on my notebook. Works fine!
One of the reasons for using it (from btrfs.wiki.kernel.org):
"SSD (Flash storage) awareness (TRIM/Discard for reporting free blocks for reuse) and optimizations (e.g. avoiding unnecessary seek optimizations, sending writes in clusters, even if they are from unrelated files. This results in larger write operations and faster write throughput)"
Since btrfs once ate my data (pre 1.0) I did several crash simulations to boost my confidence beforehand.
-
-
elementaryos.org elementaryos.org
-
Freya inherits core components from Ubuntu 14.04.1 LTS such as the Linux kernel (version 3.13),
I love elementary but I need the newer kernel of 14.10 (btrfs!). It's sad that we can't have both :-(
-
-
blogs.gnome.org blogs.gnome.org
-
CalDAV, and webcal (.ics) calendars
Finally a good calendar alternative to Thunderbird/Lightning!
-
-
www.geeksphone.com www.geeksphone.com
-
Alternative OS
I love this!
-
- Oct 2014
-
www.youtube.com www.youtube.com
-
Nice mashup! :)
-
-
hypothes.is hypothes.is
-
Getting started
-
Getting started
-
Go forth and annotate!
-