topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday November 15, 2025, 10:17 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 13 14 15 16 17 [18] 19 20 21 22 23 ... 46next
426
DC Gamer Club / Re: Coming Soon: STEAM FAMILY SHARING
« Last post by Jibz on September 11, 2013, 02:16 PM »
Sounds like a great idea. I have picked up quite a lot of games from humble bundles and steam sales, so being able to let my son play them on a separate account where he can earn up his own trophies and stuff instead would be great :Thmbsup:.
427
Jibz's Tools / Re: LATEST VERSION - Dina 2.93 - September 10th 2013
« Last post by Jibz on September 10, 2013, 03:22 AM »
Posted 2.93, the only change being the inclusion of FON files for OEM codepage 437 (US) and 850 (Western Europe), which can be used for Windows command prompts:

dinaterm8.png
428
General Software Discussion / Re: What is the currently best Desktop Search software?
« Last post by Jibz on September 08, 2013, 04:35 AM »
I ended up using Archivarius, because it supported some file types that the others did not (specifically it was able to index my old The Bat! e-mail archives). The author seems to work hard on supporting new formats, as an example it already has RAR5 support.

It's not as fancy as some of the others though, and probably not as integrated with Microsoft applications.

One nice thing about search software that builds indices, is that you do not need the original files to retrieve information. I have an index of a computer I had ten years ago, which lets me dig up old discussions about compression I saved back then, even though the hard-drive is long gone.
429
Jibz's Tools / Re: LATEST VERSION - Dina 2.92 - September 7th 2013
« Last post by Jibz on September 08, 2013, 02:20 AM »
A few comments on 2.92:

I think I manged to fix the point size difference with the BDF files. At least on Ubuntu here, Dina comes up with the right font when you choose 6, 8, 9, and 10 points.

I've fought a loosing battle with the Windows FON file handling. On recent Windows versions, I imagine a piece of legacy code is invoked when it sees the FON extension, and it ignores pretty much everything except the resource data of the NE/PE executable.

The first problem was that the 10pt version had disappeared from the font selection dialog on Windows 7. Manually entering a size of 10 in the editbox works and gets you the right font, but it is only showing 6, 8, and 9 in the list. The second problem was that when you go into the Dina font family on Windows 7, all styles are shown as regular in the examples. It looks like this is because Windows uses the first font in the FON file for these examples instead of the first one with the correct style.

The only way to solve the first problem I have found was to separate the font into one file for each point size. To solve the second, you have to separate the font into one file for each style. Since using one file for each point size turned out to have some issues when removing the fonts again, I opted for one file for each style for now.
430
Jibz's Tools / Re: LATEST VERSION - Dina 2.92 - September 7th 2013
« Last post by Jibz on September 08, 2013, 01:25 AM »
I don't have access to the official homepage, so I posted the new version here. I should probably have coordinated this with mouser, but it was late :-[.

431
Jibz's Tools / Re: LATEST VERSION - Dina 2.92 - September 7th 2013
« Last post by Jibz on September 07, 2013, 05:11 PM »
Reserved
432
Jibz's Tools / LATEST VERSION - Dina 2.93 - September 10th 2013
« Last post by Jibz on September 07, 2013, 05:11 PM »
The latest version is attached here, and should be available (soon) from: https://www.donationcoder.com/Software/Jibz/Dina/

If you are using Dina on Windows, please note that it is a good idea to remove any older versions of the font before installing the current version (due to the way Windows decides if two FON files are the same font).

For Linux, there are some hints in this thread on how to install Dina.

Here are the readme and news files from the current release for easy reference:

README


Dina Programming Font
=====================

Copyright (c) 2005-2013 Joergen Ibsen

<https://www.donationcoder.com/Software/Jibz/Dina/>


About
-----

Dina is a monospace bitmap font, primarily aimed at programmers. It is
relatively compact to allow a lot of code on screen, while (hopefully) clear
enough to remain readable even at high resolutions.

