• perl 编译快多了 at April 03, 2026

    我怀疑 ffmpeg 组放飞自我,是不是吃药吃得太多了

  • perl 编译快多了 at April 03, 2026

    wayland 客户模式仅在游戏和视频播放那里提升画质,在日常使用与 xorg 差别不大,亏我还天天想办法切换到 wayland,难道 linux 上面没有企业要做图形用户界面吗?

  • perl 编译快多了 at April 03, 2026

    perl use curl_easy ok. Download movie .ts/.m3u8:

    use strict; use warnings;
    use Net::Curl::Easy qw(/^CURLOPT_/ );
    sub writef{ my $fn = shift; my $con = shift; open(my $wf, ">", $fn); binmode($wf);
    print $wf $con; close($wf);}
    my $pwdd = `pwd`;
    my $uid = int(substr($pwdd, length($pwdd)-3, 2) ); if ($uid > 0){print "XXXX uid=".$uid."\n";} else { die "not good Uid";}# die();
    if (-e "object.html"){} else {
    system("curl -o object.html https://mm.yuyu80.com/vplay/hhq/62329-1-".$uid.".html");
    open(my $oh, "<object.html"); my $fkey = "";
    while (<$oh>) {
      my $ij = index($_, "gsuus.com/play/");
      if ($ij > 0){ $fkey = substr($_, $ij+15, 8); print $fkey."\n";#die;
      }
    }
    print $fkey."\n";#die;
    system("curl -o index.m3u8 https://v.gsuus.com/play/hls/".$fkey."/index.m3u8");
    system("curl -o enc.key https://v.gsuus.com/play/hls/".$fkey."/enc.key");
    }
    open(my $rm, "<index.m3u8"); my $ii = 0;
    sub ncurl {
      my $fn = shift; my $adr = shift; my $fb = "";
      my $cursor = Net::Curl::Easy->new();
      $cursor->setopt(CURLOPT_FILE, \$fb);$cursor->setopt(CURLOPT_URL, $adr);
      $cursor->perform();
      writef($fn, $fb);
    }
    
    while (<$rm>) {
      my $jb = index($_, "/58"); 
      if ($jb > 0){ my $ys = substr($_, $jb+13); $ii = int(substr($ys, 0, length($ys)-3));
     $ys = "plist".$ii.".ts";
        if (-e $ys){} else {
        ncurl($ys, "https://gs.gszyi.com:999/hls/703/20250811".substr($_, $jb, 7)."/".$ys);
          #system("axel link;;
        }  }
    }
    
  • perl 编译快多了 at March 22, 2026

    有人用 ruby 写 wiki vuxu.org/vuxi/vuxi

    vuxi is a very simple static Wiki compiler.
    
    Source is available on github.
    
    I use vuxi git-driven, the pages reside in a git repository on kaja, and there is a post-receive hook that updates the site:
    
    #!/bin/sh
    cat >/dev/null
    cd ..
    GIT_DIR=.git git checkout -f master
    cd ..
    ruby vuxi.rb
    Then I just need to git push and the site will update automatically.
    
    Created: Sun, 10 Jan 2010 20:10:39 +0100
    Updated: Fri, 16 Jul 2021 17:05:19 +0200
    Copyright © 2007–2021 Leah Neukirchen.
    

    https://github.com/chneukirchen/vuxi/

  • 暂时隐藏暂时隐藏 at March 21, 2026

    醒醒,碳元素 C 排名比硅元素 Si 高的多

  • 暂时隐藏暂时隐藏 at March 19, 2026

    去 ta0ba0 某个大学教材二手店,卖 python 的多得多,剩下是 js 和 java 的,c 和 php 只有一本,可是 py 是蟒蛇,php 是大象,大象是哺乳动物而且体重大得多,国内重视 python 是错误选择

  • 暂时隐藏暂时隐藏 at March 19, 2026

    突然想起来国内大部分安卓手机用的 ARM 处理器加 linux 加 java 是个绝妙的搭配,不管什么时间用 x86 处理器干的活都比 arm 干的多,linux 以低安全性为名,java 更厉害了,用 java 写界面的软件都有非商业目的的,哪怕换成英特尔 atom 的 winphone 手机都好很多

  • 前苏联三进制芯片解决仿生问题快多了,二进制半导体性能低下

  • 让代码自然崩溃;说服客户买多重备份方案;说明不是我的问题而是电脑硬件、电信、微软的问题;买保险

  • 暂时隐藏暂时隐藏 at March 16, 2026

    ruby on rails 可以被理解为后端带残疾版 javascript 的生成器,golang 没有什么不可取代的,ruby 地位比 golang 高

  • 暂时隐藏暂时隐藏 at March 16, 2026

    据我所知,国内普遍把 perl 和 ruby 看作与 python 平等,这在欧美不是这种情况,虽然 perl6 没什么人用,但是你比较一下国外公开的个人项目,用前者的项目比用后者的项目写得仔细多了。

  • 暂时隐藏暂时隐藏 at March 16, 2026

    这种c#套壳充当kpi的简单程序,买个active state 的服务支持应该很好写,养个会三 p 一 r 的程序员也不贵,偏偏 IT 要用 wpf 来写,我也没试过在 linux 上安装 dotnet,这下电脑坏了我就只能坐以待毙?

  • perl 编译快多了 at March 06, 2026

    某台低配置 intel 电脑,在设备管理器删除 sata 和显卡驱动,运行速度反而变快了好多

  • perl/php/ruby这些高级程序员工具不需要部分流浪民族写的垃圾,如果你学ruby赚不了钱,跟ruby没有agent没有关系

  • ruby 写网页就当 php 来用

  • rust 出现了,pascal 连教写算法的机会都没有了,我看 gnome 出了个 showtime 视频播放器用的是 pygtk3 和 gstreamer-rust 重写版,比 totem 好用

  • 虽然我不是写代码的,但是我的看法不太一样,先让编程语言解决了“程序员写代码做 AI 把程序员的工作取代了”这个尴尬问题先。我身边接触到 python 写的工控软件或者网页,看起来都显得智力低下,同样的工资给我来写我会写成比较小的界面,就是很多按钮文本框紧凑那种。

  • ruby 原来最大的赞助公司是 twitter 现在改名为 X 了,本来就没有什么钱开发

  • 减少 linux 垄断软件 at January 30, 2026

    一个漏洞,我的发行版的 qemu amd64 版本 10.2 安装 openbsd7.8 CD0 的 set 的时候,指定-smp cpus=2 时会报 fatal acpi error 重启,若不指定则能继续安装

  • 估计楼主接触到的编程技术比较低级

  • 欢迎使用 dlang dmd 或者 gdc

  • 不像是个程序员提出的问题,公司有钱可以买微软 aspnet sqlserver 套装,就怕不给钱,

  • 3P 里面最早死的是 python 毫无疑问,没有爬虫和人工智能前 python2.7 只能写写小工具,

  • 减少 linux 垄断软件 at January 17, 2026

    移除 kvm kvm-intel btrfs 模块

  • ironruby1.9.2 理论上还可以用

  • 减少 linux 垄断软件 at January 16, 2026

    尝试绕开 pulseaudio,我的系统刚好 alsa 和 oss 都用不了,alsactl restore 运行成功,用 mplayer -ao pulse/sdl FILE,默认音量不一样说明 sdl 并不一定从当前的 pulseaudio 输出。

  • 减少 linux 垄断软件 at January 16, 2026

    我的发行版打包的 ffmpeg 编码不全,还有-vf scale=x:y 一定要放在输出文件名前面,这 ffmpeg 处理参数,是这样的吗?

  • linux 技巧更新 at January 16, 2026

    建议大家充分利用运营商的邮箱,移动的 139,联通的沃,电信的 189,天天找机会发邮件,千万不能让他们闲着

  • 减少 linux 垄断软件 at January 14, 2026

    避免 ffmpeg,使用 1.0rc1 版本的 mplayer 并自行编译,可以使用有限种类的视频、音频编码,但是我目前编译失败

  • 减少 linux 垄断软件 at January 14, 2026

    比如 sciteqt 的 github 页面 markdown 文件尾写明可以在浏览器的 wasm 环境运行,一个编辑框在 wasm 上运行到底想干什么?