"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAD
Advent of Code heimchen Now 50%
Day 4: Don't forget, that in 2, the point multiplying isn't any more

If you add tickets with the point multiplier the code is just off by one, and I spotted the problem immediately.

0
1
Upgrade from Sony PRS-T3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHE
    heimchen
    Now 100%

    Thanks, this sound interesting. How is the battery life? I would guess android has a tonne of services, that could eat up battery, which i wouldn't really need on an ebook reader.

    2
  • I have an old PRS-T3 from Sony and would like to upgrade, but don’t know much about the current world of ereaders, maybe someone could help me. (The PRS is working fine for books, so I can wait, but many websites stopped working and I would like to upgrade) It would have to be robust and have a similar form factor(maybe smaller but not much bigger)[3 inches/7.5 cm] and I would like physical buttons, but they are not required. Since I am using omnivore as a read it later app and read my local newspaper on these devices, google play and a webbrowser would help a lot. Thanks. I don’t need an integrated store or drm reader, I add all my books manually.

    5
    4
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    Jump
    Im going to get banned for this
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    Jump
    Im going to get banned for this
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHE
    heimchen
    Now 57%

    Tiling capabilities don't make a window manager a tiling Window manager. They would have to tile by default and when ever another app gets opened.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    Jump
    Indistinguishable!

    I would like to benchmark my rustcode with criterion, but the information it presents to me do not match up. Here is some of the output I get ``` Benchmarking big/big decoding: Warming up for 1.0000 s Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 306.4s. big/big decoding time: [632.40 ns 724.40 ns 899.80 ns] change: [+0.7649% +16.645% +46.889%] (p = 0.04 < 0.05) Change within noise threshold. Found 2 outliers among 10 measurements (20.00%) 1 (10.00%) high mild 1 (10.00%) high severe ``` If it took a criterion only 724.40 ns to run the code, why couldn’t it run the code 10 times in 5 seconds. I looked at the outliers in the browser and the one outlier took 1.5 microseconds to run so this could not be the problem.

    9
    0

    Is there a way to integrate flatpaks with flathub into zypper. So I can install and update flatpaks at the same time as regular packages with the same commands

    1
    1

    I currently would record with obs, but this requires to stop at the right time and my mouse cursor is visible at the beginning. Do you have some tips for recording?

    36
    9

    ![](https://discuss.tchncs.de/pictrs/image/7a65ec01-51df-4c4e-ab40-c74f5b78d035.png)

    56
    7

    ![](https://discuss.tchncs.de/pictrs/image/d1ef0943-0a84-4729-a077-86170d2236e4.jpeg) I am using liftoff on Android

    -7
    1

    It would really be nice if you could get to the post and comment which replied to your comment or post.

    10
    3

    Hi, I am pretty new to mechanical keyboards and have a lowprofile keyboard from keychron. Overall I would say I am pretty happy. The only problem is that I have rgb, but can see it because the keycaps have no transparent section. How would I go on, in finding other keycaps with transparent sections and don't buy wish quality crap that will feel horrible. https://www.keychron.com/collections/low-profile-keyboard-collection/products/keychron-k3-pro-qmk-via-wireless-custom-mechanical-keyboard# This is the keyboard

    5
    4

    I heard it was possible, with BiglyBT bridges, but I never used BiglyBT and can't get it to work. I have - working i2p proxy - BiglyBT installed with i2p helper I would have no problem with command line commands

    20
    4
    github.com

    I was looking for a way to use a reverse Proxy with my nextcloud snap install, this guid was what I needed. https://github.com/nextcloud-snap/nextcloud-snap/wiki/Putting-the-snap-behind-a-reverse-proxy First change, what ports nextcloud listens to: `sudo snap set nextcloud ports.http=81 ports.https=444` Install haproxy and append this to the config file in `/etc/haproxy/haproxy.cfg` ``` backend nextcloud-http mode http balance roundrobin option forwardfor option httpchk HEAD / http-check send ver HTTP/1.1 hdr Host localhost server nextcloud 127.0.0.1:81 check timeout connect 4s timeout server 4s backend nextcloud-https mode tcp balance roundrobin option httpchk HEAD / http-check send ver HTTP/1.1 hdr Host localhost option ssl-hello-chk server nextcloud 127.0.0.1:444 check timeout connect 4s timeout server 4s ``` And this for the front end, don't forget to change <domain name> to your domain. nextcloud.example.org ``` frontend http bind *:80 mode http acl host_nextcloud hdr(host) -i <domain name> use_backend nextcloud-http if host_nextcloud timeout client 4s frontend https bind *:443 mode tcp tcp-request inspect-delay 5s tcp-request content accept if { req_ssl_hello_type 1 } acl host_nextcloud req_ssl_sni -i <domain name> use_backend nextcloud-https if host_nextcloud timeout client 4s ``` Check if everything is correct with `sudo haproxy -c -f /etc/haproxy/haproxy.cfg` and start it. ``` sudo systemctl enable haproxy sudo systemctl start haproxy ``` just do the lets-encrypt stuff again: `nextcloud.enable-https` And it worked for me(Apache)

    1
    1

    I have two positions, my cameras, and one from an object. I want to be able to move the camera smoothly from on position to the other. Since the positions are always different, animation players don't work(as far as I know).

    14
    11

    I personally always have one USB stick with me that has a live usb boot of Fedoraon it, but I just saw the new video from Linus tech tips and thought about extending it a bit.\ He mostly talked about windows tools, but I think I will add - https://www.ventoy.net/en/download.html for maybe an additional Linux light version - https://github.com/TheWaWaR/simple-http-server if I have to share files from a broken Computer or so. What are you using or do you have recommendations?

    72
    36

    While the forums are down, I have spawned an instance in a 3D world and would like to execute a function one the instance when I click it with my mouse. How would I do that?

    13
    5
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    homelab heimchen Now 83%
    Mutable or Immutable Distributions

    I am setting ap on Old computer of mine as a local nextcloud instance and maby host my own little Blog. I wouldn't do much else on this machine so I think an immutable Distribution like MicroOs would be the right choice.\ What do you use for your homelab?

    4
    5

    Do you use the default location for the database? I found a cool middle ground that allowed me to run my operating system and snap off a ssd and the database on a slower hdd.\ I installed nextcloud with snap and did the setup.\ When everything was how I wanted it to be, I search for the datas location\ (for me:`/var/snap/nextcloud/common/nextcloud/data`). Then I created a `/data` on my hdd and binded it to nextclouds `/data `folder. \ My fstab now looks like this:\ `/data /var/snap/nextcloud/common/nextcloud/data none bind 0 0`\ You only have to rebuild the database: ``` nextcloud.occ files:cleanup nextcloud.occ files:scan ``` !!! **Important**, move your data first to the new location.(I think you won't lose it, but you cannot access it)

    1
    0

    I just installed stable diffusion on my homelab and did not change anything, but the outputs are really bad, I tried following tutorials, but my version just outputs really weird stuff. What am I doing wrong? ![](https://discuss.tchncs.de/pictrs/image/f9ec7e5a-597a-4ea7-ae93-f9df1e181d54.png)

    2
    7

    I try using Org-mode/Latex with pandoc,, but end up using only Office for docx and PowerPoint.

    84
    109
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHE
    Now
    22 296

    heimchen

    discuss.tchncs.de