691 Matching Annotations
  1. Dec 2024
    1. I personally read every single email.

      If I may just have a moment of weakness...

      This is a hero of the internet that raised me. <3

    1. In Russia, Putin's regime has created a system called SORM, which is installed at each and every internet  service provider; and it allows them to surveil what information each and every citizen spreads through the internet.

      Russia's "System for Operative Investigative Activities"

      "SORM." Wikipedia, Wikimedia Foundation, 1 Dec. 2024, en.wikipedia.org/wiki/SORM. Accessed 2 Dec. 2024.

  2. Nov 2024
    1. it's not generally known that the world wide web was my idea in the 1960s for 25 years I thought I would create worldwide hypertext but then another guy named berners-lee created his own version of worldwide hypertext which left out visible connection that other system caught on the great disappointment of my life what I called hypertext when I published the idea in 1965 was a deeper concept

      for - internet - history - Ted Nelson - early pioneer of World Wide Web and hypertext - advocated for visible connections - but failed to materialize

    1. we have all of these huge applications that are gathering all this data uh and it's out there and theoretically is our data sort of but in reality they control it and you can't actually link the data to each other you only link to accessing the data through their application

      for - quote - silos - internet limitations - location addressed server architecture limitations - silos - cannot link data from each silo - Juan Benet - IPFS

    2. if I send you a Google doc and we start all collaborating in the same same thing and it's amazing we're sharing all this data um it's kind of silly that we have to move the updates through the backb to some server out there and shipping them back here when we now have really sophisticated algorithms that can do um you know smart Conflict Free resolution that allows us to collaborate in real time and yet we're still moving all the updates to the backbone right this is very silly and it gets worse when you think about the network falling apart

      for - internet limitations - example - need for offline or local networking - Google docs used by a local group - unnecessary to communicate to the backbone

    3. let's go and and create all this great software to deploy it and kind of equalize the the the disparity of wealth across the world and ends up being locked out for by stupid issues like latency and bandwidth

      for - internet limitations - server-based location addressing - limits software's capacity to uplift people and address inequality - bandwidth and latency issues affect those who need it most at the edge

    4. this is a graph showing the average connection speed uh of the G7 countries and this is from 2007 to 2012 and the average connection speed hasn't increased as much as other things like processing power or or storage

      for - stats - internet - average connection speed - hasn't increased as much as storage and processing power

    5. something like Gangam Style has been viewed to the tune of like almost or over two billion times and when you just when you count just the data coming out of Google servers let alone all the links we're dealing with something close to 500 pedabytes of data that's a lot for a video right I mean this is clearly an issue there's no reason we should be moving around all of this data constantly through the network

      for - internet limitations - inefficient bandwidth use - example - music video - Gangam Style

    6. think about how many of those applications were built by people that you know didn't have the capabilities to just build this massive infrastructure they just wrote some code and deployed it to you and now you have it and now you have a superpower uh this is a a remarkable uh kind of Technology

      for - Internet Protocol - superpower - code it and make capability available

    7. the great idea was create this this thin waste uh to try and and allow the lower layers of the network to evolve and also allow the upper layers of the network to evolve separately and only have this very small protocol in between that will mediate how the whole network will grow

      for - definition - Internet Protocol - IP - Thin Waist model

  3. Oct 2024
    1. COSTS: All Points Broadband will notify property owners approximately 60 to 90 days before service becomes available to their addresses. For the first 12 months after service is available at any location, All Points Broadband’s standard installation fee of $199 will include any length of service drop required to make service available to a location. The lowest speed plan of 50/50 mbps is estimated to cost $59.99 per month with plans as large as 1/1 gbps also available.
    2. Residents Broadband Internet Access $(function () { var widgetContext = "widget_3_0_1459"; //start VISPP-4466 var useDesignThemFontSizeCss = window.visionOptions.useDesignThemFontSizeCss; var folderPath = useDesignThemFontSizeCss == true ? window.visionOptions.currentDesignFolderPath : window.visionOptions.mainFolderPath; if (!folderPath) folderPath = window.visionOptions.mainFolderPath; var resizeTimer; var resizeFaqTabs = function () { $(".faq_widget").each(function () { var tabheight = $(this).find(".faq_tab_nav").height(); $(this).find(".faqtab_section").attr("style", "min-height: " + (tabheight - 42) + "px"); }); }; var SetFontSize = function (fontsize) { $("#active_font").attr("href", folderPath + fontsize).attr("data-css", fontsize); var url = window.location.origin + visionOptions.virtualApplicationPath + "Shared/ChangeFontSizeCookie"; var cookieValue = fontsize ? fontsize : "small.css"; var cookieInt; switch(cookieValue){ case("xx-small.css"): cookieInt=1; break; case ("x-small.css"): cookieInt = 2; break; case ("small.css"): default: cookieInt = 3; break; case("medium.css"): cookieInt=4; break; case ("large.css"): cookieInt = 5; break; } $.frontendAjax({ url: url, type: 'POST', contentType: 'application/json', data: JSON.stringify({ cookieValue: cookieInt}), success: function (data, textStatus, jqXHR) { if (data && data.success) { $("#active_font").attr("href", window.visionOptions.mainFolderPath + cookieValue).attr("data-css", cookieValue); } } }); if ($(".faq_tab_nav").length > 0) { clearTimeout(resizeTimer); resizeTimer = setTimeout(function () { resizeFaqTabs(); }, 200); } }; $(".font_larger").on("click", function () { switch ($("#active_font").attr("data-css")) { case "medium.css": SetFontSize("large.css"); break; case "small.css": SetFontSize("medium.css"); break; case "x-small.css": SetFontSize("small.css"); break; case "xx-small.css": SetFontSize("x-small.css"); break; } return false; }); $(".font_smaller").on("click", function () { switch ($("#active_font").attr("data-css")) { case "large.css": SetFontSize("medium.css"); break; case "medium.css": SetFontSize("small.css"); break; case "small.css": SetFontSize("x-small.css"); break; case "x-small.css": SetFontSize("xx-small.css"); break; } return false; }); $(".text_size").on("click", function () { SetFontSize("x-small.css"); return false; }); //end VISPP-4466 $("#" + widgetContext + " #share").click(function () { if (!$("#" + widgetContext + " div#share").hasClass("click-active")) $("#" + widgetContext + " div#share").find("ul").show(); else $("#" + widgetContext + " div#share").find("ul").hide(); }); $("div").click(function () { if ($("#" + widgetContext + " div#share").hasClass("click-active")) { $("#" + widgetContext + " div#share").find("ul").hide(); } }); $(document).click(function (e) { if (!$(e.target).closest("#share").length > 0) { $("#" + widgetContext + " div#share").removeClass("click-active"); $("#" + widgetContext + " div#share").find("ul").hide(); } }); var shareContainerTimeout = null; $("#" + widgetContext + " #share").bind('mouseover', function () { //If not relate to click event if (shareContainerTimeout) { clearTimeout(shareContainerTimeout); shareContainerTimeout = null; } shareContainerTimeout = setTimeout(function () { if (!$("#" + widgetContext + " div#share").hasClass("click-active")) $("#" + widgetContext + " div#share").find("ul").show(); }, 100); }); $("#" + widgetContext + " #share").bind('mouseleave', function () { //If not relate to click event if (shareContainerTimeout) { clearTimeout(shareContainerTimeout); shareContainerTimeout = null; } shareContainerTimeout = setTimeout(function () { if (!$("#" + widgetContext + " div#share").hasClass("click-active")) $("#" + widgetContext + " div#share").find("ul").hide(); }, 200); }); $("header#" + widgetContext + " a.feedback_link").click(function () { var windowHeight = 485; if (window.innerWidth <= 648) { windowHeight = 545; } var opts = { title: "Feedback", url: "/Template/GetFeedbackPartial?feedbackUrl=https%3a%2f%2fwww.clarkecounty.gov%2fresidents%2fbroadband-internet-access", useFrame: true, height: windowHeight, onClosed: function (result) { if (result != undefined && result.IsOk == true) { $.refreshTempMessage(result.Message); } $("header#" + widgetContext + " a.feedback_link").focus(); }, skin: 'viClientDialog feedback_lightbox', fixed: false }; $.viClientDialog(opts).open(); }); //Safari iOS: No click event $("header#" + widgetContext + " a.send_share_email").bind("click touchstart", function () { var shareEmailTitle = document.itemTitle ? encodeURIComponent(document.itemTitle.trim()).replace(/[!'()*]/g, escape) : "Broadband+Internet+Access"; var opts = { title: "Click to submit an email online", url: "/Template/GetShareEmailPartial?shareUrl=https%3a%2f%2fwww.clarkecounty.gov%2fresidents%2fbroadband-internet-access" + "&shareTitle=" + shareEmailTitle, useFrame: true, height: 485, onClosed: function (result) { if (result != undefined && result.IsOk == true) { $.refreshTempMessage(result.Message); } $("header#" + widgetContext + " a.send_share_email").focus(); }, skin: 'viClientDialog send_share_email_lightbox', fixed: false }; $.viClientDialog(opts).open(); }); }); All Points Broadband (APB) and the Northern Shenandoah Valley Regional Commission (NSVRC) provide regular updates to Clarke County during their multi-year infrastructure construction of the universal broadband project in seven counties, including Clarke. In Clarke, APB will install 270 miles of fiber infrastructure in order to reach more than 3,200 currently unserved locations; substantial completion of last-mile network is expected in 2025. On May 2, 2024, APB presented this “All Points Broadband NSVRC Project Update” to representatives from the seven-county project area. To check eventual availability in your area, go to www.apbfiber.com and click “Get Started.”
    1. The web sits apart from the rest of technology; to me, it’s inherently more interesting. Silicon Valley’s origins (including the venture capital ecosystem) lie in defense technology. In contrast, the web was created in service of academic learning and mutual discovery, and both built and shared in a spirit of free and open access. Tim Berners-Lee, Robert Cailliau, and CERN did a wonderful thing by building a prototype and setting it free.

      Ben Werdmüller makes an interesting distinction. Internet tech, and thus Silicon Valley, originated in defense (ARPA etc.), whereas the web originated in academia in a spirit of open academic debate (CERN). Now ARPA etc had deep ties w academia too, and it's mostly defense funding at play. Still there may be something to this distinction. You could also say perhaps it's an Atlantic divide, the web originated at CERN in Europe.

    1. it's a new mode of living and perceiving the world

      for - adjacency - the society of the spectacle - internet society of modernity - Deep Humanity - BEing journey - to discover the society of the spectacle

      Being journey - to discover the society of the spectacle - Modernity, so steeped in social media and the internet is INDEED a new mode of living and perceiving the world - To discover the extend to which we have socially normalized a social pathology, we can introduce BEing journeys that help us explore how a life that is freed from the social norm feels like

  4. Sep 2024
    1. The Meta-Layer Initiative

      Greetings! Please feel free to provide comments on this page. Specifically, we are looking for comments on the desirable properties of a meta-layer and/or the primary use cases of the a meta-layer.

    1. That desire for a “digital detox” is frequently brought up amongst typewriter aficionados—it’s an escape from pop-up ads, spyware, AI-generated content, doomscrolling, deepfakes, obnoxious comments sections, and all the other headaches that hit you at Internet speed. A piece of paper in a typewriter, on the other hand, is a simpler connection of your thoughts tapped out letter by letter, mistakes and all.
    1. https://web.archive.org/web/20240923073444/https://www.trend-mill.com/p/i-kinda-hate-the-internet-now

      Stephen Moore rants about the internet he does not like. Incl the deterioration of search, the adtech, growth hacking for engagement etc. Now no longer human created even but generated slop from bots. Calls it a addictive dopamine machine without joy.

    1. for - link rot - digital decay - internet is emphemeral - dead links - from - Verge article on digital decay and link rot

      from - Verge article on Link Rot - https://hyp.is/n9nmpHdbEe-NPHOh3n31PA/www.theverge.com/2021/5/21/22447690/link-rot-research-new-york-times-domain-hijacking

      for - digital delay stats - Pew Research

      summary - That digital decay and link rot are digital facts of life means that annotating information on the page that is relevant for you to preserve is a good practice. - It may appear redundant but if that page disappears in the future, you will be glad you have preserved it in a place accessible to you - in your annotations!

    1. for - Link rot study - on NY Times archive - show how pervasive it is - stats - link rot - NY Times study - digital decay - link rot - internet is ephemeral - dead links

      for - digital delay stats - Pew Research

      summary - That digital decay and link rot are digital facts of life means that annotating information on the page that is relevant for you to preserve is a good practice. - It may appear redundant but if that page disappears in the future, you will be glad you have preserved it in a place accessible to you - in your annotations!

    1. 9:45 "generation fernseher" gegen "generation internet"<br /> "alte" menschen haben die "peer to peer revolution" verpennt, werden nie "aufwachen".<br /> matrix 56:32 Die Matrix ist ein System, Neo. Dieses System ist unser Feind. Was aber siehst du, wenn du dich innerhalb des Systems bewegst? Geschäftsleute, Lehrer, Anwälte, Tischler... Die mentalen Projektionen der Menschen, die wir zu retten versuchen. Bis es dazu kommt, sind diese Menschen immer noch Teil des Systems und das macht sie zu unseren Feinden. Du musst wissen, dass die meisten von ihnen noch nicht soweit sind abgekoppelt zu werden. Viele dieser Menschen sind so angepasst und vom System abhängig, dass sie alles dafür tun, um es zu schützen.

    1. Hachette Book Group, Inc. v. Internet Archive (23-1260)

      Court of Appeals for the Second Circuit

      via Recap archive: https://www.courtlistener.com/docket/67801014/hachette-book-group-inc-v-internet-archive/?order_by=desc

      This appeal presents the following question: Is it “fair use” for a nonprofit organization to scan copyright-protected print books in their entirety, and distribute those digital copies online, in full, for free, subject to a one-to-one owned-to-loaned ratio between its print copies and the digital copies it makes available at any given time, all without authorization from the copyright-holding publishers or authors? Applying the relevant provisions of the Copyright Act as well as binding Supreme Court and Second Circuit precedent, we conclude the answer is no. We therefore AFFIRM.

  5. Jul 2024
    1. In 1996, technology historian Jennifer S. Light compared the talk of “cyberoptimists” about virtual communities to city planners’ earlier optimistic predictions about shopping malls. As the automobile colonized U.S. cities in the 1950s, planners promised that malls would be enclosed public spaces to replace Main Streets. But as Light pointed out, the transition to suburban malls brought new inequities of access and limited the space’s functions to those that served commercial interests.

      A comparison of urban development privatisation and internet development corporatisation

    1. one of the most obnoxious (but true) pieces of advice I've ever seen is that if you want to get a question answered on the internet, and merely asking doesn't get a response, say something on the topic that you know is wrong -- then people will leap to correct you, and you'll get an answer to your original question much easier.
  6. Jun 2024
    1. Es ist in wenigen Jahren von einem Ort der dezentralen und offenen Kommunikation, der niemandem gehörte und in dem alle Informationen gleich behandelt wurden, zu einem Spielball von einer Handvoll Konzernen und Milliardären geworden, die nun von den Plattformen zugunsten weniger Kapitalanleger ausgebeutet werden.
    1. A trend is thus clearly seen in Stallman’s regular political notes, over several years, wherein Stallman re-iterates his position that “adolescents” or “teenagers” are distinct from “children” for the purpose of having sex with adults, and normalizes and defends adult attraction to minors and adults who perform sexual acts with minors.

      This could be worse in gaming communities, especially in MCYT (see Dream and Wilbur Soot's SA allegations for additional context).

    2. Stallman’s fixation on the term “sexual assault” can be understood in his political notes as having the political aims of eroding the meaning of the phrase, questioning the boundaries of consent, downplaying the importance of agency in intimate interactions, appealing for the defense of people accused of sexual assault, and arguing for sexual relationships between minors and adults to be normalized.
    3. Masturbating during a video conference is not wrong if you are not seen doing so

      WTAF. That's something I don't expect here, but seems to be normalized.

    1. Not sure if it may help your Typewriter Typefaces Bible project or not, but I'll mention that Marcin Wichary used the Internet Archive to collect a lot of the materials for his massive 3 volume 2023 book "Shift Happens: A Book About Keyboards": https://archive.org/details/wicharytypewriter

      In addition to lots of material which he found and collected on the Archive, he added a huge number of resources, catalogs, and books which are either rare or incredibly difficult to find by uploading them to the Archive for others to potentially find and use. You and others may find it valuable and or useful to follow his pattern of uploading and storage there.

      syndication link

  7. Apr 2024
    1. then they abuse their users to make things better for their business customers;

      Tinfoil hat theory: This is the stage Google Search is at in April 2024. Not looking good bruv.

  8. Mar 2024
    1. https://vimeo.com/910861638 Résumé de la vidéo [00:00:04][^1^][1] - [00:23:30][^2^][2]:

      Cette vidéo présente une session informative sur l'accompagnement des enfants dans leurs usages numériques, animée par Axel de Saint, directrice d'Internet Sans Crainte. Elle aborde les préoccupations des parents et offre des conseils pratiques par tranches d'âge, ainsi que des outils pour aider les enfants à naviguer dans le monde numérique de manière responsable.

      Points forts: + [00:00:04][^3^][3] Introduction de la session * Accueil et présentation du sujet + [00:01:23][^4^][4] Philosophie de la parentalité numérique * Importance de ne pas diaboliser Internet * Nécessité d'accompagner les enfants + [00:03:31][^5^][5] Accompagner les enfants dans le numérique * Aborder divers sujets liés au numérique * Conseils par tranches d'âge + [00:10:39][^6^][6] Écrans et santé * Impact des écrans sur le sommeil et la vision * Conseils pour préserver la santé mentale + [00:22:01][^7^][7] Conséquences d'une surconsommation d'écrans * Risques de troubles de l'attention et échecs scolaires * Importance de l'équilibre et de l'activité physique Résumé de la vidéo [00:23:33][^1^][1] - [00:45:45][^2^][2]:

      La vidéo aborde l'impact des écrans sur les enfants et propose des stratégies pour gérer leur temps d'écran. Elle souligne l'importance de l'équilibre entre les activités numériques et non numériques et offre des conseils aux parents pour accompagner leurs enfants dans l'utilisation des écrans.

      Points forts: + [00:23:33][^3^][3] Effets des écrans sur les enfants * Illusion d'apprentissage chez les tout-petits * Importance du développement du langage et de la motricité + [00:28:20][^4^][4] Gestion du temps d'écran * Éviter les écrans avant de se coucher * Utiliser des outils pour visualiser le temps + [00:34:24][^5^][5] Conseils pour les parents * Choisir des activités numériques ensemble * Organiser les temps d'écran et les pauses + [00:37:00][^6^][6] Comprendre l'attrait des écrans * Mécanismes incitant à rester connecté * Gérer l'autonomie et le contrôle du temps d'écran Résumé de la vidéo [00:45:46][^1^][1] - [01:08:07][^2^][2]: La vidéo aborde l'importance de l'éducation numérique pour les enfants et présente un outil en ligne, "famin com", qui aide les parents à créer une charte numérique familiale adaptée à l'âge de leurs enfants. Elle souligne l'importance de discuter des contenus choquants, comme la violence et la pornographie, et de fournir des repères adaptés aux enfants.

      Points forts: + [00:45:46][^3^][3] Éducation numérique pour les enfants * Importance de la collaboration parent-enfant * Création d'une charte numérique familiale + [00:46:49][^4^][4] Utilisation de "famin com" * Outil en ligne pour personnaliser la charte * Choix des pratiques selon l'âge de l'enfant + [00:55:07][^5^][5] Partage avec les enfants * Importance de discuter des contenus choquants * Fournir des repères adaptés comme le système PEGI + [01:06:25][^6^][6] Contenus violents et pornographiques * Impact sur la perception des enfants * Utilisation de ressources adaptées pour l'éducation Résumé de la vidéo 01:08:09 - 01:30:04 : La vidéo aborde l'importance de discuter avec les enfants et les adolescents de l'intimité, du consentement et de l'utilisation responsable des réseaux sociaux et des smartphones. Elle souligne la nécessité d'un accompagnement parental dans l'éducation numérique pour assurer la sécurité et le bien-être des jeunes.

      Points forts : + [01:08:09][^1^][1] L'importance de la communication précoce * Discuter d'intimité et de consentement dès la maternelle * Utiliser des livres et des ressources adaptés à l'âge + [01:09:31][^2^][2] Gérer l'exclusion et la pression des pairs * Regarder des vidéos YouTube avec les enfants pour évaluer le contenu * Expliquer les raisons de refuser certains contenus + [01:11:10][^3^][3] Les changements à l'adolescence * L'entrée au collège et le premier smartphone * Les pratiques numériques évoluent et l'autonomie augmente + [01:14:03][^4^][4] L'âge moyen d'obtention du premier téléphone * Préconisation d'un contrôle parental et d'une utilisation adaptée à l'âge * L'équipement précoce nécessite une vigilance accrue + [01:16:15][^5^][5] Les réseaux sociaux les plus utilisés * YouTube, Snapchat et Instagram dominent selon l'âge * Importance de connaître les plateformes pour un accompagnement efficace + [01:25:46][^6^][6] Prévenir le cyberharcèlement * Comprendre les lois et les paramètres de confidentialité * Encourager des pratiques en ligne sûres et responsables Résumé de la vidéo 01:30:06 - 01:42:16 : La vidéo aborde le cyberharcèlement, en particulier les différences entre les expériences des filles et des garçons, l'importance de la vigilance parentale, les réseaux sociaux les plus concernés, et les outils disponibles pour aider les enfants et les parents à gérer et à signaler le cyberharcèlement.

      Points forts : + [01:30:06][^1^][1] Cyberharcèlement des filles et garçons * Différences dans les expériences + [01:31:13][^2^][2] Réseaux sociaux et vigilance * TikTok et Snapchat mentionnés + [01:32:11][^3^][3] Outils pour les parents * Vidéos et guides disponibles + [01:33:10][^4^][4] Numéro d'aide 3018 * Anonyme, gratuit, et confidentiel + [01:34:37][^5^][5] Guides interactifs * Pour enfants et parents + [01:36:15][^6^][6] Conseils sur les réseaux sociaux * Instagram comme ressource

    1. la naturaleza de su trabajo esverlo todo, desarrollan secuelas psíquicas que coinciden en un rechazo incon-dicional a la existencia misma de las redes sociales. De ahí que sus relatospuedan asociarse a la anécdota que Primo Levi contaba sobre las noches enAuschwitz, donde ninguna pesadilla era peor que la realidad que esperabaa los prisioneros al despertar6

      Moderación de contenidos > pesadillas en Auschwitz

    2. En principio, lo mismo de siempre: entre la urgente inespecificidad dela odisea de lo sublime y la palpable realpolitik de los negocios, esta últimadesplazó a los soñadores y se apropió del escenario

      Con Internet pasó lo mismo de siempre.

    Tags

    Annotators

  9. Feb 2024
    1. Flag Flag this item for Graphic Violence Explicit Sexual Content Hate Speech Misinformation/Disinformation Marketing/Phishing/Advertising Misleading/Inaccurate/Missing Metadata texts Ready for anything : 52 productivity principles for work and life

      Ready for anything : 52 productivity principles for work and life

    1. Cette vidéo est une conférence d'Axelle Dein, directrice du programme Internet sans crainte, qui donne des conseils aux parents pour accompagner leurs enfants sur les écrans. Elle aborde les enjeux de la parentalité numérique, les impacts des écrans sur la santé, le temps d'écran, les réseaux sociaux, le cyberharcèlement et les outils de sensibilisation disponibles.

  10. Jan 2024
    1. Jun 1, 2023

      Abstract

      Sometimes buildings just don't look as important as they are. This the case of One Wilshire Blvd in Los Angeles. At first glance, its a generic office building in downtown. But, that blank facade is hiding one of the most important pieces of digital infrastructure within the United States. In this video we visit 1 Wilshire Blvd, explain how it works, and chat with Jimenez Lai who wrote a story about the building which explores its outsized role in our digital lives.

    1. Nathan Jurgenson coined the term “digital dualism” to describe the false presumption of a clean line between the online and the offline.

      @ Legacy Russell

      Glitch Feminism

    1. in 1978 Gary Turk was working for the digital Equipment Corporation he was a sales rep and his job was to sell these the deck system 20. now this thing had built-in arpanet protocol support it was like you don't have to do anything special you could plug it into a network and it would just work and rightly or wrongly Gary thought well I reckon people who are on the upper net might be interested in knowing about this computer and digital didn't have a whole lot of sales going on on the US West Coast they had a big office on the East Coast but West Coast you know California Portland those kind of places they didn't really have much of a presence so he got his assistant to go through the arpanet directory and type in the email addresses of everybody on the American West Coast who had an email address 393 of them and put them now at this point they overflowed the header field so all the people who got this email got an email which started with about 250 other people's email addresses and then right down at the end of it it says hey we invite you to come and see the deck system 2020

      Gary Turk "invented" spam in 1978

    2. one person whose Innovation is still a significant part of the way we work with it was this guy it's Ray Tomlinson and he was working on an opponent Mail system in 1971 and Rey invented at Rey is the person who went well hang on if we know the user's name and we know the arpanet host where they host their email we could put an at in the middle because it's Alice at the machine

      Ray Tomlinson invented the use of @ in 1971

    1. Also just by observing what they’re doing it becomes pretty clear. For example: Facebook recently purchased full-page ads on major newspapers entirely dedicated to “denounce” Apple. Why? Because Apple has built a system-level feature on iPhones that allows users to very easily disable every kind of advertising tracking and profiling. Facebook absolutely relies on being able to track you and profile your interests, so they immediately cooked up some cynical reasons why Apple shouldn’t be allowed to do this.But the truth is: if Facebook is fighting against someone on privacy matters, that someone is probably doing the right thing.
    1. “We believe that this is a simple matter of standing up for our users,” said an Apple spokesperson in response to Facebook’s first full-page newspaper ad yesterday. “Users should know when their data is being collected and shared across other apps and websites — and they should have the choice to allow that or not.”
  11. Dec 2023
    1. The failure of the Free Software community to account for Richard Stallman’s behavior has a chilling effect. The norms set by our leadership influence the norms of our broader community, and many members of the Free Software community look to Stallman as a ideological and political leader. The norms Stallman endorses are harmful and deeply confronting and alienating to many people, in particular women and children. Should these norms be adopted by our movement, we risk creating a community which enables the exploitation of vulnerable people.
    1. Langenhan Johanna-Mathilda, 2023-10-13, love "ugly" internet sites that "can't do anything", https://dead.garden/blog/i-love-ugly-internet-sites-that-cant-do-anything.html (2023-12-04).

  12. Nov 2023
    1. Munroe R., FedEx Bandwidth, 5.02.2013, https://what-if.xkcd.com/31/, 26.11.2023.

      Autor wpisu odpowiada na pytanie: kiedy - jeśli w ogóle - przepustowość łącza internetowego przewyższy przepustowość firmy kurierskiej FedEx?

      Odpowiedź odnosi się do tego, że jesteśmy w stanie przesłać więcej danych na nośniku drogą tradycyjną, np. kurierem, niż przez internet.

      Pytanie brzmi, czy wciąż możemy to tak ująć, zważywszy, że odpowiedź na to pytanie pojawiła się w 2013 roku.

    1. There was no automatic advertising delivery. There was no personalization, or any kind of tracking. Instead, I go through all of this every morning, picking which ads I thought looked interesting today, and manually changing and updating the pages on my site.This also meant that, because there was no tracking, the advertising companies had no idea how many times an ad was viewed, and as such, we would only get paid per click.Now, the bigger sites had started to do dynamic advertising, which allowed them to sell advertising per view, but, as an independent publisher, I was limited to only click-based advertising.However, that was actually a good thing. Because I had to pick the ads manually, I needed to be very good at understanding my audience and what they needed when they visited my site. And so there was a link between audience focus and the advertising.Also, because it was click based, it forced me as an independent publisher to optimize for results, whereas a 'per view' model often encouraged publishers to lower their value to create more ad views.

      Per-click versus per-view advertising in the 1900s internet

    1. I am proud to have my site as part of The Internet of Unmonetisable Enthusiasms, whether it is mentioned in the article or not.

      via Ron Chester at https://micro.blog/Ron/369099

    1. I've highlighted the shit out of this because I believe it actually argues a fundamental truth: communicating electronically is, indeed, a better way of communicating.

      I don't think this friendship had to die, but the illusion of romance probably did. I'm going to do my best to choose to ignore the confirmation bias within me - could it be the absence of stigma that enabled these realizations? Is the stigma, itself, then, now a virtually all-powerful (beyond any measure of reflection) force which will never allow us to progress???

      Fuck hype, man.

  13. Oct 2023
  14. Sep 2023
    1. "Unless you've felt it, unless you've cried over the fact that we really thought we were making the world a better place with the internet..." He pauses. "We 100 per cent believed that." Humanity, he says, is living through "two super old stories. One: be careful what you wish for, because you'll get it... And two: creators losing control of their creations."  He should know, because he is one of those Dr Frankensteins. As the son of Silicon Valley royalty (or at least nobility), he spent years merrily building technology that he believed was changing the world. It did, but not in the way that he hoped.
      • for: progress trap, progress trap - Aza Raskin, progress trap - internet, quote, quote - Aza Raskin, quote - progress trap, quote - progress trap - internet

      • quote

        • Unless you've felt it, unless you've cried over the fact that we really thought we were making the world a better place with the internet... We 100 per cent believed that.
    1. a useful way to answer such questions is to look at when it has been used on Fox News. Analysis of closed-captioning collected by the Internet Archive shows that use of “Chinese Communist Party” or “CCP” has been far more common on Fox News and Fox Business than on CNN and MSNBC.

      One can query the text in closed-captioning from the Internet Archive to track trends, and particularly politics, on television news.

    1. “But our everyday reality using the computer does not feel empowering. You want to use the internet without being tracked? Almost impossible. Want to message a friend? I hope you have read and agree to the WhatsApp Terms of Service and Privacy Policy. Want to install some software on your Apple device? It better be in the App Store. Perhaps you want to lend an Amazon eBook to your sister? Well you don’t actually own it, so you’ll have to ask Amazon.”
    1. La familia de protocolos de internet o pila de protocolos de Internet[1]​ es un conjunto constituido por los protocolos de red clave que componen la arquitectura de internet y que permiten la comunicación efectiva y la transmisión de datos entre computadoras.

      esto significa que el internet no es una sola tecnologia sino un grupo

    1. that's that is the Dirty Little Secret 00:12:08 of where we're at right now with Americans at each other's throats politically it's being created caused on purpose by the Chinese and the Russians who are manipulating people 00:12:22 through um use of phony websites and other disinformation campaigns being run which is a type of warfare that's being run 00:12:34 against the American people and they're falling for it
      • for: example, example - internet flaws, polarization, disinformation,, example - polarization, political interference - Russia, political interference - China
      • example: polarization, internet flaws
  15. Aug 2023
    1. https://sourcebooks.fordham.edu/source/courcon1.asp

      Medieval Sourcebook: Robert de Courçon: Statutes for the University of Paris, 1215 The basic course was in the arts. Of the other faculties theology was best represented at Paris, law at Bologna, and medicine at Salerno. Robert de Courçon's statutes lay down the course in arts and enumerate the books to be studied. Students were expect to be able to teach as well as learn.

    1. I believe we are arriving at multiple simultaneous breaking points. The most obvious is of course the climate crisis, but also consider the mounting levels of inequality, of pollution and of despicable charlatanry exhibited by those in positions of power. These simply cannot go on if we are to survive as a civilization. Since civilization is resilient, the odds are that we develop tools to support a saner society and bring those tools to bear. I’m not prescient enough to enumerate them, but it seems that the single most useful technology would be one that clearly distinguishes verifiable truth from agitprop in an unavoidable and unambiguous way. This is a necessary but not sufficient condition for making progress on any of the key issues we face.
      • for: quote, quote - David Bray, quote polycrisis, indyweb - support, People-centered Internet Coalition, polycrisis
      • quote
        • I believe we are arriving at multiple simultaneous breaking points.
        • The most obvious is of course the climate crisis, but also consider the mounting levels of
          • inequality,
          • of pollution and of
          • despicable charlatanry exhibited by those in positions of power.
        • These simply cannot go on if we are to survive as a civilization.
        • Since civilization is resilient, the odds are that we develop tools to support a saner society and bring those tools to bear.
        • I’m not prescient enough to enumerate them, but it seems that the single most useful technology would be one that
          • clearly distinguishes
            • verifiable truth from
            • agitprop
          • in an unavoidable and unambiguous way.
        • This is a necessary but not sufficient condition for making progress on any of the key issues we face.
      • author: David Bray
        • executive director, People-Centered Internet Coalition
    2. We lived in a relatively unregulated digital world until now. It was great until the public realized that a few companies wield too much power today in our lives. We will see significant changes in areas like privacy, data protection, algorithm and architecture design guidelines, and platform accountability, etc. which should reduce the pervasiveness of misinformation, hate and visceral content over the internet.
      • for: quote, quote - Prateek Raj, quote - internet regulation, quote - reducing misinformation, fake news, indyweb - support
      • quote
        • We lived in a relatively unregulated digital world until now.
        • It was great until the public realized that a few companies wield too much power today in our lives.
        • We will see significant changes in areas like
          • privacy,
          • data protection,
          • algorithm and
          • architecture design guidelines, and
          • platform accountability, etc.
        • which should reduce the pervasiveness of
          • misinformation,
          • hate and visceral content
        • over the internet.
        • These steps will also reduce the power wielded by digital giants.
        • Beyond these immediate effects, it is difficult to say if these social innovations will create a more participative and healthy society.
        • These broader effects are driven by deeper underlying factors, like
          • history,
          • diversity,
          • cohesiveness and
          • social capital, and also
          • political climate and
          • institutions.
        • In other words,
          • just as digital world is shaping the physical world,
          • physical world shapes our digital world as well.
      • author: Prateek Raj
        • assistant professor in strategy, Indian Institute of Management, Bangalore
    1. I see no reason to think that the current situation will change: Tech will cause problems that require innovative solutions and tech will be part of those solutions. Machine learning (ML) is right now an example of this
      • for: progress trap, unintended consequence, unintended consequence - digital technology, quote, quote - progress trap, quote - David Weinberger
      • quote: I see no reason to think that the current situation will change:
        • Tech will cause problems that require innovative solutions and
        • tech will be part of those solutions.
        • Machine learning (ML) is right now an example of this
      • author: David Weinberger
        • senior researcher at Harvard’s Berkman Klein Center for Internet & Society
  16. Jul 2023
    1. I have been using the Outline of Knowledge (OoK) which Adler developed for the Propædia volume of the 15th edition of the Encyclopedia Britannica (orig. publ. 1974) as my way of indexing knowledge (there is a blog series describing this). I am now working on Part 7 of the series, which is concerned with porting from a card-based analogue system to a digital computer-based form, using the insights gained from having done so via the analogue approach initially.It appears as though the final version of the OoK which ever appeared was in 2010, and is archived at The Internet Archive.I am interested in whether anyone has continued using the OoK or has expanded upon it in any formalised or systematic way. I have made my own mods to it, of course, as it is several decades old and could bear with some revision. But I am not aware of any organisation or group that may already be doing this, including the Britannica itself (which seems a shame, if it is the case).Does anyone know of any such efforts?

      reply to u/TheVoroscope at https://www.reddit.com/r/antinet/comments/va2s09/comment/jtwqhd7/?utm_source=reddit&utm_medium=web2x&context=3

      u/TheVoroscope, the only things I've seen on it are the original and what you've written. I suspect anything current will be quite niche and would require searching in the areas of academic journal articles or at the level of graduate studies within the library sciences where you might find something. Simon Winchester had a section on the rise and downfall of the Encyclopedia Britannica in his most recent book Knowing What We Know (2023) which has a brief mention of the Propædia, but it was broadly described as a $32 million dollar bomb that ended the Encyclopedia. I would suspect that the last printings in 2010 and 2012 were probably the last more as a result of the rise of internet usage than they were the form and function of the Propædia itself though.

    1. Nov 23, 2022

      The internet is the most technically complex system humanity has ever built. Jim Kurose, Professor at UMass Amherst, has been challenged to explain the internet to 5 different people; a child, a teen, a college student, a grad student, and an expert.

  17. Jun 2023
    1. They create a lot of useful content on there site, which they are happy for users to copy and paste for use elsewhere. They wanted to know how often this was happening, on which pages, and what text.
  18. May 2023
    1. One click to turn any web page into a card. Organize your passions.

      https://aboard.com/

      In beta May 2023, via:

      All right. @Aboard is in Beta. @richziade and I are to blame, and everyone else deserves true credit. Here's an animated GIF that explains the entire product. Check out https://t.co/i9RXiJLvyA, sign up, and we're waving in tons of folks every day. pic.twitter.com/7WS1OPgsHV

      — Paul Ford (@ftrain) May 17, 2023
      <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
    1. Incidentally, when a straightforwardly “I’m a Nazi” Nazi showed up in the beta, people used the report function, and the Bluesky team labeled the account and banned it from the Bluesky app and restricted promotion of the account of the person who invited him. This changed exactly none of the tenor of the Nazi conversation on Mastodon, but it happened.

      Now just imagine the equivalent on the scale of an entire server and you've got the story of Mastodon's incredibly centralized, swift expulsion of Gab's influence. Here's The Verge's version for the moment.

    1. These are machine-learning models that can generate content that before this point in history, only humans could make. This includes text, images, videos, and audio.

      Appleton posits that the waves of generative AI output will expand the dark forest enormously in the sense of feeling all alone as a human online voice in an otherwise automated sea of content.

    2. However, even personal websites and newsletters can sometimes be too public, so we retreat further into gatekept private chat apps like Slack, Discord, and WhatsApp.These apps allow us to spend most of our time in real human relationships and express our ideas, with things we say taken in good faith and opportunities for real discussions.The problem is that none of this is indexed or searchable, and we’re hiding collective knowledge in private databases that we don’t own. Good luck searching on Discord!

      Appleton sketches a layering of dark forest web (silos mainly), cozy web (personal sites, newsletters, public but intentionally less reach), and private chat groups, where you are in pseudo closed or closed groups. This is not searchable so any knowledge gained / expressed there is inaccessible to the wider community. Another issue I think is that these closed groups only feel private, but are in fact not. Examples mentioned like Slack, Discord and Whatsapp are definitely not private. The landlord is wacthing over your shoulder and gathering data as much as the silos up in the dark forest.

    3. The overwhelming flood of this low-quality content makes us retreat away from public spaces of the web. It's too costly to spend our time and energy wading through it.

      Strickler compares this to black zones as described in [[Three Body Problem _ Dark Forest by Cixin Liu]], withdraw into something smaller which is safe but also excluding yourself permanently from the greater whole. Liu describes planets that lower the speed of light around them on purpose so they can't escape their own planet anymore. Which makes others leave them alone, because they can't approach them either.

    4. This is a theory proposed by Yancey Striker in 2019 in the article The Dark Forest Theory of the InternetYancey describes some trends and shifts around what it feels like to be in the public spaces of the web.

      Hardly a 'theory', a metaphor re-applied to experiencing online interaction. (Strickler ipv Striker)

      The internet feels lifeless: ads, trolling factories, SEO optimisation, crypto scams, all automated. No human voices. The internet unleashes predators: aggressie behaviour at scale if you do show yourself to be a human. This is the equivalent of Dark Forest.

      Yancey Strickler https://onezero.medium.com/the-dark-forest-theory-of-the-internet-7dc3e68a7cb1 https://onezero.medium.com/beyond-the-dark-forest-a905e2dd8ae0 https://www.ystrickler.com/

  19. Apr 2023
    1. reinventing Google Sidewiki or similar systems in which replies exist outside of the network itself.

      I'm ashamed/bewildered to confess that I have zero recollection of Google Sidewiki... Given the medium in which I'm typing this right now - and a whole bunch of other anecdotes from my online life - I think I would have been very engaged with such a thing.

      What a Wiki page though! Thank you. Bless. Through it, I discovered the Google Toolbar Help YouTube Channel.

    1. Propuso el Memex en As we may Think.

      ¿De qué manera una maquina puede cambiar la manera en que pienso? ¿Un ejemplo podría estar relacionado con la imprenta y la forma en que leemos?

  20. Mar 2023
  21. Feb 2023
    1. Wywiad Filipa Lecha z Marcinem Wilkowskim na temat historii polskiego internetu i kultury cyfrowej.

    2. "Sieć przyjaciół. Serwis społecznościowy oczami etnografa" Piotra Cichockiego

      Piotr Cichocki, Sieć przyjaciół. Serwis społecznościowy oczami etnografa, Instytut Etnologii i Antropologii Kulturowej Uniwersytetu Warszawskiego 2012.

      Książka w katalogu Nukat: http://katalog.nukat.edu.pl/lib/item?id=chamo:2727292&fromLocationLink=false&theme=nukat

      Książka w katalogu Worldcat: https://worldcat.org/title/920454035

    3. Marta Juza, badaczka internetu i kultury internetowej w Polsce, w książce "Kultura Internetu w Polsce: od akademickich początków do upowszechnienia zjawiska" opisywała w jaki sposób środowisko profesjonalne, które zakładało w Polsce Internet infrastrukturalnie, ale było też odpowiedzialne za pierwsze projekty webowe, podchodziło do nowych użytkowników – internautów sprzed czasów Neostrady

      Marta Juza, Kultura internetu w Polsce. Od akademickich początków do upowszechnienia zjawiska, Uniwersytet Pedagogiczny im. Komisji Edukacji Narodowej 2012.

      Książka w katalogu Nukat: http://katalog.nukat.edu.pl/lib/item?id=chamo:2755596&fromLocationLink=false&theme=nukat

      Książka w katalogu Worldcat: https://worldcat.org/title/829796628

    4. Dzisiaj jest to bardzo rzadkie, właściwie niespotykane.

      Faktycznie, rzadkie, jednak dające się jeszcze spotkać. Dwa przykłady: - https://webring.xxiivv.com/ - https://gossipsweb.net/

    5. Dzieci przychodziły z zeszytami, w których miały zanotowane adresy stron.

      Sam miałem taki zeszyt. Zeszyt z adresami, które chciałem odwiedzić, jak już będę w kafejce internetowej, do której zabierze mnie rodzeństwo (ostatecznie nie zabrało).

    6. Netartowa artystka Olia Lialina w 2005 roku napisała esej "Vernacular Web" mówiący o webie, który pamiętamy z lat 90. – kolorowym, niejednorodnym, pełnym gifów – z całą tą twórczością oddolną, za którą widać realnego człowieka, a nie korporację czy proces optymalizacji.
    7. Na swoim blogu (web96.pl), na którym zajmujesz się m.in. historią polskiego Internetu

      https://web96.pl/

      Blog Marcina Wilkowskiego o polskim dziedzictwie cyfrowym i historii polskiego Internetu.

    1. Internet y las redes sociales han revolucionado la forma de informarnos, comunicarnos y relacionarnos. Ya sea con nuestro entorno más cercano o con el resto del mundo, los jóvenes nunca habían tenido la oportunidad de aprender y expresar sus puntos de vista tanto como ahora.

      Hay que tener especial cuidado con las "libertades" que se dan a los niños por ser "maduros" los niños necesitan del adulto y de su guía para poder ser personas con derechos y deberes

    1. Renewables and nuclear energy will dominate the growth of global electricity supply over the next three years, together meeting on average more than 90% of the additional demand

      The IEA listing this in this quote is really helpful.

    1. These may or may not help. Things have certainly changed in the past several years, but if we have learned anything, the "infinite memory of the internet" is anything but. Dependencies vanish and die all the time. So, while you may have a list of dependencies, if you don't have those actual dependencies locally with you, you may be out of luck. Even if the actual project still exists, the older versions you depend on may not.

      Reminds me of a blog on Internet Archive Blogs post by Brewster Kahle from November 2022, Digital Books wear out faster than Physical Books, which was also referenced on Hacker News.

      让我想起了 2022 年 11 月「Internet Archive Blogs」上 Brewster Kahle 发表的一篇文章,「Digital Books wear out faster than Physical Books(电子书比实体书磨损得更快)」。当时 Hacker News 上也有人 引用 过这篇文章。

  22. Jan 2023
    1. the lack of external input—of content to consume—is terrifying to people, to the extent that singular artifacts of media aren't sufficient. you need multiple inputs at once, to hedge against the possibility that one of them will fail to hold your attention and force you to sit in the quiet of your own mind.

      Overwhelming the senses, numbing thought -- antithetical to meditation, blocking thought rather than releasing it, detachment from reality and immersion in the created world, embracing overwhelm instead of deep experience

  23. Dec 2022
    1. ---.._ `\ ,;;;, "--.._ |,%%%%%% _ `\;;;; -\ _ _.'/\ try not to buy ,;;;;" .__{=====/_)==:_ || .io domains. ,,,;;;;;'`-./.____,'/ / '.\/ bcuz they're icky. 🤮 ;;;;;' `--.._.' / '-. `\/ ,'`. | __.-' \ ,' '`` `---`

      Advice around .io domains

    2. .io is the official domain of "the british indian ocean territory"

      .io domain name

    1. I want to insist on an amateur internet; a garage internet; a public library internet; a kitchen table internet.

      Social media should be comprised of people from end to end. Corporate interests inserted into the process can only serve to dehumanize the system.


      Robin Sloan is in the same camp as Greg McVerry and I.

    1. ephemeral sources .t3_znbvw3._2FCtq-QzlfuN-SwVMUZMM3 { --postTitle-VisitedLinkColor: #9b9b9b;