Search found 1973 matches
- Thu Apr 08, 2021 5:17 am
- Forum: Portable Freeware Submission
- Topic: Signal - cross-platform secure messaging (64-bit only)
- Replies: 30
- Views: 18263
Re: Signal - cross-platform secure messaging (64-bit only)
Signal has now adopted a cryptocurrency (with ties to Moxie Marlinspike, the Signal founder) for mobile payments: https://amycastor.com/2021/04/07/signal-adopts-mobilecoin-a-crypto-project-linked-to-its-own-creator-moxie-marlinspike/ This looks like a scheme to make money for Marlinspike: he most li...
- Tue Mar 09, 2021 11:01 pm
- Forum: Suggestions/Discussions
- Topic: Site seems to be lacking/missing/maybe just slow on updates recently?
- Replies: 31
- Views: 10590
Re: Site seems to be lacking/missing/maybe just slow on updates recently?
I just updated AutoHotKey again, but their "official" source says March 10th, literally a day ahead, should I still go by that? (I went with the 9th, this time.) Probably a timezone difference. I'm at UTC+2 and your post was only nine minutes before midnight at my timezone. At higher UTC offsets it...
- Thu Feb 25, 2021 11:20 am
- Forum: Portable Freeware Submission
- Topic: Firefox Portable
- Replies: 159
- Views: 369712
Re: Firefox Portable
It appears Firefox team has gone to great lengths to remove all options to quickly restart the browser, something that I use(d) a lot on my daily web explorations (caused by the massive amount of memory it uses -- I usually see it hovering way up of the 1GB mark -- which a times turns even the best...
- Tue Feb 23, 2021 3:58 am
- Forum: Suggestions/Discussions
- Topic: Site seems to be lacking/missing/maybe just slow on updates recently?
- Replies: 31
- Views: 10590
- Sun Feb 21, 2021 11:52 pm
- Forum: Portable Freeware Submission
- Topic: Visual Studio Code Portable - modern code editor
- Replies: 23
- Views: 15233
Re: VSCodium (FLOSS version of VSCode)
So if you downloaded the Firefox source code and then compiled it yourself, it would not have telemetry and branding? I looked on the Firefox build and build FAQ page, no info there: https://firefox-source-docs.mozilla.org/setup/windows_build.html https://developer.mozilla.org/en-US/docs/Mozilla/De...
- Sat Feb 20, 2021 12:44 am
- Forum: Portable Freeware Submission
- Topic: Visual Studio Code Portable - modern code editor
- Replies: 23
- Views: 15233
Re: VSCodium (FLOSS version of VSCode)
Very interesting -- I was under the impression that Visual Studio Code was open source, which is not the case. VSCode is open source. The only difference is that Microsoft's official builds have the telemetry and branding. (If you consider VSCode closed source by this rationale, then Firefox wouldn...
Re: RECYCLER
Interesting. I actually had a RECYCLER folder in one partition in my external drive. The folder's edit timestamp was August 16, 2010. I removed it just now.
- Fri Feb 05, 2021 8:52 am
- Forum: Portable Freeware Submission
- Topic: Chromium Portable - web browser
- Replies: 77
- Views: 147542
Re: Chromium Portable - web browser
Also, a bit of an update on this from LWN with the suggestion by multiple distro maintainers will move away from Chromium . Key quote: Many of us run free software — and avoid proprietary software — because we want to remain in control of our systems. Free software can be counted on to not disappea...
- Thu Feb 04, 2021 10:50 am
- Forum: Suggestions/Discussions
- Topic: Site seems to be lacking/missing/maybe just slow on updates recently?
- Replies: 31
- Views: 10590
Re: Site seems to be lacking/missing/maybe just slow on updates recently?
Regardless, I fully agree with Andrew that we'll need community help on this one. I'm trying to setup something more automatic to check for updates but I'll keep that process open so anyone can use it to update entries if they're so inclined. How about WebVersions ? It's outright meant for that pur...
- Wed Feb 03, 2021 1:28 pm
- Forum: Portable Freeware Submission
- Topic: LibreOffice Portable
- Replies: 67
- Views: 118777
Re: LibreOffice Portable
Are there any active LibreOffice Portable users on the site? I use X-LibreOffice. I doubt your crashes would be related to differences between LO Portable and X-LO. It's possible something in your configuration causes those crashes. You could try backing up your config, then deleting like half of t...
- Fri Jan 22, 2021 11:34 am
- Forum: Portable Freeware Submission
- Topic: RoboIntern [DotNET Task Scheduler]
- Replies: 17
- Views: 7017
- Fri Jan 22, 2021 6:08 am
- Forum: Portable Freeware Submission
- Topic: RoboIntern [DotNET Task Scheduler]
- Replies: 17
- Views: 7017
Re: RoboIntern [DotNET Task Scheduler]
I've never seen that COMSPEC function before or understood it as necessary. I've always liked how straightforward Windows batch files are -- what a weird addition. Not trying to be pedantic, but %COMSPEC% is a system variable* that always points to CMD.exe. As different systems go, I have found it ...
- Fri Jan 22, 2021 12:26 am
- Forum: Chit-Chat
- Topic: Tucows put out to pasture
- Replies: 7
- Views: 2598
Re: Tucows put out to pasture
It also makes me wonder what this site will look like in a decade and how people will look back on our contribution to freeware. I think we do have some influence. Recently I saw someone recommend Universal Extractor 2 in a Discord server that has nothing to do with freeware. In early days of UE2, ...
- Mon Jan 18, 2021 8:07 am
- Forum: Portable Freeware Submission
- Topic: Vivaldi (Opera [inspired] browser alternative)
- Replies: 141
- Views: 248499
Re: Vivaldi (Opera [inspired] browser alternative)
Interesting piece comparing what separates Vivaldi from regular Chrome : What do you mean "regular Chrome"? Vivaldi is not Chrome or a Chrome shell. It has fully custom UI, not derived from Chrome's. And with its focus on features and customizability, Vivaldi is clearly its own thing rather than me...
- Sat Dec 26, 2020 2:59 am
- Forum: Suggestions/Discussions
- Topic: Site usability testing results
- Replies: 22
- Views: 5213
Re: Site usability testing results
The SQL query actually includes a lot of other stuff, including pagination, ordering, scoring etc. which are built up along various stages, cumulating into a single SQL query. Isn't it better to leave those to the frontend? No, doing pagination and scoring in the front end is slow since it requires...