marcan, who is working on AsahiLinux, is streaming at this time of writing and just got the framebuffer working, this is one of the most interesting live-code-streams I have seen.
Still going. Don't think even stopped to eat, drink, or bio break. I'm also surprised his computer hasn't crashed or something! Really fun to watch him work.
I really think this is getting unhealthy hyperfixation and I really hope this is unusual for marcan, as this comes at a cost you can never make up for again.
Btw. if you enjoy these extended coding streams, you may like the Scanlime livestreams: https://www.youtube.com/c/scanlimeinprogress/videos. She's also a fascinating person to observe in her natural environment. The videos are also low key trippy and artsy.
I had an idea some years ago to make this app but based around a community of helping others find their song by humming and finding your own songs, i have a 2 year old react-native project with a basic working version [1]
I don't have time to finish it but i would love it if somebody would make this
That is really cool. I also liked "The Clock", a 24hr film montage with every scene showing a clock with the correct time. I didn't see much of it but it was mesmerising to watch.
I re-implemented (most of) TPLang (mentioned above) in pure JS , and called it openjscam [1]
And am working on open source software for CAM (as a hobby), just 2.5D gcode generators, using maker.js and openjscam [2].
And made opencamlib compile on Mac and Windows (and added basic Node.JS bindings) [3]
I am hoping more people will work on open source g-code generators so we have better alternatives to Fusion 360 / Solidworks for free
I tried to install this on OSX (10.12.1), it doesn't seem to handle tar.xz files well, when extracted using the (default) "Archive Utility", it produces a ".cpgz" file, which, when extracted, produces a ".tar.xz" file again.
I ended up extracting it using the "xz" utility
brew install xz
xz -d ./mac-portacle.tar.xz
Opening the Portacle.app file didn't work, starting it from the terminal gave me the following:
dyld: Symbol not found: _iconv
Referenced from: /usr/lib/libcups.2.dylib
Expected in: /Users/koen/Downloads/portacle//usr/mac/lib//libiconv.2.dylib
in /usr/lib/libcups.2.dylib
/Users/koen/Downloads/portacle//emacs/mac/emacs.sh: line 51: 44458 Abort trap: 6 "$SCRIPT/bin/emacs" --name Portacle -T Portacle -q -l "$ROOT/config/emacs-init.el" "$@"
I go to great lengths to be able to run Linux, cannot live without a properly functioning tiling window manager. I don't mind that the webcam support is coming in a (couple of) year(s). As the laptop (re)boots in a couple of seconds, I don't mind the shutdown when I go to bed (eco friendly even ;))
> I don't mind the shutdown when I go to bed (eco friendly even ;))
What exactly is eco friendly about shutdown versus suspend where it uses < 1W? Besides, the wear and tear of repeated shutdown/powerup cycles might mean it is a less "eco" friendly option in the end.
I don't think the way you run your laptop has appreciable environmental impact. The damage is in manufacturing and disposal. The best way to be eco friendly is to buy laptops that don't need to be replaced as often.
> Besides, the wear and tear of repeated shutdown/powerup cycles might mean it is a less "eco" friendly option in the end.
Assuming grandparent comment is shutting down the computer once or twice a day, it should be fine, I'm pretty sure the hard drive isn't going to fail from that.
That I might have invested 100+ hours tweaking & patching stuff to get linux to run properly on apple hardware. a lot of this time was spent with getting nvidia drivers to work on my macbook pro 6,1 as it has a weird EFI version. (I don't mind because I like tinkering with stuff and learning about underlying causes of problems)
My (6 year old) macbook pro got bricked and I was daring enough to get the new Macbook Pro retina (MacBookPro11,4).
Before installing Arch (assuming I needed the latest kernel for anything to work) I tried installing Xubuntu 16.04, and it amazes me how well it works! After installing refind everything just seemed to work out of the box.
The only things that aren't working is the webcam and suspend / hibernate, but I don't really care about those and suspend even seems fixable.
For anyone interested, I got the intel graphics drivers installer to run by changing DISTRIB_CODENAME to "wily" in /etc/lsb-release and changing it back to "xenial" after installation (make a backup: sudo cp /etc/lsb-release.backup /etc/lsb-release)
I don't know if it's the same webcam in the newest Macbook, but the the reverse engineered driver works perfectly for me on a 2013 model: https://github.com/patjak/bcwc_pcie/wiki
Just follow the instructions exactly. If it doesn't work first time, try `sudo modprobe -r bdc_pci` and then retry `sudo modprobe facetimehd` and see if it creates `/dev/video0` (which means it's working)
For suspend, is it waking up after you close the lid? I fixed this with:
sudo -i
echo XHC1 > /proc/acpi/wakeup
Then give it a test. If it works, pop it into a startup service somewhere.
Oh, right. That's a different issue. I've had my laptop do that a couple of times, closing the lid again and re-opening it has fixed it each time, so I never dug into it. I'll have a poke about and see if I can find anything.
Note: You want LID0 to be enabled, so that opening the lid wakes it up.
https://www.youtube.com/watch?v=GxnWuXgj3JI