I made this font after having tried all the free programming fonts I could
find. Somehow there was some detail in each of them that meant I could not
work with them in the long run.

The closest to perfect I found was the Proggy font, so I started building
Dina using Proggy as the base, and with inspiration from Tobi, Fixedsys and
some old DOS fonts I used to love.

Some of the design goals were:

  - Monospaced
  - Should be easy to distinguish between `j i l 1 I`
  - Should be easy to distinguish between `o O 0`
  - Operators should line up horizontally `- + * =`
  - Brackets should line up horizontally and vertically `< ( { [ ] } ) >`
  - Punctuation should be clear `., :; ' "`
  - Symbols used in programming languages should look right `& @ % $ #`
  - No other characters that look too similar `gqy z2Z s5S 8B CG6 DO uv`
  - Still has to be pleasant to read passages of text

Dina is the result of many hours of tweaking and testing, and I am quite
happy with it now.


Font Format
-----------

Dina is a monospace bitmap font in Windows FON file format (Windows-1252 /
ISO-8859-1 encoding). It is available as:

  - 6pt regular
  - 8pt regular, bold, italic, bold italic
  - 9pt regular, bold, italic, bold italic
  - 10pt regular, bold, italic, bold italic

`DinaR.fon` contains the regular fonts, `DinaB.fon` contains bold,
`DinaI.fon` italic, and `DinaZ.fon` bold italic.

All styles are the same width for proper alignment.

Depending on your monitor size and type, the 8pt or 9pt versions should be
preferable up to at least 1280x1024 resolution. The 10pt version may be an
option at higher resolutions.

The BDF folder contains BDF versions of the fonts for easier conversion to
formats usable on Linux and Mac. The point sizes may be slightly different on
other operating systems. Please check the [forum][] for updates on
conversions.

The OEM folder contains FON files for OEM codepage 437 (US) and 850 (Western
Europe), which can be used in command prompts and text-mode programs that run
in them (like HIEW and FAR). After installing one of them, DinaTerm should
show up under Raster Fonts, in sizes 6x10, 7x13, and 8x16. If not, you can
try [these instructions][term]

[forum]: https://www.donationcoder.com/forum/index.php?board=62.0
[term]: http://support.microsoft.com/kb/247815


Installing on Windows
---------------------

If you have a previous version of Dina installed, it is a good idea to remove
that before installing a new version. Close all open programs that use the
Dina font before removing it.

On recent Windows versions, removing a font is usually done by going into
Control Panel, Appearance and Personalization, Fonts, finding the font in
question, right-clicking it and choosing Delete. On older Windows versions,
go to `C:\Windows\Fonts`, right-click the font and choose Delete.

Installing a font on recent Windows versions, can be done by right-clicking
the `.fon` files and choosing Install. On older versions, go into Control
Panel, Appearance and Personalization, Fonts, and choose Install New Font
from the File menu.

Microsoft has more detailed instructions on installing and removing fonts
for [Windows XP][winxp], [Windows Vista][winvista] and [Windows 7][win7].

There is an issue on some Windows versions, where the 10pt entry disappears
from the font selection dialog. If this is the case, you can enter a size of
10 manually in the editbox.

[winxp]: http://support.microsoft.com/kb/314960
[winvista]: http://windows.microsoft.com/en-us/windows-vista/install-or-uninstall-fonts
[win7]: http://windows.microsoft.com/en-us/windows7/install-or-delete-fonts


Acknowledgements
----------------

A big thanks to Tristan Grimmer for his excellent Proggy fonts.

Thanks to mouser for testing.

Thanks to Jamie Burns and bpcw001 for contributing conversions.


License
-------

Copyright (c) 2005-2013 Joergen Ibsen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

NEWS


Dina 2.93 (2013.09.10)

  * Added OEM codepage 437 and 850 versions for Windows command prompts

Dina 2.92 (2013.09.07)

  * Moved bold, italic, and bold italic styles to separate files
  * Updated BDF files

