This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 後美國網際網路(The Post-American Internet)(永久連結 permalink) | |
| 在 12 月 28 日,我於德國漢堡舉行的 **第 39 屆混沌通訊大會(39th Chaos Communications Congress,簡稱 39C3)** 上,發表了 一場題為 **〈一個後美國、能抵抗「爛化」(enshittification)的網際網路〉** 的演講。以下是該演講的逐字稿。 | |
| (影片播放器略) | |
| --- | |
| 你們之中很多人都知道,我是 **電子前哨基金會(Electronic Frontier Foundation,EFF)** 的一名行動者。我即將在那裡展開第 25 個年頭。我知道自己很難說是完全中立,但在我看來,這個世界上沒有任何一個組織,比 EFF 更擅長捍衛我們的數位權利。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| www.youtube.com##:matches-path(/results) ytd-shelf-renderer[thumbnail-style] | |
| www.youtube.com##:matches-path(/results) grid-shelf-view-model | |
| www.youtube.com##a[title="Shorts"] | |
| www.youtube.com##ytd-compact-video-renderer:has(a[href*="/shorts/"]) | |
| www.youtube.com##ytd-playlist-renderer | |
| www.youtube.com##ytd-radio-renderer | |
| www.youtube.com##ytd-reel-shelf-renderer | |
| www.youtube.com##ytd-rich-item-renderer:has(yt-lockup-view-model) | |
| www.youtube.com##ytd-rich-item-renderer:has(ytd-thumbnail-overlay-bottom-panel-renderer) | |
| www.youtube.com##ytd-rich-section-renderer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| build/bin/llama-server -hf ggml-org/Qwen2.5-Coder-7B-Q8_0-GGUF -ngl 99 -fa -ub 1024 -b 1024 -dt 0.1 --ctx-size 0 --cache-reuse 256 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>test</title> | |
| </head> | |
| <body> | |
| <script> | |
| <!-- | |
| let el = 'foo'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # vim: set syntax=perl | |
| use Mail::SpamAssassin; | |
| my $sa_agent = Mail::SpamAssassin->new(); | |
| sub local_filter_last { | |
| return unless $hdr{Path} =~ /google-groups\.googlegroups\.com/; | |
| my %myhdr = %hdr; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| server { | |
| listen 80; | |
| listen [::]:80; | |
| server_name test3.gslin.com; | |
| root /srv/test3.gslin.com/public; | |
| index index.html; | |
| access_log /var/log/nginx/test3.gslin.com-access.log combined; | |
| return 301 https://$server_name$request_uri; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Event handler for clicking on an image thumbnail | |
| * | |
| * @param {jQuery.Event} ev | |
| * @ignore | |
| */ | |
| function onClickImage(ev) { | |
| ev.preventDefault(); | |
| routeThumbnail($(this).data("thumb")); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function _enable( $container, prefix, page, isClosed ) { | |
| ... | |
| // Restricted to links created by editors and thus outside our control | |
| // T166544 - don't do this for reference links - they will be handled elsewhere | |
| var $link = $container.find("a:not(.reference a)"); | |
| $link.on("click", function () { | |
| // the link might be an internal link with a hash. | |
| // if it is check if we need to reveal any sections. | |
| if ( | |
| $link.attr("href") !== undefined && |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| File "/home/service-trac/.pyenv/versions/2.7.18/lib/python2.7/site-packages/trac/web/_fcgi.py", line 659, in run | |
| self.process_input() | |
| File "/home/service-trac/.pyenv/versions/2.7.18/lib/python2.7/site-packages/trac/web/_fcgi.py", line 695, in process_input | |
| self._do_params(rec) | |
| File "/home/service-trac/.pyenv/versions/2.7.18/lib/python2.7/site-packages/trac/web/_fcgi.py", line 794, in _do_params | |
| self._start_request(req) | |
| File "/home/service-trac/.pyenv/versions/2.7.18/lib/python2.7/site-packages/trac/web/_fcgi.py", line 778, in _start_request | |
| req.run() | |
| File "/home/service-trac/.pyenv/versions/2.7.18/lib/python2.7/site-packages/trac/web/_fcgi.py", line 571, in run | |
| protocolStatus, appStatus = self.server.handler(self) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from six.moves.urllib.parse import parse_qs, quote | |
| from trac.core import Component, implements | |
| from trac.util import hex_entropy | |
| from trac.util.datefmt import time_now | |
| from trac.util.html import tag | |
| from trac.util.translation import _, tag_ | |
| from trac.web import IAuthenticator, IRequestHandler | |
| from trac.web.chrome import Chrome, INavigationContributor | |
| import re | |
| import requests |
NewerOlder