Latest activity

  • cracauer@
    cracauer@ replied to the thread Solved Swapfile full.
    FWIW I usually have hundreds of tabs open and it works kind of fine. I know where you are coming from, some style of study works better with opening lots of tabs for later, and memory is cheaper than brain. Well, memory is actually not cheap...
  • B
    balanga replied to the thread Solved Swapfile full.
    Many thanks. I guess I'll need spend some time getting familiar with what it offers. I have far too many tabs open but am hesitant to close some because of some info I tooks weeks trying to gather and have currently put on the back burner.
  • B
    balanga reacted to cracauer@'s post in the thread Solved Swapfile full with Like Like.
    Extension "session buddy" will deal with remembering your tabs. You can also go into the task manager inside Chrome and randomly kill tabs you don't need right now. The tab will stay open with no content, but the URL stays. Later you can just...
  • B
    balanga replied to the thread Solved Swapfile full.
    Thanks for the suggestion. Just closing Chrome made a huge difference. I didn't need to do a reboot. Maybe I should close down Chrome every couple of days.
  • B
    balanga reacted to Beastie's post in the thread Solved Swapfile full with Thanks Thanks.
    Closing Chrome itself will free up a lot. When you restart it, it will not load everything right away but will do a "lazy loading", only loading the active tab and a few visible tabs until you load more by actively clicking on them. Of course...
  • cracauer@
    cracauer@ replied to the thread Solved Swapfile full.
    Extension "session buddy" will deal with remembering your tabs. You can also go into the task manager inside Chrome and randomly kill tabs you don't need right now. The tab will stay open with no content, but the URL stays. Later you can just...
  • cracauer@
    cracauer@ replied to the thread Patriots or Seahawks?.
    Also, never confuse who patented an idea first with who invented it. Benjamin Franklin seems to have a few discrepancies there, among many others.
  • B
    Beastie replied to the thread Solved Intel Graphics.
    For FreeBSD 15, install graphics/drm-66-kmod. Also try X without any configuration first. Let it figure things out on its own.
  • B
    Beastie replied to the thread Solved Swapfile full.
    Closing Chrome itself will free up a lot. When you restart it, it will not load everything right away but will do a "lazy loading", only loading the active tab and a few visible tabs until you load more by actively clicking on them. Of course...
  • H
    Of course sorting is implemented, but the question was if it is really used in sh? Otherwise I could use something like: `ls -1 pattern | sort | tr \n ' '` I also do not remember seeing unsorted output. But you know, the few systems call...
  • B
    balanga replied to the thread Solved Swapfile full.
    I have dozens of Chrome tabs open so I'm sure Chrome is eating up my memory. Is there some way of preserving the addresses of those tabs as I've probably spent ages finding some info I would like to be able to retrieve some information in future...
  • H
    hruodr reacted to tembun's post in the thread Shell Is result of globbing in sh sorted? with Thanks Thanks.
    Yes, it is, you can verify it: $ touch b c 4 ab k_l $ for f in *; do echo ${f}; done 4 ab b c k_l Is is implemented in FreeBSD sh, here some source code references: - 1. qsort in expandmeta(). - 2. strcoll, which is used in the abovementioned...
  • H
    hruodr reacted to schweikh's post in the thread Shell Is result of globbing in sh sorted? with Thanks Thanks.
    POSIX says in https://pubs.opengroup.org/onlinepubs/9799919799/index.html 2.14.3 Patterns Used for Filename Expansion [...] If the pattern matches any existing filenames or pathnames, the pattern shall be replaced with those filenames and...
  • zester
    Here’s a look at the GUI API in the C++ SDK. The code shown is the demo application used in the example above. Useing hml(aka my version of qml) you would radically reduce the amount of code your writing. I provided a example of hml below. int...
  • B
    balanga replied to the thread Solved Swapfile full.
    How?
  • zester
    Very cool project! It would be interesting to see a FreeBSD using that kind of package management. In particular I like the feature of having multiple releases of the same program or library installed at the same time.
  • zester
    Thanks! You’re welcome to use it, it’s designed to be dropped right into a fresh install. It’s not currently ready for release; I only have about 25 ports working. It’s a constant fight to add more, because it feels like everything is built for...
  • MG
    MG replied to the thread Solved NFS with OpenBSD client.
    If pf is the problem the OpenBSD nfs aoopication isn't. If the OpenBSD nfs-implementation is the problem, pf isn't.
  • Zare
    Zare replied to the thread Can I set a swap in zvol?.
    Err..no. Big no. Hell no. The reason to use swap is so the kernel can swap out the inactive memory pages, which will enable it to have more available pages and hand them out faster. (simplified, in a nutshell) So, even if you have a terabyte of...
  • zester
    That’s pretty much the model I’ve been thinking about. A recoup-then-open approach. Each piece of software has a clear development cost. While that cost is being recouped (via name-your-price sales), the code stays closed. Once it’s met, that...
  • D
    drhowarddrfine replied to the thread Movies (and TV shows)....
    When it first came out (available only in theaters right now), I think it was the AP that said they were surprised at how good it was. But, on Rotten Tomatoes, early movie reviewers of newspaper critics gave it 8% (very bad) while users gave it...
  • K
    Yeah, similar idea (linear layout), but not the same thing. GtkBox is more “pack children in one dimension.” Yoga what I am using is literally the flexbox algorithm (grow/shrink/basis, alignment, etc.), so it behaves like web flex layouts.
  • T
    tingo reacted to Grell's post in the thread Music… with Like Like.
    Eurythmics - "Sex Crime" from the movie "1984"
  • zester
    Yeah, similar idea (linear layout), but not the same thing. GtkBox is more “pack children in one dimension.” Yoga what I am using is literally the flexbox algorithm (grow/shrink/basis, alignment, etc.), so it behaves like web flex layouts.
  • D
    drhowarddrfine reacted to Maturin's post in the thread Movies (and TV shows)... with Like Like.
    What? You want some recommendings for movies? Sure. My personal video library currently contains ~450 movies, and ~50 TV series. What are you interested in exactly? Just a tip for the weekend? What do you prefer? A plot that is told in ten...
  • D
    4) Depends on how big a server you order. Not answerable but we hosted three not-static ecommerce sites on one vps with far less than 20GB. 5) Yes 9) ICANN won't be the problem as they charge far less than a dollar of your total fee. Your...
  • K
    This is interesting. Isn't Gtk's VBox and HBox essentially just flexbox? Same with QT's QHBoxLayout/QVBoxLayout. I originally implemented FLTK's FL_Flex to mimic flexbox and used the Gtk behaviour as inspiration. Looking at the mess that other...
  • zester
    Implemented matching server side decorations support in the compositor.
    • screenshot-20260208-025354.png
  • MG
    MG replied to the thread Solved NFS with OpenBSD client.
    Well, if the OS doesn't support something networking-related, pf has nothing to block because there's no data. Can it work without packet filter? Also, why not just recomfigure the client if it's possible? You can leave the server, on which...
  • B
    balanga reacted to AlfredoLlaquet's post in the thread Solved Simple graphics program with Like Like.
    https://forums.freebsd.org/threads/apps-from-ports-and-packages-for-desktop-users.101275/#post-738912 https://forums.freebsd.org/threads/apps-from-ports-and-packages-for-desktop-users.101275/#post-739214
  • B
    balanga posted the thread Solved Swapfile full in Storage.
    What to do when swapfile is full?
  • MG
    MG replied to the thread Solved NFS with OpenBSD client.
    So, pf has nothing to do with it? I don't think the nfs server as well as the client of OpenBSD demands UDP-only and it can't be corrected to comply with a "modern" server.
  • B
    What simple graphics program, equivalent Windows Paint, do people recommend?
  • MG
    MG replied to the thread Solved NFS with OpenBSD client.
    It's not possible to fix the client? I wouldm't buy this situation. If the client is the problem we aren't going to "fix" the server. But what is the problem now? Why does OpenBSD use UDP and can't change that? (Which I doubt because it's often...
  • tembun
    POSIX says in https://pubs.opengroup.org/onlinepubs/9799919799/index.html 2.14.3 Patterns Used for Filename Expansion [...] If the pattern matches any existing filenames or pathnames, the pattern shall be replaced with those filenames and...
  • tembun
    Yes, it is, you can verify it: $ touch b c 4 ab k_l $ for f in *; do echo ${f}; done 4 ab b c k_l Is is implemented in FreeBSD sh, here some source code references: - 1. qsort in expandmeta(). - 2. strcoll, which is used in the abovementioned...
  • tembun
    Are the $f in an expression like for f in file[0-9][0-9].c; do echo "doing something with $f"; done taken in lexicographic order? It seems that POSIX demands it, but it is always implemented? In FreeBSD and elsewhere?
  • robroy
    Crumb 1464: The Far-far Away Place: When you arrive at the Far-far Away Place, you get a complimentary Faraway Cola. Text by Alfredo Llaquet-Alsina. Design and image by ChatGPT.
  • H
    Are the $f in an expression like for f in file[0-9][0-9].c; do echo "doing something with $f"; done taken in lexicographic order? It seems that POSIX demands it, but it is always implemented? In FreeBSD and elsewhere?
  • Crivens
    Crivens replied to the thread Patriots or Seahawks?.
    Farest east? You should get a recent map. Things have been happening... And you seem to have a coffee insufficiency right now. I used your joke as a start ramp for another one. Hope I need not explain...;)
  • vg
    vg replied to the thread Porting X11Libre to FreeBSD..
    FreeBSD 15.0-RELEASE xlibre-minimal-1.0 xlibre-nvidia-driver-390-390.157_1 xlibre-server-25.1.0 xlibre-xf86-input-libinput-25.0.0 xlibre-xf86-video-vesa-25.0.0 I installed Xlibre for testing. Mostly no problems so far. The only thing is that...
  • tuaris
    I really enjoyed Michael Lucas's article. Agree with most of what he said, but I will admit that freebsd-update was the game changer that opened the door (for me) to adopt FreeBSD more. I run 100's of FreeBSD systems and can't imagine life...
  • Crivens
    Crivens replied to the thread Movies (and TV shows)....
    Yeah, you won't have enough neurons left after that. Bad POSIX. BAD.
  • Crivens
    Crivens replied to the thread Patriots or Seahawks?.
    Yes, it's in the news, but that's it. We have such an awful lot of them, you can't shake a stick at them all... We had that a long time before, but we had reigned it in somewhat to the point we had workers rights and pensions by then, introduced...
  • Espionage724
    Crumb 1520: What Is Freedom: Freedom is being able to do and not being afraid of doing anything that doesn’t physically harm anybody directly and doesn’t curtail their freedom directly. By Alfredo Llaquet-Alsina. Written in LibreOffice Writer on...
  • Espionage724
    I was pretty cool at school to have Spiderman 1 on an iPod while it was in theaters :cool: Although one might think Amazon's Prime TV and AI would be better at knowing I have a daily router reboot and to buffer extra data around that time for 1...
  • H
    hedwards replied to the thread Patriots or Seahawks?.
    The car, fair enough, but light bulbs, computers and aircraft were all done in the US first from what I can tell. Or at least those were the first instances of any of those things being practical and from which the more modern versions were...
  • FzZzT
    I read in a few places (even the man page I think) that GELI supports up to two independent keys, but I wasn't able to find or figure out how to use or create these keys when creating a GELI partition. Does GELI only support a single key upon...
  • Espionage724
    Espionage724 replied to the thread The Random Thread.
    On a Linux forum I saw a hilarious combo of users with that letter avatar; some coordination could make that amusing 😆
  • Espionage724
    Espionage724 replied to the thread The Random Thread.
    Accidentally mastered Bnet client too :p (notes; silent install and min-spec launch) --headless --single-process --disable-gpu and --renderer-process-limit=1 --in-process-gpu --process-per-site --disable-gpu differences were interesting
Back
Top