Dina 2.91 (2013.08.25)

  * Fixed `&` in Dina 10 regular
  * Updated copyright strings in all fonts

Dina 2.90 (2013.08.23)

  * Added a 6 point version of Dina regular
  * Extended top line in `j` to make it easier to distinguish from `i`
  * Moved top part of `&` right and adjusted height
  * Moved `%` up
  * Changed `ø` and `Ø` to look less like `0`
  * Changed `æ` and `ß` to look more harmonious in text
  * Moved down starting question and exclamation marks
  * Fixed single and double text quotes
  * Fixed positioning of degree, ordinals, and powers
  * Fixed various other symbols
433
After having used git a bit in SourceTree, I must admit that interactive staging is rather brilliant :-*.

For someone like me, who admittedly sometimes does drive-by-editing, being able to stage individual hunks is a really nice way to avoid commits that contain multiple unrelated changes.
434
Jibz's Tools / Re: Dina font in size 7, 6.5 or 6 ?
« Last post by Jibz on August 23, 2013, 10:25 AM »
I feel the 6pt version is pretty much finished now (and I probably need a break from staring at pixels ;D).

So, attached is the current version in FON and BDF format.

Let me know what you think :Thmbsup:.
435
Jibz's Tools / Re: Dina font in size 7, 6.5 or 6 ?
« Last post by Jibz on August 21, 2013, 01:46 AM »
Thanks cranioscopical :-*.

I am tweaking the 6 point version, and moving some of the changes to the other sizes at the moment. I think it's looking quite good, though it is very dense.

Here is a comparison of a snippet of C in Dina 8 and 6:

dinacompare2.png

And here are sets of common characters at 6, 8, and 10:

dinasizes_sol.png
436
Jibz's Tools / Re: Dina font in size 7, 6.5 or 6 ?
« Last post by Jibz on August 20, 2013, 08:23 AM »
Fun!

Yes, it is! ;D There is something fascinating about the expressiveness you can get from so few pixels, how much moving a pixel or two around can matter for readability and feel.

