2023-11-24; remove phones from homepage
This commit is contained in:
parent
0f6806f9bf
commit
97156ad12f
@ -579,6 +579,74 @@ pre {
|
||||
}
|
||||
|
||||
|
||||
/blah/2023-11-24.html
|
||||
|
||||
: phones
|
||||
|
||||
Phone | Battery | Charging jack
|
||||
Samsung SCH-R390 | Good | Micro USB-B, no OTG
|
||||
LG UN280 | Decent | Micro USB-B, no OTG
|
||||
iPhone SE (2016) | Dismal | Proprietary
|
||||
Unihertz Titan | Excellent | USB-C PD
|
||||
Pinephone | Upgradeable | USB-C PD
|
||||
Punkt MP-02 | Excellent | USB-C but no PD
|
||||
Google Pixel 3A | Excellent | USB-C PD
|
||||
|
||||
Phone | Codecs | Firmware | Headphone jack
|
||||
Samsung SCH-R390 | No FLAC, no Vorbis, no VP8 | Proprietary | 3.5mm
|
||||
LG UN280 | No FLAC, no Vorbis, no VP8 | Proprietary | 3.5mm
|
||||
iPhone SE (2016) | No FLAC, no Vorbis, no VP8 | Proprietary | 3.5mm
|
||||
Unihertz Titan | Configurable | Proprietary | 3.5mm
|
||||
Pinephone | Configurable | Changeable | 3.5mm
|
||||
Punkt MP-02 | No FLAC, no Vorbis, no VP8 | Proprietary | over USB-C
|
||||
Google Pixel 3A | Configurable | Proprietary | 3.5mm
|
||||
|
||||
Phone | Keyboard | OS | SD | WLAN
|
||||
Samsung SCH-R390 | Hardware | Proprietary | Micro | No
|
||||
LG-UN280 | Hardware | Proprietary | Micro | No
|
||||
iPhone SE (2016) | Software | Proprietary | None | Yes
|
||||
Unihertz Titan | Hardware | Proprietary | Micro | Yes
|
||||
Pinephone | Software or hardware | Open | Micro | Yes
|
||||
Punkt MP-02 | Hardware | Proprietary | None | Yes
|
||||
Google Pixel 3A | Software | Open | None | Yes
|
||||
|
||||
Samsung SCH-R390
|
||||
Also known as the Freeform 4.
|
||||
I used this extensively and enjoyed it at the time.
|
||||
|
||||
Samsung SCH-R480
|
||||
Also known as the FreeForm 5.
|
||||
No significant changes from the FreeForm 4 beyond aesthetics.
|
||||
|
||||
LG UN280
|
||||
Also known as the Freedom II.
|
||||
I used this extensively and enjoyed it at the time.
|
||||
|
||||
iPhone SE (2016)
|
||||
I used this extensively and despise it.
|
||||
|
||||
Unihertz Titan
|
||||
I used this extensively and despise it.
|
||||
Bad hardware keyboard (no dollar sign).
|
||||
Vendor unlawfully non-compliant with GPL 2 licensing on Linux,
|
||||
for this reason I would avoid this phone like the plague.
|
||||
|
||||
Pine64 Pinephone
|
||||
I love this phone a lot.
|
||||
Hardware keyboard available as an extension;
|
||||
hardware keyboard also adds a second battery,
|
||||
tripling the battery life of the phone.
|
||||
Firmware is proprietary by default
|
||||
but the vendor allows using free firmware.
|
||||
|
||||
Punkt MP-02
|
||||
Sucks.
|
||||
|
||||
Google Pixel 3A
|
||||
The official OS is proprietary so I use an old GrapheneOS build.
|
||||
100% FOSS phone but reliable unlike the Pinephone.
|
||||
|
||||
|
||||
/blah/2023-11-23.html
|
||||
|
||||
Today's Thanksgiving in the United States which historically is a holiday of
|
||||
|
@ -1,2 +0,0 @@
|
||||
index.html: ../head.m4 ../html.m4 index.m4
|
||||
m4 index.m4 >index.html
|
@ -1,72 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<HTML LANG="en">
|
||||
define(`_TITLE', `phones')dnl
|
||||
define(`_DESCRIPTION', `phones')dnl
|
||||
define(`_PAGE', `phones/')dnl
|
||||
define(`_STYLE',`.bad{ background-color: red; color: white; }
|
||||
.good{ background-color: green; color: white; }
|
||||
table, td, th{ border: 1px solid; border-collapse: collapse; }')dnl
|
||||
include(`../head.m4')dnl
|
||||
define(`good', `<TD CLASS="g`'ood">$1</TD>')dnl
|
||||
define(`bad', `<TD CLASS="b`'ad">$1</TD>')dnl
|
||||
include(`../html.m4')dnl
|
||||
<BODY>
|
||||
<P><A HREF="/">~ Return to the rest of the site</A></P>
|
||||
<H1>phones</H1>
|
||||
<H3>updated 2022-08-30</H3>
|
||||
_BAR
|
||||
|
||||
<TABLE> <!-- This looks awful in HTML after generation. Open in Lynx or clone the git repo and read the m4 file. -->
|
||||
<TR> _th(`Phone') _th(`Battery') _th(`Charging jack') _th(`Codecs') _th(`Firmware') _th(`Headphone jack') _th(`Keyboard') _th(`OS') _th(`SD') _th(`WLAN')</TR>
|
||||
<TR>_td(`Samsung SCH-R390') good(`Good') bad(`Micro USB-B, no OTG') bad(`No FLAC, no Vorbis, no VP8') bad(`Proprietary') good(`3.5mm') good(`Hardware') bad(`Proprietary') good(`Micro') bad(`No')</TR>
|
||||
<TR> _td(`LG UN280') good(`Decent') bad(`Micro USB-B, no OTG') bad(`No FLAC, no Vorbis, no VP8') bad(`Proprietary') good(`3.5mm') good(`Hardware') bad(`Proprietary') good(`Micro') bad(`No')</TR>
|
||||
<TR>_td(`iPhone SE (2016)') bad(`Dismal') bad(`Proprietary') bad(`No FLAC, no Vorbis, no VP8') bad(`Proprietary') good(`3.5mm') bad(`Software') bad(`Proprietary') bad(`None') good(`Yes')</TR>
|
||||
<TR> _td(`Unihertz Titan') good(`Excellent') good(`USB-C PD') good(`Configurable') bad(`Proprietary') good(`3.5mm') good(`Hardware') bad(`Proprietary') good(`Micro') good(`Yes')</TR>
|
||||
<TR> _td(`Pinephone') good(`Upgradeable') good(`USB-C PD') good(`Configurable') good(`Changeable') good(`3.5mm') good(`Software or hardware') good(`Open') good(`Micro') good(`Yes')</TR>
|
||||
<TR> _td(`Punkt MP-02') good(`Excellent') bad(`USB-C but no PD') bad(`No FLAC, no Vorbis, no VP8') bad(`Proprietary') bad(`over USB-C') good(`Hardware') bad(`Proprietary') bad(`None') good(`Yes')</TR>
|
||||
</TABLE>
|
||||
|
||||
<H2>Samsung SCH-R390</H2>
|
||||
<P>
|
||||
Also known as the Freeform 4.
|
||||
I used this extensively and enjoyed it at the time.
|
||||
</P>
|
||||
|
||||
<H2>Samsung SCH-R480</H2>
|
||||
<P>
|
||||
Also known as the FreeForm 5.
|
||||
No significant changes from the FreeForm 4 beyond aesthetics.
|
||||
</P>
|
||||
|
||||
<H2>LG UN280</H2>
|
||||
<P>
|
||||
Also known as the Freedom II.
|
||||
I used this extensively and enjoyed it at the time.
|
||||
</P>
|
||||
|
||||
<H2>iPhone SE (2016)</H2>
|
||||
<P>
|
||||
I used this extensively and despise it.
|
||||
</P>
|
||||
|
||||
<H2>Unihertz Titan</H2>
|
||||
<P>
|
||||
I used this extensively and despise it.
|
||||
Bad hardware keyboard (no dollar sign).
|
||||
Vendor unlawfully non-compliant with GPL 2 licensing on Linux, for this reason I would avoid this phone like the plague.
|
||||
</P>
|
||||
|
||||
<H2>Pine64 Pinephone</H2>
|
||||
<P>
|
||||
I love this phone a lot.
|
||||
Hardware keyboard available as an extension; hardware keyboard also adds a second battery, tripling the battery life of the phone.
|
||||
Firmware is proprietary by default but the vendor allows using free firmware.
|
||||
</P>
|
||||
|
||||
<H2>Punkt MP-02</H2>
|
||||
<P>
|
||||
Sucks.
|
||||
</P>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Reference in New Issue
Block a user