But it is also very time-consuming, and I always end up spending hours trying out possibilities, checking how they look in different programming languages, and agonizing over what choices are best :-[.

FWIW, I'm sure you're already very aware of things like this, but one requirement I'd really like is to preserve the visible distinction between '(' and '{'. In Terminus, for example, they are only a pixel or two different, but in Dina they are really distinct, which is great.

Yes, being able to clearly distinguish the characters used in programming languages is a high priority :Thmbsup:.
437
Jibz's Tools / Re: Dina font in size 7, 6.5 or 6 ?
« Last post by Jibz on August 20, 2013, 04:10 AM »
Just wanted to let you know that I am working on a 6/7 point size version of Dina.

I have been reluctant to make one, since there really isn't much space to move pixels around at this size, but I can see there are uses for it.

The difference between 6 and 7 point is the height, so it is a trade-off between cramming more lines onto screen and readability -- I am not sure what is more important yet.

Also, it will probably only be regular, since italic and bold are very hard to make readable at that size.
438
Living Room / Re: *Email privacy and security survey*
« Last post by Jibz on August 17, 2013, 03:55 AM »
A polished solution for this should have been part of thunderbird for a decade instead of relying on clunky plugins or obscure tools if it should have had any chance.

I can't tell you how long it's been there but Thunderbird->Write->Options->Encrypt Message

That's S/MIME as far as I can tell, which is actually supported by many e-mail clients. To get PGP support I think you still need to install both Enigmail and GnuPG.

And the problem of not many people having support for PGP extends to the trust model. In theory the web of trust is a great idea, but in practice it's probably easier to trust certificates from a CA than self-signed PGP keys that nobody has verified :-\.
439
Living Room / Re: Google: Gmail users shouldn't expect email privacy
« Last post by Jibz on August 16, 2013, 03:57 PM »
Much like app103's picture implies, I think it should have been

Email users shouldn't expect email privacy

instead ;D.
440
Living Room / Re: *Email privacy and security survey*
« Last post by Jibz on August 16, 2013, 12:25 PM »
I know what it is, but I am not using it. The problem I see with GPG/PGP for e-mail is that, unless you are mailing somebody involved in linux development, chances are they don't have anything installed that can check/decrypt it. This sums it up nicely:

http://xkcd.com/1181/

A polished solution for this should have been part of thunderbird for a decade instead of relying on clunky plugins or obscure tools if it should have had any chance.
441
General Software Discussion / Re: A new Dropbox Competitor
« Last post by Jibz on August 15, 2013, 02:46 AM »
Having another 20 GB of cloud storage for unimportant stuff is always nice :Thmbsup:.

DropBox' main strength is numbers. Everybody has dropbox -- even people who know little about computers. But I think their default 2 GB free storage is starting to look a bit silly with all the options to get 10-20 GB.
442
Living Room / Re: Google Reader gone
« Last post by Jibz on August 05, 2013, 02:46 AM »
Looks like Feedly Pro is up, $5 a month, and $99 lifetime for a limited period.
443
Living Room / Re: Malwarebytes Secure Backup Beta launches
« Last post by Jibz on July 31, 2013, 04:20 PM »
A quick google seems to suggest their service is a based on SOS Online Backup, which has been around for a while.
444
Developer's Corner / Re: High-bit Math? (128 or 256)
« Last post by Jibz on July 25, 2013, 03:41 AM »
There are a number of bignum libraries available for various languages.

A few examples that appear to support float operations are GNU MP, NTL, MAPM.

And if you can restrict your problems to integer math there are a lot more options (even python, which has a built-in arbitrary precision integer type).
445
Developer's Corner / Licensing in a Post Copyright World
« Last post by Jibz on July 23, 2013, 03:24 PM »
A nice discussion of licensing issues:

http://lucumr.pocoo....2013/7/23/licensing/
446
General Software Discussion / Re: Listary 4 released - tons of new features
« Last post by Jibz on July 22, 2013, 03:40 AM »
Anyone know if Listary 4 has been fixed to work on non-admin accounts? I have been running 3.51 for the past four months due to this issue :(.

Yes. Please use the beta version: http://discussions.listary.com/discussion/585

Yay, just installed, and it seems to be working so far :Thmbsup:.
447
General Software Discussion / Re: Listary 4 released - tons of new features
« Last post by Jibz on July 21, 2013, 09:24 AM »
Anyone know if Listary 4 has been fixed to work on non-admin accounts? I have been running 3.51 for the past four months due to this issue :(.
448
Mini-Reviews by Members / Re: Malwarebytes FREE and PRO - Mini-Review.
« Last post by Jibz on July 20, 2013, 03:40 AM »
From their FAQ, the business licenses are for a year at a time, but the consumer licenses are currently with lifetime upgrades.
449
General Software Discussion / Re: Cnet's Download.com and the installer scam
« Last post by Jibz on July 17, 2013, 10:04 AM »
http://www.ghacks.ne...wnloads-with-adware/

If you have been downloading programs from SourceForge in the last days, you may have noticed that some do not provide you with direct downloads of the programs anymore. Instead, you download something called SourceForge Installer which bundles the software with third party offers used for monetization.

:wallbash:
450
Living Room / Re: Help me choose my next smartphone
« Last post by Jibz on July 10, 2013, 04:20 AM »
If you want to do a little investigation yourself on battery drain, I found Wakelock Detector helpful for figuring out which apps interrupt your phones peaceful slumber.

I've looked at Battery Doctor (and the other app KS Mobile offers, Clean Master) before, but somehow was a bit worried about a company that offers two highly popular apps for free. I am probably paranoid though :-[.
Pages: prev1 ... 13 14 15 16 17 [18] 19 20 21 22 23 ... 46next