1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2360
+user: Proxies\__CG__\App\Entity\User {#2230 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2231 …}
+slug: "Help-me-choose-my-first-distro-and-other-questions-for"
+title: ""Help me choose my first distro" and other questions for beginners"
+url: null
+body: """
You’re about to take your first steps in the wonderful world of Linux, but you’re overwhelmed by the amount of choices? Welcome to this (I hope) very simple guide :)\n
\n
The aim of this guide is to provide simple, clear information to ease your transition as a beginner. This is not a be-all-end-all guide nor an advanced guide.\n
\n
Preamble\n
========\n
\n
Make sure your hardware is compatible\n
-------------------------------------\n
\n
Nowadays most relatively recent hardware works perfectly fine on Linux, but there are some edge cases still. If you don’t use niche hardware and your wifi card is supported, chances are you’re golden. Please note that nVidia is a bad faith player in the Linux world, so if you have a GeForce GPU, expect some trouble.\n
\n
Make sure your favourite apps are either available or have a good replacement on Linux\n
--------------------------------------------------------------------------------------\n
\n
If some proprietary app is essential to your workflow and is irreplaceable, consider running it in a VM, keeping a Windows partition for it or try and run it through Wine (this is advanced stuff though).\n
\n
Be aware that Linux is not Windows/MacOS\n
----------------------------------------\n
\n
Things work differently, and this is normal. You will probably struggle at the beginning while adjusting to a new paradigm. You may have to troubleshoot some things. You may break some things in the process. You will probably get frustrated at some point or another. It’s okay. You’re learning something new, and it can be hard to shed old habits forged by years on another system.\n
\n
What are the best resources out there?\n
--------------------------------------\n
\n
[Arch Wiki](https://wiki.archlinux.org/) without a doubt. Despite being heavily tied to Arch, most of its content is readily usable to troubleshoot most modern distros, as the building blocks (Kernel, systemd, core system apps, XOrg/Wayland, your DE of choice etc.) are the same.\n
\n
Okay, now to the most important questions\n
\n
Which distro should I use?\n
==========================\n
\n
There are [a metric fuckload (or 1.112 imperial fucktons)](https://distrowatch.com/) of distros out there, but these can be broadly put into two main categories: general-purpose distros and niche-distros. I advise you to keep it as mainstream as possible for your first steps. A distro with a large user base, backed by a large community of maintainers and aimed at being as fuss-free as possible is always better than a one-person effort tailored to a specific use-case.\n
\n
Beginner distros\n
----------------\n
\n
These are great distros for beginners as well as more advanced users who just want to have a system that needs almost no configuration out of the box, just works and stays out of the way.\n
\n
- **Fedora Workstation**: Clean, sensible, modern and very up to date and should work out of the box for most hardware. Despite the community’s rightful backlash against Red Hat, this is still a great distro for beginners and advanced users. Even Linus Torvalds himself favors Fedora as a daily driver. Fedora is the flagship distro for the Gnome Desktop Environment.\n
- **Linux Mint**: While I haven’t used it myself, there is a lot of praise here for this Ubuntu derivative from beginners and advanced users alike. Its main goals are ease of use and being the flagship distro for the Cinnamon DE, which is very similar to Windows and may ease the transition for new users.\n
- **Pop!_OS**: Backed by hardware Linux vendor System76, this Ubuntu derivative shares some of the issues with its infamous parent, but its heavily modified Gnome DE looks and feels nice.\n
- **I do not recommend Ubuntu nor Manjaro**: despite being marketed as “beginner friendly distros”, and despite often running perfectly fine, these two have major issues in management, packaging policies or philosophy that might make your life as a beginner difficult. Ubuntu suffers from it’s parent company’s goal to make Ubuntu kinda-Linux-but-not-really, and there are some great derivatives like the ones cited above that work equally well but revert some of the most controversial decisions made by Canonical. Manjaro might seem appealing as a “beginner-friendly” Arch derivative and some of its tools are fantastic to remove some configuration burden, but ongoing mismanagement issues and the fact that it needs regular maintenance as updates often break stuff prevent it from being a truly beginner distro.\n
\n
Advanced distros\n
----------------\n
\n
So you’ve taken your first steps, you’re starting to be really comfortable with Linux, and you want to get your hands dirty and really learn what’s happening under the surface? **These should not be installed as your first distro**, unless you like extremely steep learning curves and being overwhelmed.\n
\n
- **Debian**: as one of the oldest, still maintained distros and the granddaddy of probably half of the distros out there, Debian is built like a tank. A very stringent policy of focusing on bug and security fixes over new features makes Debian extremely stable and predictable, but it can also feel a bit outdated. Still a rock-solid experience, with a lot to tinker with despite very sensible defaults. It is an incredible learning tool and is as “Standard Linux” as can be.\n
- **Arch**: The opposite of Debian in philosophy, packages often come to Arch almost as soon as the source code is released. Expect a lot of manual installation and configuration, daily updates, and regularly fixing stuff. An incredible learning tool too, that will make you intimate with the inner workings of Linux.\n
\n
Which Desktop Environment should I use?\n
=======================================\n
\n
This is entirely up to you, and depends on your preferences.\n
\n
- **Gnome**: Full featured yet very minimalist, Gnome is a great DE that eschews the traditional Desktop metaphor. Like MacOS, out of the box, it provides the strongly opinionated developers’ vision of a user experience. Fortunately, unlike MacOS, there are [thousands of extensions](https://extensions.gnome.org/) to tweak and extend the looks and behaviour of the DE. Dash-to-dock or Dash-to-panel are great if you want a more MacOS-like or Windows-like experience, Blur My Shell is great if you love blurry transparent things, Appindicator is a must, and everything else is up to you. Gnome’s development cycle is highly regular and all core components and apps follow the same release schedule, which explains why a lot of distros choose it as their default DE.\n
- **KDE Plasma**: Full featured and maximalist, Plasma does not cater to a single design philosophy, is very flexible and can be tweaked almost ad infinitum. This may be an advantage for people who like to spend hours making the perfect environment, or a disadvantage as the possibilities can be overwhelming, and the added complexity may compromise stability, bugginess or completeness. There is no single development cycle for core components and apps, which makes it a bit more difficult for distro maintainers.\n
- **Cinnamon**: If you want the most “windows-like” experience out of the box, Cinnamon is great. As I have no experience with it, I’ll let the Mint users praise it in the comments :D\n
- **Lightweight DEs for old or underpowered machines**: The likes of XFCE, LXDE, LXQt are great if you want to ressurect an old machine, but lack the bells and whistles of the aforementioned DEs.\n
\n
Philosophical questions, or “I heard conflicting stuff over the Internet and now I’m scared”\n
============================================================================================\n
\n
You’ve done your research, you’re almost ready to take the plunge, you even read a lot of stuff on this very community, but people seem very passionately for or against stuff. What should you do?\n
\n
Shoud I learn the command line?\n
-------------------------------\n
\n
**Yes, eventually**. To be honest, nowadays a lot of things can be configured on the fly graphically, through your DE’s settings. But sometimes, it’s much more efficient to work on the command line, and sometimes it’s the only way to fix something. It’s not that difficult, and you can be reasonably productive by understanding just about a dozen very simple commands.\n
\n
I have a very old laptop/desktop, should I use a distro from this era?\n
----------------------------------------------------------------------\n
\n
**Noooo!**. Contrary to Windows and MacOS which only work correctly on period-correct computers, Linux runs perfectly well on any hardware from the last 20 to 30 years. You will not gain performance by using an old distro, but you will gain hundreds of critical security flaws that have been since corrected. If you need to squeeze performance out of an old computer, use a lightweight graphical environment or repurpose it as a headless home server.\n
\n
Should I be concerned about systemd?\n
------------------------------------\n
\n
**No**. In short, systemd is fine and all major distros have switched to systemd years ago. Even the extremely cautious people behind Debian have used systemd as default since 2015. Not wanting to use systemd is a niche more rooted in philosophical rather than practical or technical reasons, and leads to much deeper issues than you should concern yourself with as a beginner. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I be concerned about XOrg/Wayland?\n
-----------------------------------------\n
\n
**Yes and No, but mostly No**. First off, most distros install both Wayland and XOrg by default, so if one is not satisfying to you, try the other. Remember in the preamble when I said nVidia was a bad actor? Well, most of people’s complaints about Wayland are because of nVidia and their shitty drivers, so GeForce users should stay on XOrg for now. But like it or not, XOrg is dead and unmaintained, and Wayland is the present and future. XOrg did too many things, carried too many features from the 80’s and 90’s and its codebase is a barely maintainable mess. Wayland solves that by being just a simple display protocol with a much smaller codebase, and offloading feature development to the compositors.\n
\n
Should I look for a gaming-focused distro?\n
------------------------------------------\n
\n
**No**. General purpose distros are perfectly fine for gaming. You can install Steam, Lutris, Heroic, Itch etc. and use Proton just fine on almost anything. Even Debian. In short, yes, you can game on Linux, there are great tutorials on the internet.\n
\n
Should I be concerned about Flatpaks and/or Snaps?\n
--------------------------------------------------\n
\n
**Not really**. Flatpaks are great, and more and more developers package their apps directly in Flatpak format. As a rule of thumb, for user facing applications, if your app store gives you the choice between Flatpak and your native package manager version, choose the most recent version. Snaps however are a Canonical/Ubuntu thing, so as long as you avoid Ubuntu, its spins and its derivatives that still include Snaps, you should be fine. They tend to take a lot longer to startup than regular apps or Flatpaks, the snap store is proprietary, centralized and Canonical controls every part of it. If you’re fine with that, have fun. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I follow The Way?\n
------------------------\n
\n
**Yes**. One does not speak unless one knows. You can take your helmet off in public tho.\n
\n
Feel free to help correct, expand, or simplify this guide :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 251
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723062220 {#2227
date: 2024-08-07 22:23:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
+badges: Doctrine\ORM\PersistentCollection {#2321 …}
+children: [
App\Entity\EntryComment {#2377
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: null
+root: null
+body: """
As a complete noob who installed Mint about two weeks ago, I have Thoughts™. This is a good start, I think., and I’m really glad to see it, but it still makes some assumptions and misses a couple of things I came across that I think would be helpful.\n
\n
I’ll try to find some time tomorrow to pull together some edits and suggestions to share, rather than a bunch of comments here.\n
\n
How’s best to share them back?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700850161 {#2371
date: 2023-11-24 19:22:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
"@wfh@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2364 …}
+votes: Doctrine\ORM\PersistentCollection {#2380 …}
+reports: Doctrine\ORM\PersistentCollection {#2382 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2379 …}
-id: 159414
-bodyTs: "'across':44 'ago':11 'assumpt':35 'back':81 'best':77 'bunch':71 'came':43 'comment':73 'complet':3 'coupl':39 'edit':63 'find':55 'glad':26 'good':18 'help':50 'instal':6 'll':52 'm':24 'make':33 'mint':7 'miss':37 'noob':4 'pull':60 'rather':68 'realli':25 'see':28 'share':67,79 'start':19 'still':32 'suggest':65 'thing':41 'think':21,47 'thought':14 'time':57 'togeth':61 'tomorrow':58 'tri':53 'two':9 'week':10 'would':48"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4655780"
+editedAt: DateTimeImmutable @1701385449 {#2363
date: 2023-12-01 00:04:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700850161 {#2370
date: 2023-11-24 19:22:41.0 +01:00
}
+"title": 159414
}
]
-id: 16258
-titleTs: "'beginn':11 'choos':3 'distro':6 'first':5 'help':1 'question':9"
-bodyTs: "'/)':266,329,972 '1.112':324 '20':1373 '2015':1460 '30':1375 '80':1598 '90':1601 'actor':1544 'ad':1084,1113 'adjust':202 'advanc':62,177,418,482,527,722 'advantag':1090 'advis':353 'aforement':1209 'ago':1446 'aim':33,381 'alik':529 'almost':429,872,1083,1233,1665 'also':825 'alway':391 'amount':21 'and/or':1690 'anoth':231,253 'anyth':1666 'app':133,147,296,1042,1131,1704,1720,1776 'appeal':677 'appind':1019 'applic':1717 'arch':262,275,683,860,871 'avail':136 'avoid':1750 'awar':181 'back':373,562 'backlash':469 'bad':112,1543 'bare':1608 'base':372 'be-all-end-al':54 'begin':200 'beginn':49,406,413,480,525,601,628,681,720,1493 'beginner-friend':680 'behaviour':980 'behind':1452 'bell':1204 'best':258 'better':392 'bit':828,1136 'block':291 'blur':1008 'blurri':1016 'box':435,460,950,1155 'break':216,712 'broad':338 'bug':809 'buggi':1118 'build':290 'built':798 'burden':696 'canon':673,1786 'canonical/ubuntu':1743 'card':98 'carri':1592 'case':86,405 'categori':343 'cater':1070 'cautious':1450 'central':1784 'chanc':101 'choic':23,301,1725 'choos':1055,1734 'cinnamon':544,1142,1156 'cite':657 'clean':446 'clear':41 'code':878 'codebas':1605,1625 'come':869 'comfort':737 'command':1267,1302,1333 'comment':1176 'communiti':377,466,1249 'compani':636 'compat':70 'complaint':1550 'complet':1120 'complex':1114 'compon':1040,1129 'compositor':1632 'compromis':1116 'comput':1362,1411 'concern':1428,1488,1502,1687 'configur':431,695,888,1281 'conflict':1216 'consid':156 'content':279 'contrari':1349 'control':1787 'controversi':669 'core':294,1039,1128 'correct':1357,1361,1400,1831 'critic':1393 'curv':772 'cycl':1033,1126 'd':1177 'daili':492,889 'dash':985,990 'dash-to-dock':984 'dash-to-panel':989 'date':453 'de':299,545,585,938,983,1060,1288 'dead':1577 'debian':776,796,817,864,1453,1668 'decis':670 'deeper':1483 'default':845,1059,1458,1521 'depend':924 'deriv':523,570,653,684,1756 'des':1179,1210 'design':1074 'desktop':502,912,943 'despit':270,464,597,605,842 'develop':956,1032,1125,1629,1701 'differ':189 'difficult':629,1138,1318 'direct':1705 'dirti':747 'disadvantag':1104 'display':1619 'distro':287,314,331,347,351,367,407,411,478,498,541,603,721,723,765,784,793,1054,1140,1344,1386,1440,1514,1641,1645 'distrowatch.com':328 'distrowatch.com/)':327 'dock':987 'done':1228 'doubt':269 'dozen':1330 'driver':493,1560 'eas':44,534,554 'edg':85 'effici':1297 'effort':398 'either':135 'els':1025 'end':57 'entir':919 'environ':503,913,1101,1416 'equal':661 'era':1347 'eschew':940 'essenti':149 'etc':302,1658 'even':484,1240,1447,1667 'eventu':1270 'everi':1788 'everyth':1024 'expand':1832 'expect':126,881 'experi':835,961,1007,1151,1163 'explain':1049 'extend':976 'extens':969 'extensions.gnome.org':971 'extensions.gnome.org/)':970 'extrem':769,818,1449 'face':1716 'fact':703 'faith':113 'fantast':691 'favor':488 'favourit':132 'featur':815,930,1064,1595,1628 'fedora':444,489,494 'feel':588,826,1827 'fine':78,609,1436,1648,1663,1764,1795 'first':7,364,729,764,1511 'fix':812,893,1312 'flagship':497,540 'flatpak':1689,1694,1707,1727,1778 'flaw':1395 'flexibl':1078 'fli':1284 'focus':807,1640 'follow':1043,1807 'forg':249 'format':1708 'fortun':962 'free':387,1828 'friend':602,682 'frustrat':226 'fuckload':322 'fuckton':326 'full':929,1063 'fun':1799 'fuss':386 'fuss-fre':385 'futur':1586 'gain':1380,1390 'game':1639,1650,1674 'gaming-focus':1638 'geforc':124,1562 'general':345,1643 'general-purpos':344 'get':225,744 'give':1722 'gnome':501,584,928,934,1030 'goal':532,638 'golden':105 'good':140 'gpu':125 'granddaddi':787 'graphic':1285,1415 'gravityspoiled@lemmy.ml':1495,1801 'great':410,477,652,937,994,1012,1158,1192,1679,1696 'guid':31,36,59,63,1836 'habit':248 'half':790 'hand':746 'happen':753 'hard':244 'hardwar':68,75,94,463,564,1369 'hat':472 'haven':508 'headless':1422 'heard':1215 'heavili':272,582 'helmet':1822 'help':1830 'heroic':1656 'high':1035 'home':1423 'honest':1273 'hope':28 'hour':1097 'howev':1740 'hundr':1391 'imperi':325 'import':311 'includ':1759 'incred':849,896 'infam':578 'infinitum':1085 'inform':42 'inner':907 'instal':761,886,1515,1653 'internet':1220,1683 'intim':904 'irreplac':155 'issu':575,614,700,1484 'itch':1657 'kde':1061 'keep':162,356 'kernel':292 'kinda':643 'kinda-linux-but-not-r':642 'know':1817 'lack':1202 'laptop/desktop':1339 'larg':370,376 'last':1372 'lead':1480 'learn':237,750,771,850,897,1265 'let':1168 'life':625 'lightweight':1178,1414 'like':654,768,799,945,1002,1006,1094,1150,1186,1571 'line':1268,1303 'linus':485 'linux':14,80,117,143,183,504,565,644,739,856,910,1363,1676 'll':1167 'long':1747 'longer':1771 'look':586,978,1635 'lot':516,838,883,1052,1243,1276,1770 'love':1015 'lutri':1655 'lxde':1189 'lxqt':1190 'm':1224 'machin':1184,1200 'maco':946,964,1001,1353 'macos-lik':1000 'made':671 'main':342,531 'mainstream':359 'maintain':379,783,1141,1609 'mainten':708 'major':613,1439 'make':65,129,623,640,816,902,1098,1133 'manag':616,1732 'mani':1590,1594 'manjaro':596,674 'manual':885 'market':599 'maximalist':1066 'may':208,215,553,1087,1115 'mess':1610 'metaphor':944 'metric':321 'might':622,675 'minimalist':933 'mint':505,1170 'mismanag':699 'modern':286,448 'modifi':583 'most':1509 'much':1295,1482,1623 'must':1022 'nativ':1730 'need':428,706,1403 'new':205,239,558,814 'nice':589 'nich':93,350,1468 'niche-distro':349 'noooo':1348 'normal':193 'note':107 'nowaday':71,1274 'nvidia':109,1540,1556 'offload':1627 'often':606,711,868 'okay':234,306 'old':247,1181,1199,1338,1385,1410 'oldest':781 'one':396,656,778,1524,1811,1816 'one-person':395 'ongo':698 'opinion':955 'opposit':862 'os':561 'outdat':829 'overwhelm':18,775,1110 'packag':617,867,1702,1731 'panel':992 'paradigm':206 'parent':579,635 'part':1789 'partit':165 'passion':1254 'peopl':1092,1251,1451,1548 'perfect':77,608,1100,1365,1647 'perform':1381,1406 'period':1360 'period-correct':1359 'person':397 'philosoph':1211,1472 'philosophi':620,866,1075 'plasma':1062,1067 'player':114 'pleas':106 'plung':1238 'point':229 'polici':618,805 'pop':560 'possibl':361,389,1107 'practic':1475 'prais':518,1172 'preambl':64,1536 'precis':1498,1804 'predict':821 'prefer':927 'present':1584 'prevent':714 'probabl':196,224,789 'process':221 'product':1324 'proprietari':146,1783 'protocol':1620 'proton':1661 'provid':39,952 'public':1825 'purpos':346,1644 'put':339 'question':312,1212 'rather':1473 're':2,17,104,236,732,1232,1794 'read':1241 'readi':1234 'readili':281 'realli':647,736,749,1693 'reason':1323,1478 'recent':74,1737 'recommend':593 'red':471 'regular':707,892,1036,1775 'relat':73 'releas':880,1046 'rememb':1533 'remov':693 'replac':141 'repurpos':1418 'research':1230 'resourc':259 'ressurect':1197 'revert':664 'right':468 'rock':833 'rock-solid':832 'root':1470 'rule':1711 'run':157,171,607,1364 'said':1539 'satisfi':1527 'scare':1225 'schedul':1047 'secur':811,1394 'seem':676,1252 'sensibl':447,844 'server':1424 'set':1290 'share':571 'shed':246 'shell':1010 'shitti':1559 'short':1433,1670 'shoud':1263 'similar':549 'simpl':30,40,1332,1618 'simplifi':1834 'sinc':1399,1459 'singl':1073,1124 'smaller':1624 'snap':1691,1739,1760,1780 'solid':834 'solv':1612 'someth':238,1313 'sometim':1292,1305 'soon':874 'sourc':877 'speak':1814 'specif':402 'spend':1096 'spin':1753 'squeez':1405 'stabil':1117 'stabl':819 'standard':855 'start':733 'startup':1773 'stay':439,1565 'steam':1654 'steep':770 'step':8,365,730 'still':87,475,782,830,1758 'store':1721,1781 'stringent':804 'strong':954 'struggl':197 'stuff':178,713,894,1217,1245,1258 'suffer':631 'support':100 'sure':66,130 'surfac':756 'switch':1442 'system':254,295,426 'system76':567 'systemd':293,1430,1434,1444,1456,1465 'tailor':399 'take':5,1236,1768,1820 'taken':727 'tank':801 'technic':1477 'tend':1766 'thank':1494,1800 'thing':187,213,218,1018,1278,1591,1744 'tho':1826 'though':179 'thousand':967 'thumb':1713 'tie':273 'tinker':840 'tool':689,851,898 'torvald':486 'tradit':942 'transit':46,556 'transpar':1017 'tri':169,1530 'troubl':128 'troubleshoot':211,284 'truli':719 'tutori':1680 'tweak':974,1082 'two':341,611 'ubuntu':522,569,594,630,641,1751 'underpow':1183 'understand':1326 'unless':766,1815 'unlik':963 'unmaintain':1579 'updat':710,890 'usabl':282 'use':92,317,404,510,536,916,1342,1383,1412,1455,1464,1660 'use-cas':403 'user':371,419,483,528,559,960,1171,1563,1715 've':726,1227 'vendor':566 'version':1733,1738 'vision':957 'vm':161 'want':422,742,997,1145,1195,1462 'way':443,1310,1809 'wayland':1517,1552,1581,1611 'welcom':24 'well':415,662,1366,1545 'whistl':1206 'wifi':97 'wiki':263 'wiki.archlinux.org':265 'wiki.archlinux.org/)':264 'window':164,551,1005,1149,1351 'windows-lik':1004,1148 'windows/macos':186 'wine':174 'without':267 'wonder':11 'work':76,188,437,456,660,908,1299,1356 'workflow':152 'workstat':445 'world':12,118 'xfce':1188 'xorg':1519,1567,1575,1587 'xorg/wayland':297,1504 'year':251,1376,1445 'yes':1269,1505,1671,1810 'yet':931"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700914513
+visibility: "visible "
+apId: "https://lemm.ee/post/15895051"
+editedAt: DateTimeImmutable @1701487037 {#2326
date: 2023-12-02 04:17:17.0 +01:00
}
+createdAt: DateTimeImmutable @1700828113 {#1361
date: 2023-11-24 13:15:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2360
+user: Proxies\__CG__\App\Entity\User {#2230 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2231 …}
+slug: "Help-me-choose-my-first-distro-and-other-questions-for"
+title: ""Help me choose my first distro" and other questions for beginners"
+url: null
+body: """
You’re about to take your first steps in the wonderful world of Linux, but you’re overwhelmed by the amount of choices? Welcome to this (I hope) very simple guide :)\n
\n
The aim of this guide is to provide simple, clear information to ease your transition as a beginner. This is not a be-all-end-all guide nor an advanced guide.\n
\n
Preamble\n
========\n
\n
Make sure your hardware is compatible\n
-------------------------------------\n
\n
Nowadays most relatively recent hardware works perfectly fine on Linux, but there are some edge cases still. If you don’t use niche hardware and your wifi card is supported, chances are you’re golden. Please note that nVidia is a bad faith player in the Linux world, so if you have a GeForce GPU, expect some trouble.\n
\n
Make sure your favourite apps are either available or have a good replacement on Linux\n
--------------------------------------------------------------------------------------\n
\n
If some proprietary app is essential to your workflow and is irreplaceable, consider running it in a VM, keeping a Windows partition for it or try and run it through Wine (this is advanced stuff though).\n
\n
Be aware that Linux is not Windows/MacOS\n
----------------------------------------\n
\n
Things work differently, and this is normal. You will probably struggle at the beginning while adjusting to a new paradigm. You may have to troubleshoot some things. You may break some things in the process. You will probably get frustrated at some point or another. It’s okay. You’re learning something new, and it can be hard to shed old habits forged by years on another system.\n
\n
What are the best resources out there?\n
--------------------------------------\n
\n
[Arch Wiki](https://wiki.archlinux.org/) without a doubt. Despite being heavily tied to Arch, most of its content is readily usable to troubleshoot most modern distros, as the building blocks (Kernel, systemd, core system apps, XOrg/Wayland, your DE of choice etc.) are the same.\n
\n
Okay, now to the most important questions\n
\n
Which distro should I use?\n
==========================\n
\n
There are [a metric fuckload (or 1.112 imperial fucktons)](https://distrowatch.com/) of distros out there, but these can be broadly put into two main categories: general-purpose distros and niche-distros. I advise you to keep it as mainstream as possible for your first steps. A distro with a large user base, backed by a large community of maintainers and aimed at being as fuss-free as possible is always better than a one-person effort tailored to a specific use-case.\n
\n
Beginner distros\n
----------------\n
\n
These are great distros for beginners as well as more advanced users who just want to have a system that needs almost no configuration out of the box, just works and stays out of the way.\n
\n
- **Fedora Workstation**: Clean, sensible, modern and very up to date and should work out of the box for most hardware. Despite the community’s rightful backlash against Red Hat, this is still a great distro for beginners and advanced users. Even Linus Torvalds himself favors Fedora as a daily driver. Fedora is the flagship distro for the Gnome Desktop Environment.\n
- **Linux Mint**: While I haven’t used it myself, there is a lot of praise here for this Ubuntu derivative from beginners and advanced users alike. Its main goals are ease of use and being the flagship distro for the Cinnamon DE, which is very similar to Windows and may ease the transition for new users.\n
- **Pop!_OS**: Backed by hardware Linux vendor System76, this Ubuntu derivative shares some of the issues with its infamous parent, but its heavily modified Gnome DE looks and feels nice.\n
- **I do not recommend Ubuntu nor Manjaro**: despite being marketed as “beginner friendly distros”, and despite often running perfectly fine, these two have major issues in management, packaging policies or philosophy that might make your life as a beginner difficult. Ubuntu suffers from it’s parent company’s goal to make Ubuntu kinda-Linux-but-not-really, and there are some great derivatives like the ones cited above that work equally well but revert some of the most controversial decisions made by Canonical. Manjaro might seem appealing as a “beginner-friendly” Arch derivative and some of its tools are fantastic to remove some configuration burden, but ongoing mismanagement issues and the fact that it needs regular maintenance as updates often break stuff prevent it from being a truly beginner distro.\n
\n
Advanced distros\n
----------------\n
\n
So you’ve taken your first steps, you’re starting to be really comfortable with Linux, and you want to get your hands dirty and really learn what’s happening under the surface? **These should not be installed as your first distro**, unless you like extremely steep learning curves and being overwhelmed.\n
\n
- **Debian**: as one of the oldest, still maintained distros and the granddaddy of probably half of the distros out there, Debian is built like a tank. A very stringent policy of focusing on bug and security fixes over new features makes Debian extremely stable and predictable, but it can also feel a bit outdated. Still a rock-solid experience, with a lot to tinker with despite very sensible defaults. It is an incredible learning tool and is as “Standard Linux” as can be.\n
- **Arch**: The opposite of Debian in philosophy, packages often come to Arch almost as soon as the source code is released. Expect a lot of manual installation and configuration, daily updates, and regularly fixing stuff. An incredible learning tool too, that will make you intimate with the inner workings of Linux.\n
\n
Which Desktop Environment should I use?\n
=======================================\n
\n
This is entirely up to you, and depends on your preferences.\n
\n
- **Gnome**: Full featured yet very minimalist, Gnome is a great DE that eschews the traditional Desktop metaphor. Like MacOS, out of the box, it provides the strongly opinionated developers’ vision of a user experience. Fortunately, unlike MacOS, there are [thousands of extensions](https://extensions.gnome.org/) to tweak and extend the looks and behaviour of the DE. Dash-to-dock or Dash-to-panel are great if you want a more MacOS-like or Windows-like experience, Blur My Shell is great if you love blurry transparent things, Appindicator is a must, and everything else is up to you. Gnome’s development cycle is highly regular and all core components and apps follow the same release schedule, which explains why a lot of distros choose it as their default DE.\n
- **KDE Plasma**: Full featured and maximalist, Plasma does not cater to a single design philosophy, is very flexible and can be tweaked almost ad infinitum. This may be an advantage for people who like to spend hours making the perfect environment, or a disadvantage as the possibilities can be overwhelming, and the added complexity may compromise stability, bugginess or completeness. There is no single development cycle for core components and apps, which makes it a bit more difficult for distro maintainers.\n
- **Cinnamon**: If you want the most “windows-like” experience out of the box, Cinnamon is great. As I have no experience with it, I’ll let the Mint users praise it in the comments :D\n
- **Lightweight DEs for old or underpowered machines**: The likes of XFCE, LXDE, LXQt are great if you want to ressurect an old machine, but lack the bells and whistles of the aforementioned DEs.\n
\n
Philosophical questions, or “I heard conflicting stuff over the Internet and now I’m scared”\n
============================================================================================\n
\n
You’ve done your research, you’re almost ready to take the plunge, you even read a lot of stuff on this very community, but people seem very passionately for or against stuff. What should you do?\n
\n
Shoud I learn the command line?\n
-------------------------------\n
\n
**Yes, eventually**. To be honest, nowadays a lot of things can be configured on the fly graphically, through your DE’s settings. But sometimes, it’s much more efficient to work on the command line, and sometimes it’s the only way to fix something. It’s not that difficult, and you can be reasonably productive by understanding just about a dozen very simple commands.\n
\n
I have a very old laptop/desktop, should I use a distro from this era?\n
----------------------------------------------------------------------\n
\n
**Noooo!**. Contrary to Windows and MacOS which only work correctly on period-correct computers, Linux runs perfectly well on any hardware from the last 20 to 30 years. You will not gain performance by using an old distro, but you will gain hundreds of critical security flaws that have been since corrected. If you need to squeeze performance out of an old computer, use a lightweight graphical environment or repurpose it as a headless home server.\n
\n
Should I be concerned about systemd?\n
------------------------------------\n
\n
**No**. In short, systemd is fine and all major distros have switched to systemd years ago. Even the extremely cautious people behind Debian have used systemd as default since 2015. Not wanting to use systemd is a niche more rooted in philosophical rather than practical or technical reasons, and leads to much deeper issues than you should concern yourself with as a beginner. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I be concerned about XOrg/Wayland?\n
-----------------------------------------\n
\n
**Yes and No, but mostly No**. First off, most distros install both Wayland and XOrg by default, so if one is not satisfying to you, try the other. Remember in the preamble when I said nVidia was a bad actor? Well, most of people’s complaints about Wayland are because of nVidia and their shitty drivers, so GeForce users should stay on XOrg for now. But like it or not, XOrg is dead and unmaintained, and Wayland is the present and future. XOrg did too many things, carried too many features from the 80’s and 90’s and its codebase is a barely maintainable mess. Wayland solves that by being just a simple display protocol with a much smaller codebase, and offloading feature development to the compositors.\n
\n
Should I look for a gaming-focused distro?\n
------------------------------------------\n
\n
**No**. General purpose distros are perfectly fine for gaming. You can install Steam, Lutris, Heroic, Itch etc. and use Proton just fine on almost anything. Even Debian. In short, yes, you can game on Linux, there are great tutorials on the internet.\n
\n
Should I be concerned about Flatpaks and/or Snaps?\n
--------------------------------------------------\n
\n
**Not really**. Flatpaks are great, and more and more developers package their apps directly in Flatpak format. As a rule of thumb, for user facing applications, if your app store gives you the choice between Flatpak and your native package manager version, choose the most recent version. Snaps however are a Canonical/Ubuntu thing, so as long as you avoid Ubuntu, its spins and its derivatives that still include Snaps, you should be fine. They tend to take a lot longer to startup than regular apps or Flatpaks, the snap store is proprietary, centralized and Canonical controls every part of it. If you’re fine with that, have fun. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I follow The Way?\n
------------------------\n
\n
**Yes**. One does not speak unless one knows. You can take your helmet off in public tho.\n
\n
Feel free to help correct, expand, or simplify this guide :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 251
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723062220 {#2227
date: 2024-08-07 22:23:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
+badges: Doctrine\ORM\PersistentCollection {#2321 …}
+children: [
App\Entity\EntryComment {#2377
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: null
+root: null
+body: """
As a complete noob who installed Mint about two weeks ago, I have Thoughts™. This is a good start, I think., and I’m really glad to see it, but it still makes some assumptions and misses a couple of things I came across that I think would be helpful.\n
\n
I’ll try to find some time tomorrow to pull together some edits and suggestions to share, rather than a bunch of comments here.\n
\n
How’s best to share them back?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700850161 {#2371
date: 2023-11-24 19:22:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
"@wfh@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2364 …}
+votes: Doctrine\ORM\PersistentCollection {#2380 …}
+reports: Doctrine\ORM\PersistentCollection {#2382 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2379 …}
-id: 159414
-bodyTs: "'across':44 'ago':11 'assumpt':35 'back':81 'best':77 'bunch':71 'came':43 'comment':73 'complet':3 'coupl':39 'edit':63 'find':55 'glad':26 'good':18 'help':50 'instal':6 'll':52 'm':24 'make':33 'mint':7 'miss':37 'noob':4 'pull':60 'rather':68 'realli':25 'see':28 'share':67,79 'start':19 'still':32 'suggest':65 'thing':41 'think':21,47 'thought':14 'time':57 'togeth':61 'tomorrow':58 'tri':53 'two':9 'week':10 'would':48"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4655780"
+editedAt: DateTimeImmutable @1701385449 {#2363
date: 2023-12-01 00:04:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700850161 {#2370
date: 2023-11-24 19:22:41.0 +01:00
}
+"title": 159414
}
]
-id: 16258
-titleTs: "'beginn':11 'choos':3 'distro':6 'first':5 'help':1 'question':9"
-bodyTs: "'/)':266,329,972 '1.112':324 '20':1373 '2015':1460 '30':1375 '80':1598 '90':1601 'actor':1544 'ad':1084,1113 'adjust':202 'advanc':62,177,418,482,527,722 'advantag':1090 'advis':353 'aforement':1209 'ago':1446 'aim':33,381 'alik':529 'almost':429,872,1083,1233,1665 'also':825 'alway':391 'amount':21 'and/or':1690 'anoth':231,253 'anyth':1666 'app':133,147,296,1042,1131,1704,1720,1776 'appeal':677 'appind':1019 'applic':1717 'arch':262,275,683,860,871 'avail':136 'avoid':1750 'awar':181 'back':373,562 'backlash':469 'bad':112,1543 'bare':1608 'base':372 'be-all-end-al':54 'begin':200 'beginn':49,406,413,480,525,601,628,681,720,1493 'beginner-friend':680 'behaviour':980 'behind':1452 'bell':1204 'best':258 'better':392 'bit':828,1136 'block':291 'blur':1008 'blurri':1016 'box':435,460,950,1155 'break':216,712 'broad':338 'bug':809 'buggi':1118 'build':290 'built':798 'burden':696 'canon':673,1786 'canonical/ubuntu':1743 'card':98 'carri':1592 'case':86,405 'categori':343 'cater':1070 'cautious':1450 'central':1784 'chanc':101 'choic':23,301,1725 'choos':1055,1734 'cinnamon':544,1142,1156 'cite':657 'clean':446 'clear':41 'code':878 'codebas':1605,1625 'come':869 'comfort':737 'command':1267,1302,1333 'comment':1176 'communiti':377,466,1249 'compani':636 'compat':70 'complaint':1550 'complet':1120 'complex':1114 'compon':1040,1129 'compositor':1632 'compromis':1116 'comput':1362,1411 'concern':1428,1488,1502,1687 'configur':431,695,888,1281 'conflict':1216 'consid':156 'content':279 'contrari':1349 'control':1787 'controversi':669 'core':294,1039,1128 'correct':1357,1361,1400,1831 'critic':1393 'curv':772 'cycl':1033,1126 'd':1177 'daili':492,889 'dash':985,990 'dash-to-dock':984 'dash-to-panel':989 'date':453 'de':299,545,585,938,983,1060,1288 'dead':1577 'debian':776,796,817,864,1453,1668 'decis':670 'deeper':1483 'default':845,1059,1458,1521 'depend':924 'deriv':523,570,653,684,1756 'des':1179,1210 'design':1074 'desktop':502,912,943 'despit':270,464,597,605,842 'develop':956,1032,1125,1629,1701 'differ':189 'difficult':629,1138,1318 'direct':1705 'dirti':747 'disadvantag':1104 'display':1619 'distro':287,314,331,347,351,367,407,411,478,498,541,603,721,723,765,784,793,1054,1140,1344,1386,1440,1514,1641,1645 'distrowatch.com':328 'distrowatch.com/)':327 'dock':987 'done':1228 'doubt':269 'dozen':1330 'driver':493,1560 'eas':44,534,554 'edg':85 'effici':1297 'effort':398 'either':135 'els':1025 'end':57 'entir':919 'environ':503,913,1101,1416 'equal':661 'era':1347 'eschew':940 'essenti':149 'etc':302,1658 'even':484,1240,1447,1667 'eventu':1270 'everi':1788 'everyth':1024 'expand':1832 'expect':126,881 'experi':835,961,1007,1151,1163 'explain':1049 'extend':976 'extens':969 'extensions.gnome.org':971 'extensions.gnome.org/)':970 'extrem':769,818,1449 'face':1716 'fact':703 'faith':113 'fantast':691 'favor':488 'favourit':132 'featur':815,930,1064,1595,1628 'fedora':444,489,494 'feel':588,826,1827 'fine':78,609,1436,1648,1663,1764,1795 'first':7,364,729,764,1511 'fix':812,893,1312 'flagship':497,540 'flatpak':1689,1694,1707,1727,1778 'flaw':1395 'flexibl':1078 'fli':1284 'focus':807,1640 'follow':1043,1807 'forg':249 'format':1708 'fortun':962 'free':387,1828 'friend':602,682 'frustrat':226 'fuckload':322 'fuckton':326 'full':929,1063 'fun':1799 'fuss':386 'fuss-fre':385 'futur':1586 'gain':1380,1390 'game':1639,1650,1674 'gaming-focus':1638 'geforc':124,1562 'general':345,1643 'general-purpos':344 'get':225,744 'give':1722 'gnome':501,584,928,934,1030 'goal':532,638 'golden':105 'good':140 'gpu':125 'granddaddi':787 'graphic':1285,1415 'gravityspoiled@lemmy.ml':1495,1801 'great':410,477,652,937,994,1012,1158,1192,1679,1696 'guid':31,36,59,63,1836 'habit':248 'half':790 'hand':746 'happen':753 'hard':244 'hardwar':68,75,94,463,564,1369 'hat':472 'haven':508 'headless':1422 'heard':1215 'heavili':272,582 'helmet':1822 'help':1830 'heroic':1656 'high':1035 'home':1423 'honest':1273 'hope':28 'hour':1097 'howev':1740 'hundr':1391 'imperi':325 'import':311 'includ':1759 'incred':849,896 'infam':578 'infinitum':1085 'inform':42 'inner':907 'instal':761,886,1515,1653 'internet':1220,1683 'intim':904 'irreplac':155 'issu':575,614,700,1484 'itch':1657 'kde':1061 'keep':162,356 'kernel':292 'kinda':643 'kinda-linux-but-not-r':642 'know':1817 'lack':1202 'laptop/desktop':1339 'larg':370,376 'last':1372 'lead':1480 'learn':237,750,771,850,897,1265 'let':1168 'life':625 'lightweight':1178,1414 'like':654,768,799,945,1002,1006,1094,1150,1186,1571 'line':1268,1303 'linus':485 'linux':14,80,117,143,183,504,565,644,739,856,910,1363,1676 'll':1167 'long':1747 'longer':1771 'look':586,978,1635 'lot':516,838,883,1052,1243,1276,1770 'love':1015 'lutri':1655 'lxde':1189 'lxqt':1190 'm':1224 'machin':1184,1200 'maco':946,964,1001,1353 'macos-lik':1000 'made':671 'main':342,531 'mainstream':359 'maintain':379,783,1141,1609 'mainten':708 'major':613,1439 'make':65,129,623,640,816,902,1098,1133 'manag':616,1732 'mani':1590,1594 'manjaro':596,674 'manual':885 'market':599 'maximalist':1066 'may':208,215,553,1087,1115 'mess':1610 'metaphor':944 'metric':321 'might':622,675 'minimalist':933 'mint':505,1170 'mismanag':699 'modern':286,448 'modifi':583 'most':1509 'much':1295,1482,1623 'must':1022 'nativ':1730 'need':428,706,1403 'new':205,239,558,814 'nice':589 'nich':93,350,1468 'niche-distro':349 'noooo':1348 'normal':193 'note':107 'nowaday':71,1274 'nvidia':109,1540,1556 'offload':1627 'often':606,711,868 'okay':234,306 'old':247,1181,1199,1338,1385,1410 'oldest':781 'one':396,656,778,1524,1811,1816 'one-person':395 'ongo':698 'opinion':955 'opposit':862 'os':561 'outdat':829 'overwhelm':18,775,1110 'packag':617,867,1702,1731 'panel':992 'paradigm':206 'parent':579,635 'part':1789 'partit':165 'passion':1254 'peopl':1092,1251,1451,1548 'perfect':77,608,1100,1365,1647 'perform':1381,1406 'period':1360 'period-correct':1359 'person':397 'philosoph':1211,1472 'philosophi':620,866,1075 'plasma':1062,1067 'player':114 'pleas':106 'plung':1238 'point':229 'polici':618,805 'pop':560 'possibl':361,389,1107 'practic':1475 'prais':518,1172 'preambl':64,1536 'precis':1498,1804 'predict':821 'prefer':927 'present':1584 'prevent':714 'probabl':196,224,789 'process':221 'product':1324 'proprietari':146,1783 'protocol':1620 'proton':1661 'provid':39,952 'public':1825 'purpos':346,1644 'put':339 'question':312,1212 'rather':1473 're':2,17,104,236,732,1232,1794 'read':1241 'readi':1234 'readili':281 'realli':647,736,749,1693 'reason':1323,1478 'recent':74,1737 'recommend':593 'red':471 'regular':707,892,1036,1775 'relat':73 'releas':880,1046 'rememb':1533 'remov':693 'replac':141 'repurpos':1418 'research':1230 'resourc':259 'ressurect':1197 'revert':664 'right':468 'rock':833 'rock-solid':832 'root':1470 'rule':1711 'run':157,171,607,1364 'said':1539 'satisfi':1527 'scare':1225 'schedul':1047 'secur':811,1394 'seem':676,1252 'sensibl':447,844 'server':1424 'set':1290 'share':571 'shed':246 'shell':1010 'shitti':1559 'short':1433,1670 'shoud':1263 'similar':549 'simpl':30,40,1332,1618 'simplifi':1834 'sinc':1399,1459 'singl':1073,1124 'smaller':1624 'snap':1691,1739,1760,1780 'solid':834 'solv':1612 'someth':238,1313 'sometim':1292,1305 'soon':874 'sourc':877 'speak':1814 'specif':402 'spend':1096 'spin':1753 'squeez':1405 'stabil':1117 'stabl':819 'standard':855 'start':733 'startup':1773 'stay':439,1565 'steam':1654 'steep':770 'step':8,365,730 'still':87,475,782,830,1758 'store':1721,1781 'stringent':804 'strong':954 'struggl':197 'stuff':178,713,894,1217,1245,1258 'suffer':631 'support':100 'sure':66,130 'surfac':756 'switch':1442 'system':254,295,426 'system76':567 'systemd':293,1430,1434,1444,1456,1465 'tailor':399 'take':5,1236,1768,1820 'taken':727 'tank':801 'technic':1477 'tend':1766 'thank':1494,1800 'thing':187,213,218,1018,1278,1591,1744 'tho':1826 'though':179 'thousand':967 'thumb':1713 'tie':273 'tinker':840 'tool':689,851,898 'torvald':486 'tradit':942 'transit':46,556 'transpar':1017 'tri':169,1530 'troubl':128 'troubleshoot':211,284 'truli':719 'tutori':1680 'tweak':974,1082 'two':341,611 'ubuntu':522,569,594,630,641,1751 'underpow':1183 'understand':1326 'unless':766,1815 'unlik':963 'unmaintain':1579 'updat':710,890 'usabl':282 'use':92,317,404,510,536,916,1342,1383,1412,1455,1464,1660 'use-cas':403 'user':371,419,483,528,559,960,1171,1563,1715 've':726,1227 'vendor':566 'version':1733,1738 'vision':957 'vm':161 'want':422,742,997,1145,1195,1462 'way':443,1310,1809 'wayland':1517,1552,1581,1611 'welcom':24 'well':415,662,1366,1545 'whistl':1206 'wifi':97 'wiki':263 'wiki.archlinux.org':265 'wiki.archlinux.org/)':264 'window':164,551,1005,1149,1351 'windows-lik':1004,1148 'windows/macos':186 'wine':174 'without':267 'wonder':11 'work':76,188,437,456,660,908,1299,1356 'workflow':152 'workstat':445 'world':12,118 'xfce':1188 'xorg':1519,1567,1575,1587 'xorg/wayland':297,1504 'year':251,1376,1445 'yes':1269,1505,1671,1810 'yet':931"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700914513
+visibility: "visible "
+apId: "https://lemm.ee/post/15895051"
+editedAt: DateTimeImmutable @1701487037 {#2326
date: 2023-12-02 04:17:17.0 +01:00
}
+createdAt: DateTimeImmutable @1700828113 {#1361
date: 2023-11-24 13:15:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2360
+user: Proxies\__CG__\App\Entity\User {#2230 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2231 …}
+slug: "Help-me-choose-my-first-distro-and-other-questions-for"
+title: ""Help me choose my first distro" and other questions for beginners"
+url: null
+body: """
You’re about to take your first steps in the wonderful world of Linux, but you’re overwhelmed by the amount of choices? Welcome to this (I hope) very simple guide :)\n
\n
The aim of this guide is to provide simple, clear information to ease your transition as a beginner. This is not a be-all-end-all guide nor an advanced guide.\n
\n
Preamble\n
========\n
\n
Make sure your hardware is compatible\n
-------------------------------------\n
\n
Nowadays most relatively recent hardware works perfectly fine on Linux, but there are some edge cases still. If you don’t use niche hardware and your wifi card is supported, chances are you’re golden. Please note that nVidia is a bad faith player in the Linux world, so if you have a GeForce GPU, expect some trouble.\n
\n
Make sure your favourite apps are either available or have a good replacement on Linux\n
--------------------------------------------------------------------------------------\n
\n
If some proprietary app is essential to your workflow and is irreplaceable, consider running it in a VM, keeping a Windows partition for it or try and run it through Wine (this is advanced stuff though).\n
\n
Be aware that Linux is not Windows/MacOS\n
----------------------------------------\n
\n
Things work differently, and this is normal. You will probably struggle at the beginning while adjusting to a new paradigm. You may have to troubleshoot some things. You may break some things in the process. You will probably get frustrated at some point or another. It’s okay. You’re learning something new, and it can be hard to shed old habits forged by years on another system.\n
\n
What are the best resources out there?\n
--------------------------------------\n
\n
[Arch Wiki](https://wiki.archlinux.org/) without a doubt. Despite being heavily tied to Arch, most of its content is readily usable to troubleshoot most modern distros, as the building blocks (Kernel, systemd, core system apps, XOrg/Wayland, your DE of choice etc.) are the same.\n
\n
Okay, now to the most important questions\n
\n
Which distro should I use?\n
==========================\n
\n
There are [a metric fuckload (or 1.112 imperial fucktons)](https://distrowatch.com/) of distros out there, but these can be broadly put into two main categories: general-purpose distros and niche-distros. I advise you to keep it as mainstream as possible for your first steps. A distro with a large user base, backed by a large community of maintainers and aimed at being as fuss-free as possible is always better than a one-person effort tailored to a specific use-case.\n
\n
Beginner distros\n
----------------\n
\n
These are great distros for beginners as well as more advanced users who just want to have a system that needs almost no configuration out of the box, just works and stays out of the way.\n
\n
- **Fedora Workstation**: Clean, sensible, modern and very up to date and should work out of the box for most hardware. Despite the community’s rightful backlash against Red Hat, this is still a great distro for beginners and advanced users. Even Linus Torvalds himself favors Fedora as a daily driver. Fedora is the flagship distro for the Gnome Desktop Environment.\n
- **Linux Mint**: While I haven’t used it myself, there is a lot of praise here for this Ubuntu derivative from beginners and advanced users alike. Its main goals are ease of use and being the flagship distro for the Cinnamon DE, which is very similar to Windows and may ease the transition for new users.\n
- **Pop!_OS**: Backed by hardware Linux vendor System76, this Ubuntu derivative shares some of the issues with its infamous parent, but its heavily modified Gnome DE looks and feels nice.\n
- **I do not recommend Ubuntu nor Manjaro**: despite being marketed as “beginner friendly distros”, and despite often running perfectly fine, these two have major issues in management, packaging policies or philosophy that might make your life as a beginner difficult. Ubuntu suffers from it’s parent company’s goal to make Ubuntu kinda-Linux-but-not-really, and there are some great derivatives like the ones cited above that work equally well but revert some of the most controversial decisions made by Canonical. Manjaro might seem appealing as a “beginner-friendly” Arch derivative and some of its tools are fantastic to remove some configuration burden, but ongoing mismanagement issues and the fact that it needs regular maintenance as updates often break stuff prevent it from being a truly beginner distro.\n
\n
Advanced distros\n
----------------\n
\n
So you’ve taken your first steps, you’re starting to be really comfortable with Linux, and you want to get your hands dirty and really learn what’s happening under the surface? **These should not be installed as your first distro**, unless you like extremely steep learning curves and being overwhelmed.\n
\n
- **Debian**: as one of the oldest, still maintained distros and the granddaddy of probably half of the distros out there, Debian is built like a tank. A very stringent policy of focusing on bug and security fixes over new features makes Debian extremely stable and predictable, but it can also feel a bit outdated. Still a rock-solid experience, with a lot to tinker with despite very sensible defaults. It is an incredible learning tool and is as “Standard Linux” as can be.\n
- **Arch**: The opposite of Debian in philosophy, packages often come to Arch almost as soon as the source code is released. Expect a lot of manual installation and configuration, daily updates, and regularly fixing stuff. An incredible learning tool too, that will make you intimate with the inner workings of Linux.\n
\n
Which Desktop Environment should I use?\n
=======================================\n
\n
This is entirely up to you, and depends on your preferences.\n
\n
- **Gnome**: Full featured yet very minimalist, Gnome is a great DE that eschews the traditional Desktop metaphor. Like MacOS, out of the box, it provides the strongly opinionated developers’ vision of a user experience. Fortunately, unlike MacOS, there are [thousands of extensions](https://extensions.gnome.org/) to tweak and extend the looks and behaviour of the DE. Dash-to-dock or Dash-to-panel are great if you want a more MacOS-like or Windows-like experience, Blur My Shell is great if you love blurry transparent things, Appindicator is a must, and everything else is up to you. Gnome’s development cycle is highly regular and all core components and apps follow the same release schedule, which explains why a lot of distros choose it as their default DE.\n
- **KDE Plasma**: Full featured and maximalist, Plasma does not cater to a single design philosophy, is very flexible and can be tweaked almost ad infinitum. This may be an advantage for people who like to spend hours making the perfect environment, or a disadvantage as the possibilities can be overwhelming, and the added complexity may compromise stability, bugginess or completeness. There is no single development cycle for core components and apps, which makes it a bit more difficult for distro maintainers.\n
- **Cinnamon**: If you want the most “windows-like” experience out of the box, Cinnamon is great. As I have no experience with it, I’ll let the Mint users praise it in the comments :D\n
- **Lightweight DEs for old or underpowered machines**: The likes of XFCE, LXDE, LXQt are great if you want to ressurect an old machine, but lack the bells and whistles of the aforementioned DEs.\n
\n
Philosophical questions, or “I heard conflicting stuff over the Internet and now I’m scared”\n
============================================================================================\n
\n
You’ve done your research, you’re almost ready to take the plunge, you even read a lot of stuff on this very community, but people seem very passionately for or against stuff. What should you do?\n
\n
Shoud I learn the command line?\n
-------------------------------\n
\n
**Yes, eventually**. To be honest, nowadays a lot of things can be configured on the fly graphically, through your DE’s settings. But sometimes, it’s much more efficient to work on the command line, and sometimes it’s the only way to fix something. It’s not that difficult, and you can be reasonably productive by understanding just about a dozen very simple commands.\n
\n
I have a very old laptop/desktop, should I use a distro from this era?\n
----------------------------------------------------------------------\n
\n
**Noooo!**. Contrary to Windows and MacOS which only work correctly on period-correct computers, Linux runs perfectly well on any hardware from the last 20 to 30 years. You will not gain performance by using an old distro, but you will gain hundreds of critical security flaws that have been since corrected. If you need to squeeze performance out of an old computer, use a lightweight graphical environment or repurpose it as a headless home server.\n
\n
Should I be concerned about systemd?\n
------------------------------------\n
\n
**No**. In short, systemd is fine and all major distros have switched to systemd years ago. Even the extremely cautious people behind Debian have used systemd as default since 2015. Not wanting to use systemd is a niche more rooted in philosophical rather than practical or technical reasons, and leads to much deeper issues than you should concern yourself with as a beginner. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I be concerned about XOrg/Wayland?\n
-----------------------------------------\n
\n
**Yes and No, but mostly No**. First off, most distros install both Wayland and XOrg by default, so if one is not satisfying to you, try the other. Remember in the preamble when I said nVidia was a bad actor? Well, most of people’s complaints about Wayland are because of nVidia and their shitty drivers, so GeForce users should stay on XOrg for now. But like it or not, XOrg is dead and unmaintained, and Wayland is the present and future. XOrg did too many things, carried too many features from the 80’s and 90’s and its codebase is a barely maintainable mess. Wayland solves that by being just a simple display protocol with a much smaller codebase, and offloading feature development to the compositors.\n
\n
Should I look for a gaming-focused distro?\n
------------------------------------------\n
\n
**No**. General purpose distros are perfectly fine for gaming. You can install Steam, Lutris, Heroic, Itch etc. and use Proton just fine on almost anything. Even Debian. In short, yes, you can game on Linux, there are great tutorials on the internet.\n
\n
Should I be concerned about Flatpaks and/or Snaps?\n
--------------------------------------------------\n
\n
**Not really**. Flatpaks are great, and more and more developers package their apps directly in Flatpak format. As a rule of thumb, for user facing applications, if your app store gives you the choice between Flatpak and your native package manager version, choose the most recent version. Snaps however are a Canonical/Ubuntu thing, so as long as you avoid Ubuntu, its spins and its derivatives that still include Snaps, you should be fine. They tend to take a lot longer to startup than regular apps or Flatpaks, the snap store is proprietary, centralized and Canonical controls every part of it. If you’re fine with that, have fun. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I follow The Way?\n
------------------------\n
\n
**Yes**. One does not speak unless one knows. You can take your helmet off in public tho.\n
\n
Feel free to help correct, expand, or simplify this guide :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 251
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723062220 {#2227
date: 2024-08-07 22:23:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
+badges: Doctrine\ORM\PersistentCollection {#2321 …}
+children: [
App\Entity\EntryComment {#2377
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: null
+root: null
+body: """
As a complete noob who installed Mint about two weeks ago, I have Thoughts™. This is a good start, I think., and I’m really glad to see it, but it still makes some assumptions and misses a couple of things I came across that I think would be helpful.\n
\n
I’ll try to find some time tomorrow to pull together some edits and suggestions to share, rather than a bunch of comments here.\n
\n
How’s best to share them back?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700850161 {#2371
date: 2023-11-24 19:22:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
"@wfh@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2364 …}
+votes: Doctrine\ORM\PersistentCollection {#2380 …}
+reports: Doctrine\ORM\PersistentCollection {#2382 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2379 …}
-id: 159414
-bodyTs: "'across':44 'ago':11 'assumpt':35 'back':81 'best':77 'bunch':71 'came':43 'comment':73 'complet':3 'coupl':39 'edit':63 'find':55 'glad':26 'good':18 'help':50 'instal':6 'll':52 'm':24 'make':33 'mint':7 'miss':37 'noob':4 'pull':60 'rather':68 'realli':25 'see':28 'share':67,79 'start':19 'still':32 'suggest':65 'thing':41 'think':21,47 'thought':14 'time':57 'togeth':61 'tomorrow':58 'tri':53 'two':9 'week':10 'would':48"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4655780"
+editedAt: DateTimeImmutable @1701385449 {#2363
date: 2023-12-01 00:04:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700850161 {#2370
date: 2023-11-24 19:22:41.0 +01:00
}
+"title": 159414
}
]
-id: 16258
-titleTs: "'beginn':11 'choos':3 'distro':6 'first':5 'help':1 'question':9"
-bodyTs: "'/)':266,329,972 '1.112':324 '20':1373 '2015':1460 '30':1375 '80':1598 '90':1601 'actor':1544 'ad':1084,1113 'adjust':202 'advanc':62,177,418,482,527,722 'advantag':1090 'advis':353 'aforement':1209 'ago':1446 'aim':33,381 'alik':529 'almost':429,872,1083,1233,1665 'also':825 'alway':391 'amount':21 'and/or':1690 'anoth':231,253 'anyth':1666 'app':133,147,296,1042,1131,1704,1720,1776 'appeal':677 'appind':1019 'applic':1717 'arch':262,275,683,860,871 'avail':136 'avoid':1750 'awar':181 'back':373,562 'backlash':469 'bad':112,1543 'bare':1608 'base':372 'be-all-end-al':54 'begin':200 'beginn':49,406,413,480,525,601,628,681,720,1493 'beginner-friend':680 'behaviour':980 'behind':1452 'bell':1204 'best':258 'better':392 'bit':828,1136 'block':291 'blur':1008 'blurri':1016 'box':435,460,950,1155 'break':216,712 'broad':338 'bug':809 'buggi':1118 'build':290 'built':798 'burden':696 'canon':673,1786 'canonical/ubuntu':1743 'card':98 'carri':1592 'case':86,405 'categori':343 'cater':1070 'cautious':1450 'central':1784 'chanc':101 'choic':23,301,1725 'choos':1055,1734 'cinnamon':544,1142,1156 'cite':657 'clean':446 'clear':41 'code':878 'codebas':1605,1625 'come':869 'comfort':737 'command':1267,1302,1333 'comment':1176 'communiti':377,466,1249 'compani':636 'compat':70 'complaint':1550 'complet':1120 'complex':1114 'compon':1040,1129 'compositor':1632 'compromis':1116 'comput':1362,1411 'concern':1428,1488,1502,1687 'configur':431,695,888,1281 'conflict':1216 'consid':156 'content':279 'contrari':1349 'control':1787 'controversi':669 'core':294,1039,1128 'correct':1357,1361,1400,1831 'critic':1393 'curv':772 'cycl':1033,1126 'd':1177 'daili':492,889 'dash':985,990 'dash-to-dock':984 'dash-to-panel':989 'date':453 'de':299,545,585,938,983,1060,1288 'dead':1577 'debian':776,796,817,864,1453,1668 'decis':670 'deeper':1483 'default':845,1059,1458,1521 'depend':924 'deriv':523,570,653,684,1756 'des':1179,1210 'design':1074 'desktop':502,912,943 'despit':270,464,597,605,842 'develop':956,1032,1125,1629,1701 'differ':189 'difficult':629,1138,1318 'direct':1705 'dirti':747 'disadvantag':1104 'display':1619 'distro':287,314,331,347,351,367,407,411,478,498,541,603,721,723,765,784,793,1054,1140,1344,1386,1440,1514,1641,1645 'distrowatch.com':328 'distrowatch.com/)':327 'dock':987 'done':1228 'doubt':269 'dozen':1330 'driver':493,1560 'eas':44,534,554 'edg':85 'effici':1297 'effort':398 'either':135 'els':1025 'end':57 'entir':919 'environ':503,913,1101,1416 'equal':661 'era':1347 'eschew':940 'essenti':149 'etc':302,1658 'even':484,1240,1447,1667 'eventu':1270 'everi':1788 'everyth':1024 'expand':1832 'expect':126,881 'experi':835,961,1007,1151,1163 'explain':1049 'extend':976 'extens':969 'extensions.gnome.org':971 'extensions.gnome.org/)':970 'extrem':769,818,1449 'face':1716 'fact':703 'faith':113 'fantast':691 'favor':488 'favourit':132 'featur':815,930,1064,1595,1628 'fedora':444,489,494 'feel':588,826,1827 'fine':78,609,1436,1648,1663,1764,1795 'first':7,364,729,764,1511 'fix':812,893,1312 'flagship':497,540 'flatpak':1689,1694,1707,1727,1778 'flaw':1395 'flexibl':1078 'fli':1284 'focus':807,1640 'follow':1043,1807 'forg':249 'format':1708 'fortun':962 'free':387,1828 'friend':602,682 'frustrat':226 'fuckload':322 'fuckton':326 'full':929,1063 'fun':1799 'fuss':386 'fuss-fre':385 'futur':1586 'gain':1380,1390 'game':1639,1650,1674 'gaming-focus':1638 'geforc':124,1562 'general':345,1643 'general-purpos':344 'get':225,744 'give':1722 'gnome':501,584,928,934,1030 'goal':532,638 'golden':105 'good':140 'gpu':125 'granddaddi':787 'graphic':1285,1415 'gravityspoiled@lemmy.ml':1495,1801 'great':410,477,652,937,994,1012,1158,1192,1679,1696 'guid':31,36,59,63,1836 'habit':248 'half':790 'hand':746 'happen':753 'hard':244 'hardwar':68,75,94,463,564,1369 'hat':472 'haven':508 'headless':1422 'heard':1215 'heavili':272,582 'helmet':1822 'help':1830 'heroic':1656 'high':1035 'home':1423 'honest':1273 'hope':28 'hour':1097 'howev':1740 'hundr':1391 'imperi':325 'import':311 'includ':1759 'incred':849,896 'infam':578 'infinitum':1085 'inform':42 'inner':907 'instal':761,886,1515,1653 'internet':1220,1683 'intim':904 'irreplac':155 'issu':575,614,700,1484 'itch':1657 'kde':1061 'keep':162,356 'kernel':292 'kinda':643 'kinda-linux-but-not-r':642 'know':1817 'lack':1202 'laptop/desktop':1339 'larg':370,376 'last':1372 'lead':1480 'learn':237,750,771,850,897,1265 'let':1168 'life':625 'lightweight':1178,1414 'like':654,768,799,945,1002,1006,1094,1150,1186,1571 'line':1268,1303 'linus':485 'linux':14,80,117,143,183,504,565,644,739,856,910,1363,1676 'll':1167 'long':1747 'longer':1771 'look':586,978,1635 'lot':516,838,883,1052,1243,1276,1770 'love':1015 'lutri':1655 'lxde':1189 'lxqt':1190 'm':1224 'machin':1184,1200 'maco':946,964,1001,1353 'macos-lik':1000 'made':671 'main':342,531 'mainstream':359 'maintain':379,783,1141,1609 'mainten':708 'major':613,1439 'make':65,129,623,640,816,902,1098,1133 'manag':616,1732 'mani':1590,1594 'manjaro':596,674 'manual':885 'market':599 'maximalist':1066 'may':208,215,553,1087,1115 'mess':1610 'metaphor':944 'metric':321 'might':622,675 'minimalist':933 'mint':505,1170 'mismanag':699 'modern':286,448 'modifi':583 'most':1509 'much':1295,1482,1623 'must':1022 'nativ':1730 'need':428,706,1403 'new':205,239,558,814 'nice':589 'nich':93,350,1468 'niche-distro':349 'noooo':1348 'normal':193 'note':107 'nowaday':71,1274 'nvidia':109,1540,1556 'offload':1627 'often':606,711,868 'okay':234,306 'old':247,1181,1199,1338,1385,1410 'oldest':781 'one':396,656,778,1524,1811,1816 'one-person':395 'ongo':698 'opinion':955 'opposit':862 'os':561 'outdat':829 'overwhelm':18,775,1110 'packag':617,867,1702,1731 'panel':992 'paradigm':206 'parent':579,635 'part':1789 'partit':165 'passion':1254 'peopl':1092,1251,1451,1548 'perfect':77,608,1100,1365,1647 'perform':1381,1406 'period':1360 'period-correct':1359 'person':397 'philosoph':1211,1472 'philosophi':620,866,1075 'plasma':1062,1067 'player':114 'pleas':106 'plung':1238 'point':229 'polici':618,805 'pop':560 'possibl':361,389,1107 'practic':1475 'prais':518,1172 'preambl':64,1536 'precis':1498,1804 'predict':821 'prefer':927 'present':1584 'prevent':714 'probabl':196,224,789 'process':221 'product':1324 'proprietari':146,1783 'protocol':1620 'proton':1661 'provid':39,952 'public':1825 'purpos':346,1644 'put':339 'question':312,1212 'rather':1473 're':2,17,104,236,732,1232,1794 'read':1241 'readi':1234 'readili':281 'realli':647,736,749,1693 'reason':1323,1478 'recent':74,1737 'recommend':593 'red':471 'regular':707,892,1036,1775 'relat':73 'releas':880,1046 'rememb':1533 'remov':693 'replac':141 'repurpos':1418 'research':1230 'resourc':259 'ressurect':1197 'revert':664 'right':468 'rock':833 'rock-solid':832 'root':1470 'rule':1711 'run':157,171,607,1364 'said':1539 'satisfi':1527 'scare':1225 'schedul':1047 'secur':811,1394 'seem':676,1252 'sensibl':447,844 'server':1424 'set':1290 'share':571 'shed':246 'shell':1010 'shitti':1559 'short':1433,1670 'shoud':1263 'similar':549 'simpl':30,40,1332,1618 'simplifi':1834 'sinc':1399,1459 'singl':1073,1124 'smaller':1624 'snap':1691,1739,1760,1780 'solid':834 'solv':1612 'someth':238,1313 'sometim':1292,1305 'soon':874 'sourc':877 'speak':1814 'specif':402 'spend':1096 'spin':1753 'squeez':1405 'stabil':1117 'stabl':819 'standard':855 'start':733 'startup':1773 'stay':439,1565 'steam':1654 'steep':770 'step':8,365,730 'still':87,475,782,830,1758 'store':1721,1781 'stringent':804 'strong':954 'struggl':197 'stuff':178,713,894,1217,1245,1258 'suffer':631 'support':100 'sure':66,130 'surfac':756 'switch':1442 'system':254,295,426 'system76':567 'systemd':293,1430,1434,1444,1456,1465 'tailor':399 'take':5,1236,1768,1820 'taken':727 'tank':801 'technic':1477 'tend':1766 'thank':1494,1800 'thing':187,213,218,1018,1278,1591,1744 'tho':1826 'though':179 'thousand':967 'thumb':1713 'tie':273 'tinker':840 'tool':689,851,898 'torvald':486 'tradit':942 'transit':46,556 'transpar':1017 'tri':169,1530 'troubl':128 'troubleshoot':211,284 'truli':719 'tutori':1680 'tweak':974,1082 'two':341,611 'ubuntu':522,569,594,630,641,1751 'underpow':1183 'understand':1326 'unless':766,1815 'unlik':963 'unmaintain':1579 'updat':710,890 'usabl':282 'use':92,317,404,510,536,916,1342,1383,1412,1455,1464,1660 'use-cas':403 'user':371,419,483,528,559,960,1171,1563,1715 've':726,1227 'vendor':566 'version':1733,1738 'vision':957 'vm':161 'want':422,742,997,1145,1195,1462 'way':443,1310,1809 'wayland':1517,1552,1581,1611 'welcom':24 'well':415,662,1366,1545 'whistl':1206 'wifi':97 'wiki':263 'wiki.archlinux.org':265 'wiki.archlinux.org/)':264 'window':164,551,1005,1149,1351 'windows-lik':1004,1148 'windows/macos':186 'wine':174 'without':267 'wonder':11 'work':76,188,437,456,660,908,1299,1356 'workflow':152 'workstat':445 'world':12,118 'xfce':1188 'xorg':1519,1567,1575,1587 'xorg/wayland':297,1504 'year':251,1376,1445 'yes':1269,1505,1671,1810 'yet':931"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700914513
+visibility: "visible "
+apId: "https://lemm.ee/post/15895051"
+editedAt: DateTimeImmutable @1701487037 {#2326
date: 2023-12-02 04:17:17.0 +01:00
}
+createdAt: DateTimeImmutable @1700828113 {#1361
date: 2023-11-24 13:15:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2377
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2360
+user: Proxies\__CG__\App\Entity\User {#2230 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2231 …}
+slug: "Help-me-choose-my-first-distro-and-other-questions-for"
+title: ""Help me choose my first distro" and other questions for beginners"
+url: null
+body: """
You’re about to take your first steps in the wonderful world of Linux, but you’re overwhelmed by the amount of choices? Welcome to this (I hope) very simple guide :)\n
\n
The aim of this guide is to provide simple, clear information to ease your transition as a beginner. This is not a be-all-end-all guide nor an advanced guide.\n
\n
Preamble\n
========\n
\n
Make sure your hardware is compatible\n
-------------------------------------\n
\n
Nowadays most relatively recent hardware works perfectly fine on Linux, but there are some edge cases still. If you don’t use niche hardware and your wifi card is supported, chances are you’re golden. Please note that nVidia is a bad faith player in the Linux world, so if you have a GeForce GPU, expect some trouble.\n
\n
Make sure your favourite apps are either available or have a good replacement on Linux\n
--------------------------------------------------------------------------------------\n
\n
If some proprietary app is essential to your workflow and is irreplaceable, consider running it in a VM, keeping a Windows partition for it or try and run it through Wine (this is advanced stuff though).\n
\n
Be aware that Linux is not Windows/MacOS\n
----------------------------------------\n
\n
Things work differently, and this is normal. You will probably struggle at the beginning while adjusting to a new paradigm. You may have to troubleshoot some things. You may break some things in the process. You will probably get frustrated at some point or another. It’s okay. You’re learning something new, and it can be hard to shed old habits forged by years on another system.\n
\n
What are the best resources out there?\n
--------------------------------------\n
\n
[Arch Wiki](https://wiki.archlinux.org/) without a doubt. Despite being heavily tied to Arch, most of its content is readily usable to troubleshoot most modern distros, as the building blocks (Kernel, systemd, core system apps, XOrg/Wayland, your DE of choice etc.) are the same.\n
\n
Okay, now to the most important questions\n
\n
Which distro should I use?\n
==========================\n
\n
There are [a metric fuckload (or 1.112 imperial fucktons)](https://distrowatch.com/) of distros out there, but these can be broadly put into two main categories: general-purpose distros and niche-distros. I advise you to keep it as mainstream as possible for your first steps. A distro with a large user base, backed by a large community of maintainers and aimed at being as fuss-free as possible is always better than a one-person effort tailored to a specific use-case.\n
\n
Beginner distros\n
----------------\n
\n
These are great distros for beginners as well as more advanced users who just want to have a system that needs almost no configuration out of the box, just works and stays out of the way.\n
\n
- **Fedora Workstation**: Clean, sensible, modern and very up to date and should work out of the box for most hardware. Despite the community’s rightful backlash against Red Hat, this is still a great distro for beginners and advanced users. Even Linus Torvalds himself favors Fedora as a daily driver. Fedora is the flagship distro for the Gnome Desktop Environment.\n
- **Linux Mint**: While I haven’t used it myself, there is a lot of praise here for this Ubuntu derivative from beginners and advanced users alike. Its main goals are ease of use and being the flagship distro for the Cinnamon DE, which is very similar to Windows and may ease the transition for new users.\n
- **Pop!_OS**: Backed by hardware Linux vendor System76, this Ubuntu derivative shares some of the issues with its infamous parent, but its heavily modified Gnome DE looks and feels nice.\n
- **I do not recommend Ubuntu nor Manjaro**: despite being marketed as “beginner friendly distros”, and despite often running perfectly fine, these two have major issues in management, packaging policies or philosophy that might make your life as a beginner difficult. Ubuntu suffers from it’s parent company’s goal to make Ubuntu kinda-Linux-but-not-really, and there are some great derivatives like the ones cited above that work equally well but revert some of the most controversial decisions made by Canonical. Manjaro might seem appealing as a “beginner-friendly” Arch derivative and some of its tools are fantastic to remove some configuration burden, but ongoing mismanagement issues and the fact that it needs regular maintenance as updates often break stuff prevent it from being a truly beginner distro.\n
\n
Advanced distros\n
----------------\n
\n
So you’ve taken your first steps, you’re starting to be really comfortable with Linux, and you want to get your hands dirty and really learn what’s happening under the surface? **These should not be installed as your first distro**, unless you like extremely steep learning curves and being overwhelmed.\n
\n
- **Debian**: as one of the oldest, still maintained distros and the granddaddy of probably half of the distros out there, Debian is built like a tank. A very stringent policy of focusing on bug and security fixes over new features makes Debian extremely stable and predictable, but it can also feel a bit outdated. Still a rock-solid experience, with a lot to tinker with despite very sensible defaults. It is an incredible learning tool and is as “Standard Linux” as can be.\n
- **Arch**: The opposite of Debian in philosophy, packages often come to Arch almost as soon as the source code is released. Expect a lot of manual installation and configuration, daily updates, and regularly fixing stuff. An incredible learning tool too, that will make you intimate with the inner workings of Linux.\n
\n
Which Desktop Environment should I use?\n
=======================================\n
\n
This is entirely up to you, and depends on your preferences.\n
\n
- **Gnome**: Full featured yet very minimalist, Gnome is a great DE that eschews the traditional Desktop metaphor. Like MacOS, out of the box, it provides the strongly opinionated developers’ vision of a user experience. Fortunately, unlike MacOS, there are [thousands of extensions](https://extensions.gnome.org/) to tweak and extend the looks and behaviour of the DE. Dash-to-dock or Dash-to-panel are great if you want a more MacOS-like or Windows-like experience, Blur My Shell is great if you love blurry transparent things, Appindicator is a must, and everything else is up to you. Gnome’s development cycle is highly regular and all core components and apps follow the same release schedule, which explains why a lot of distros choose it as their default DE.\n
- **KDE Plasma**: Full featured and maximalist, Plasma does not cater to a single design philosophy, is very flexible and can be tweaked almost ad infinitum. This may be an advantage for people who like to spend hours making the perfect environment, or a disadvantage as the possibilities can be overwhelming, and the added complexity may compromise stability, bugginess or completeness. There is no single development cycle for core components and apps, which makes it a bit more difficult for distro maintainers.\n
- **Cinnamon**: If you want the most “windows-like” experience out of the box, Cinnamon is great. As I have no experience with it, I’ll let the Mint users praise it in the comments :D\n
- **Lightweight DEs for old or underpowered machines**: The likes of XFCE, LXDE, LXQt are great if you want to ressurect an old machine, but lack the bells and whistles of the aforementioned DEs.\n
\n
Philosophical questions, or “I heard conflicting stuff over the Internet and now I’m scared”\n
============================================================================================\n
\n
You’ve done your research, you’re almost ready to take the plunge, you even read a lot of stuff on this very community, but people seem very passionately for or against stuff. What should you do?\n
\n
Shoud I learn the command line?\n
-------------------------------\n
\n
**Yes, eventually**. To be honest, nowadays a lot of things can be configured on the fly graphically, through your DE’s settings. But sometimes, it’s much more efficient to work on the command line, and sometimes it’s the only way to fix something. It’s not that difficult, and you can be reasonably productive by understanding just about a dozen very simple commands.\n
\n
I have a very old laptop/desktop, should I use a distro from this era?\n
----------------------------------------------------------------------\n
\n
**Noooo!**. Contrary to Windows and MacOS which only work correctly on period-correct computers, Linux runs perfectly well on any hardware from the last 20 to 30 years. You will not gain performance by using an old distro, but you will gain hundreds of critical security flaws that have been since corrected. If you need to squeeze performance out of an old computer, use a lightweight graphical environment or repurpose it as a headless home server.\n
\n
Should I be concerned about systemd?\n
------------------------------------\n
\n
**No**. In short, systemd is fine and all major distros have switched to systemd years ago. Even the extremely cautious people behind Debian have used systemd as default since 2015. Not wanting to use systemd is a niche more rooted in philosophical rather than practical or technical reasons, and leads to much deeper issues than you should concern yourself with as a beginner. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I be concerned about XOrg/Wayland?\n
-----------------------------------------\n
\n
**Yes and No, but mostly No**. First off, most distros install both Wayland and XOrg by default, so if one is not satisfying to you, try the other. Remember in the preamble when I said nVidia was a bad actor? Well, most of people’s complaints about Wayland are because of nVidia and their shitty drivers, so GeForce users should stay on XOrg for now. But like it or not, XOrg is dead and unmaintained, and Wayland is the present and future. XOrg did too many things, carried too many features from the 80’s and 90’s and its codebase is a barely maintainable mess. Wayland solves that by being just a simple display protocol with a much smaller codebase, and offloading feature development to the compositors.\n
\n
Should I look for a gaming-focused distro?\n
------------------------------------------\n
\n
**No**. General purpose distros are perfectly fine for gaming. You can install Steam, Lutris, Heroic, Itch etc. and use Proton just fine on almost anything. Even Debian. In short, yes, you can game on Linux, there are great tutorials on the internet.\n
\n
Should I be concerned about Flatpaks and/or Snaps?\n
--------------------------------------------------\n
\n
**Not really**. Flatpaks are great, and more and more developers package their apps directly in Flatpak format. As a rule of thumb, for user facing applications, if your app store gives you the choice between Flatpak and your native package manager version, choose the most recent version. Snaps however are a Canonical/Ubuntu thing, so as long as you avoid Ubuntu, its spins and its derivatives that still include Snaps, you should be fine. They tend to take a lot longer to startup than regular apps or Flatpaks, the snap store is proprietary, centralized and Canonical controls every part of it. If you’re fine with that, have fun. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I follow The Way?\n
------------------------\n
\n
**Yes**. One does not speak unless one knows. You can take your helmet off in public tho.\n
\n
Feel free to help correct, expand, or simplify this guide :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 251
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723062220 {#2227
date: 2024-08-07 22:23:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
+badges: Doctrine\ORM\PersistentCollection {#2321 …}
+children: [
App\Entity\EntryComment {#2377}
]
-id: 16258
-titleTs: "'beginn':11 'choos':3 'distro':6 'first':5 'help':1 'question':9"
-bodyTs: "'/)':266,329,972 '1.112':324 '20':1373 '2015':1460 '30':1375 '80':1598 '90':1601 'actor':1544 'ad':1084,1113 'adjust':202 'advanc':62,177,418,482,527,722 'advantag':1090 'advis':353 'aforement':1209 'ago':1446 'aim':33,381 'alik':529 'almost':429,872,1083,1233,1665 'also':825 'alway':391 'amount':21 'and/or':1690 'anoth':231,253 'anyth':1666 'app':133,147,296,1042,1131,1704,1720,1776 'appeal':677 'appind':1019 'applic':1717 'arch':262,275,683,860,871 'avail':136 'avoid':1750 'awar':181 'back':373,562 'backlash':469 'bad':112,1543 'bare':1608 'base':372 'be-all-end-al':54 'begin':200 'beginn':49,406,413,480,525,601,628,681,720,1493 'beginner-friend':680 'behaviour':980 'behind':1452 'bell':1204 'best':258 'better':392 'bit':828,1136 'block':291 'blur':1008 'blurri':1016 'box':435,460,950,1155 'break':216,712 'broad':338 'bug':809 'buggi':1118 'build':290 'built':798 'burden':696 'canon':673,1786 'canonical/ubuntu':1743 'card':98 'carri':1592 'case':86,405 'categori':343 'cater':1070 'cautious':1450 'central':1784 'chanc':101 'choic':23,301,1725 'choos':1055,1734 'cinnamon':544,1142,1156 'cite':657 'clean':446 'clear':41 'code':878 'codebas':1605,1625 'come':869 'comfort':737 'command':1267,1302,1333 'comment':1176 'communiti':377,466,1249 'compani':636 'compat':70 'complaint':1550 'complet':1120 'complex':1114 'compon':1040,1129 'compositor':1632 'compromis':1116 'comput':1362,1411 'concern':1428,1488,1502,1687 'configur':431,695,888,1281 'conflict':1216 'consid':156 'content':279 'contrari':1349 'control':1787 'controversi':669 'core':294,1039,1128 'correct':1357,1361,1400,1831 'critic':1393 'curv':772 'cycl':1033,1126 'd':1177 'daili':492,889 'dash':985,990 'dash-to-dock':984 'dash-to-panel':989 'date':453 'de':299,545,585,938,983,1060,1288 'dead':1577 'debian':776,796,817,864,1453,1668 'decis':670 'deeper':1483 'default':845,1059,1458,1521 'depend':924 'deriv':523,570,653,684,1756 'des':1179,1210 'design':1074 'desktop':502,912,943 'despit':270,464,597,605,842 'develop':956,1032,1125,1629,1701 'differ':189 'difficult':629,1138,1318 'direct':1705 'dirti':747 'disadvantag':1104 'display':1619 'distro':287,314,331,347,351,367,407,411,478,498,541,603,721,723,765,784,793,1054,1140,1344,1386,1440,1514,1641,1645 'distrowatch.com':328 'distrowatch.com/)':327 'dock':987 'done':1228 'doubt':269 'dozen':1330 'driver':493,1560 'eas':44,534,554 'edg':85 'effici':1297 'effort':398 'either':135 'els':1025 'end':57 'entir':919 'environ':503,913,1101,1416 'equal':661 'era':1347 'eschew':940 'essenti':149 'etc':302,1658 'even':484,1240,1447,1667 'eventu':1270 'everi':1788 'everyth':1024 'expand':1832 'expect':126,881 'experi':835,961,1007,1151,1163 'explain':1049 'extend':976 'extens':969 'extensions.gnome.org':971 'extensions.gnome.org/)':970 'extrem':769,818,1449 'face':1716 'fact':703 'faith':113 'fantast':691 'favor':488 'favourit':132 'featur':815,930,1064,1595,1628 'fedora':444,489,494 'feel':588,826,1827 'fine':78,609,1436,1648,1663,1764,1795 'first':7,364,729,764,1511 'fix':812,893,1312 'flagship':497,540 'flatpak':1689,1694,1707,1727,1778 'flaw':1395 'flexibl':1078 'fli':1284 'focus':807,1640 'follow':1043,1807 'forg':249 'format':1708 'fortun':962 'free':387,1828 'friend':602,682 'frustrat':226 'fuckload':322 'fuckton':326 'full':929,1063 'fun':1799 'fuss':386 'fuss-fre':385 'futur':1586 'gain':1380,1390 'game':1639,1650,1674 'gaming-focus':1638 'geforc':124,1562 'general':345,1643 'general-purpos':344 'get':225,744 'give':1722 'gnome':501,584,928,934,1030 'goal':532,638 'golden':105 'good':140 'gpu':125 'granddaddi':787 'graphic':1285,1415 'gravityspoiled@lemmy.ml':1495,1801 'great':410,477,652,937,994,1012,1158,1192,1679,1696 'guid':31,36,59,63,1836 'habit':248 'half':790 'hand':746 'happen':753 'hard':244 'hardwar':68,75,94,463,564,1369 'hat':472 'haven':508 'headless':1422 'heard':1215 'heavili':272,582 'helmet':1822 'help':1830 'heroic':1656 'high':1035 'home':1423 'honest':1273 'hope':28 'hour':1097 'howev':1740 'hundr':1391 'imperi':325 'import':311 'includ':1759 'incred':849,896 'infam':578 'infinitum':1085 'inform':42 'inner':907 'instal':761,886,1515,1653 'internet':1220,1683 'intim':904 'irreplac':155 'issu':575,614,700,1484 'itch':1657 'kde':1061 'keep':162,356 'kernel':292 'kinda':643 'kinda-linux-but-not-r':642 'know':1817 'lack':1202 'laptop/desktop':1339 'larg':370,376 'last':1372 'lead':1480 'learn':237,750,771,850,897,1265 'let':1168 'life':625 'lightweight':1178,1414 'like':654,768,799,945,1002,1006,1094,1150,1186,1571 'line':1268,1303 'linus':485 'linux':14,80,117,143,183,504,565,644,739,856,910,1363,1676 'll':1167 'long':1747 'longer':1771 'look':586,978,1635 'lot':516,838,883,1052,1243,1276,1770 'love':1015 'lutri':1655 'lxde':1189 'lxqt':1190 'm':1224 'machin':1184,1200 'maco':946,964,1001,1353 'macos-lik':1000 'made':671 'main':342,531 'mainstream':359 'maintain':379,783,1141,1609 'mainten':708 'major':613,1439 'make':65,129,623,640,816,902,1098,1133 'manag':616,1732 'mani':1590,1594 'manjaro':596,674 'manual':885 'market':599 'maximalist':1066 'may':208,215,553,1087,1115 'mess':1610 'metaphor':944 'metric':321 'might':622,675 'minimalist':933 'mint':505,1170 'mismanag':699 'modern':286,448 'modifi':583 'most':1509 'much':1295,1482,1623 'must':1022 'nativ':1730 'need':428,706,1403 'new':205,239,558,814 'nice':589 'nich':93,350,1468 'niche-distro':349 'noooo':1348 'normal':193 'note':107 'nowaday':71,1274 'nvidia':109,1540,1556 'offload':1627 'often':606,711,868 'okay':234,306 'old':247,1181,1199,1338,1385,1410 'oldest':781 'one':396,656,778,1524,1811,1816 'one-person':395 'ongo':698 'opinion':955 'opposit':862 'os':561 'outdat':829 'overwhelm':18,775,1110 'packag':617,867,1702,1731 'panel':992 'paradigm':206 'parent':579,635 'part':1789 'partit':165 'passion':1254 'peopl':1092,1251,1451,1548 'perfect':77,608,1100,1365,1647 'perform':1381,1406 'period':1360 'period-correct':1359 'person':397 'philosoph':1211,1472 'philosophi':620,866,1075 'plasma':1062,1067 'player':114 'pleas':106 'plung':1238 'point':229 'polici':618,805 'pop':560 'possibl':361,389,1107 'practic':1475 'prais':518,1172 'preambl':64,1536 'precis':1498,1804 'predict':821 'prefer':927 'present':1584 'prevent':714 'probabl':196,224,789 'process':221 'product':1324 'proprietari':146,1783 'protocol':1620 'proton':1661 'provid':39,952 'public':1825 'purpos':346,1644 'put':339 'question':312,1212 'rather':1473 're':2,17,104,236,732,1232,1794 'read':1241 'readi':1234 'readili':281 'realli':647,736,749,1693 'reason':1323,1478 'recent':74,1737 'recommend':593 'red':471 'regular':707,892,1036,1775 'relat':73 'releas':880,1046 'rememb':1533 'remov':693 'replac':141 'repurpos':1418 'research':1230 'resourc':259 'ressurect':1197 'revert':664 'right':468 'rock':833 'rock-solid':832 'root':1470 'rule':1711 'run':157,171,607,1364 'said':1539 'satisfi':1527 'scare':1225 'schedul':1047 'secur':811,1394 'seem':676,1252 'sensibl':447,844 'server':1424 'set':1290 'share':571 'shed':246 'shell':1010 'shitti':1559 'short':1433,1670 'shoud':1263 'similar':549 'simpl':30,40,1332,1618 'simplifi':1834 'sinc':1399,1459 'singl':1073,1124 'smaller':1624 'snap':1691,1739,1760,1780 'solid':834 'solv':1612 'someth':238,1313 'sometim':1292,1305 'soon':874 'sourc':877 'speak':1814 'specif':402 'spend':1096 'spin':1753 'squeez':1405 'stabil':1117 'stabl':819 'standard':855 'start':733 'startup':1773 'stay':439,1565 'steam':1654 'steep':770 'step':8,365,730 'still':87,475,782,830,1758 'store':1721,1781 'stringent':804 'strong':954 'struggl':197 'stuff':178,713,894,1217,1245,1258 'suffer':631 'support':100 'sure':66,130 'surfac':756 'switch':1442 'system':254,295,426 'system76':567 'systemd':293,1430,1434,1444,1456,1465 'tailor':399 'take':5,1236,1768,1820 'taken':727 'tank':801 'technic':1477 'tend':1766 'thank':1494,1800 'thing':187,213,218,1018,1278,1591,1744 'tho':1826 'though':179 'thousand':967 'thumb':1713 'tie':273 'tinker':840 'tool':689,851,898 'torvald':486 'tradit':942 'transit':46,556 'transpar':1017 'tri':169,1530 'troubl':128 'troubleshoot':211,284 'truli':719 'tutori':1680 'tweak':974,1082 'two':341,611 'ubuntu':522,569,594,630,641,1751 'underpow':1183 'understand':1326 'unless':766,1815 'unlik':963 'unmaintain':1579 'updat':710,890 'usabl':282 'use':92,317,404,510,536,916,1342,1383,1412,1455,1464,1660 'use-cas':403 'user':371,419,483,528,559,960,1171,1563,1715 've':726,1227 'vendor':566 'version':1733,1738 'vision':957 'vm':161 'want':422,742,997,1145,1195,1462 'way':443,1310,1809 'wayland':1517,1552,1581,1611 'welcom':24 'well':415,662,1366,1545 'whistl':1206 'wifi':97 'wiki':263 'wiki.archlinux.org':265 'wiki.archlinux.org/)':264 'window':164,551,1005,1149,1351 'windows-lik':1004,1148 'windows/macos':186 'wine':174 'without':267 'wonder':11 'work':76,188,437,456,660,908,1299,1356 'workflow':152 'workstat':445 'world':12,118 'xfce':1188 'xorg':1519,1567,1575,1587 'xorg/wayland':297,1504 'year':251,1376,1445 'yes':1269,1505,1671,1810 'yet':931"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700914513
+visibility: "visible "
+apId: "https://lemm.ee/post/15895051"
+editedAt: DateTimeImmutable @1701487037 {#2326
date: 2023-12-02 04:17:17.0 +01:00
}
+createdAt: DateTimeImmutable @1700828113 {#1361
date: 2023-11-24 13:15:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: null
+root: null
+body: """
As a complete noob who installed Mint about two weeks ago, I have Thoughts™. This is a good start, I think., and I’m really glad to see it, but it still makes some assumptions and misses a couple of things I came across that I think would be helpful.\n
\n
I’ll try to find some time tomorrow to pull together some edits and suggestions to share, rather than a bunch of comments here.\n
\n
How’s best to share them back?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700850161 {#2371
date: 2023-11-24 19:22:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
"@wfh@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2364 …}
+votes: Doctrine\ORM\PersistentCollection {#2380 …}
+reports: Doctrine\ORM\PersistentCollection {#2382 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2379 …}
-id: 159414
-bodyTs: "'across':44 'ago':11 'assumpt':35 'back':81 'best':77 'bunch':71 'came':43 'comment':73 'complet':3 'coupl':39 'edit':63 'find':55 'glad':26 'good':18 'help':50 'instal':6 'll':52 'm':24 'make':33 'mint':7 'miss':37 'noob':4 'pull':60 'rather':68 'realli':25 'see':28 'share':67,79 'start':19 'still':32 'suggest':65 'thing':41 'think':21,47 'thought':14 'time':57 'togeth':61 'tomorrow':58 'tri':53 'two':9 'week':10 'would':48"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4655780"
+editedAt: DateTimeImmutable @1701385449 {#2363
date: 2023-12-01 00:04:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700850161 {#2370
date: 2023-11-24 19:22:41.0 +01:00
}
+"title": 159414
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#2377
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2360
+user: Proxies\__CG__\App\Entity\User {#2230 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2231 …}
+slug: "Help-me-choose-my-first-distro-and-other-questions-for"
+title: ""Help me choose my first distro" and other questions for beginners"
+url: null
+body: """
You’re about to take your first steps in the wonderful world of Linux, but you’re overwhelmed by the amount of choices? Welcome to this (I hope) very simple guide :)\n
\n
The aim of this guide is to provide simple, clear information to ease your transition as a beginner. This is not a be-all-end-all guide nor an advanced guide.\n
\n
Preamble\n
========\n
\n
Make sure your hardware is compatible\n
-------------------------------------\n
\n
Nowadays most relatively recent hardware works perfectly fine on Linux, but there are some edge cases still. If you don’t use niche hardware and your wifi card is supported, chances are you’re golden. Please note that nVidia is a bad faith player in the Linux world, so if you have a GeForce GPU, expect some trouble.\n
\n
Make sure your favourite apps are either available or have a good replacement on Linux\n
--------------------------------------------------------------------------------------\n
\n
If some proprietary app is essential to your workflow and is irreplaceable, consider running it in a VM, keeping a Windows partition for it or try and run it through Wine (this is advanced stuff though).\n
\n
Be aware that Linux is not Windows/MacOS\n
----------------------------------------\n
\n
Things work differently, and this is normal. You will probably struggle at the beginning while adjusting to a new paradigm. You may have to troubleshoot some things. You may break some things in the process. You will probably get frustrated at some point or another. It’s okay. You’re learning something new, and it can be hard to shed old habits forged by years on another system.\n
\n
What are the best resources out there?\n
--------------------------------------\n
\n
[Arch Wiki](https://wiki.archlinux.org/) without a doubt. Despite being heavily tied to Arch, most of its content is readily usable to troubleshoot most modern distros, as the building blocks (Kernel, systemd, core system apps, XOrg/Wayland, your DE of choice etc.) are the same.\n
\n
Okay, now to the most important questions\n
\n
Which distro should I use?\n
==========================\n
\n
There are [a metric fuckload (or 1.112 imperial fucktons)](https://distrowatch.com/) of distros out there, but these can be broadly put into two main categories: general-purpose distros and niche-distros. I advise you to keep it as mainstream as possible for your first steps. A distro with a large user base, backed by a large community of maintainers and aimed at being as fuss-free as possible is always better than a one-person effort tailored to a specific use-case.\n
\n
Beginner distros\n
----------------\n
\n
These are great distros for beginners as well as more advanced users who just want to have a system that needs almost no configuration out of the box, just works and stays out of the way.\n
\n
- **Fedora Workstation**: Clean, sensible, modern and very up to date and should work out of the box for most hardware. Despite the community’s rightful backlash against Red Hat, this is still a great distro for beginners and advanced users. Even Linus Torvalds himself favors Fedora as a daily driver. Fedora is the flagship distro for the Gnome Desktop Environment.\n
- **Linux Mint**: While I haven’t used it myself, there is a lot of praise here for this Ubuntu derivative from beginners and advanced users alike. Its main goals are ease of use and being the flagship distro for the Cinnamon DE, which is very similar to Windows and may ease the transition for new users.\n
- **Pop!_OS**: Backed by hardware Linux vendor System76, this Ubuntu derivative shares some of the issues with its infamous parent, but its heavily modified Gnome DE looks and feels nice.\n
- **I do not recommend Ubuntu nor Manjaro**: despite being marketed as “beginner friendly distros”, and despite often running perfectly fine, these two have major issues in management, packaging policies or philosophy that might make your life as a beginner difficult. Ubuntu suffers from it’s parent company’s goal to make Ubuntu kinda-Linux-but-not-really, and there are some great derivatives like the ones cited above that work equally well but revert some of the most controversial decisions made by Canonical. Manjaro might seem appealing as a “beginner-friendly” Arch derivative and some of its tools are fantastic to remove some configuration burden, but ongoing mismanagement issues and the fact that it needs regular maintenance as updates often break stuff prevent it from being a truly beginner distro.\n
\n
Advanced distros\n
----------------\n
\n
So you’ve taken your first steps, you’re starting to be really comfortable with Linux, and you want to get your hands dirty and really learn what’s happening under the surface? **These should not be installed as your first distro**, unless you like extremely steep learning curves and being overwhelmed.\n
\n
- **Debian**: as one of the oldest, still maintained distros and the granddaddy of probably half of the distros out there, Debian is built like a tank. A very stringent policy of focusing on bug and security fixes over new features makes Debian extremely stable and predictable, but it can also feel a bit outdated. Still a rock-solid experience, with a lot to tinker with despite very sensible defaults. It is an incredible learning tool and is as “Standard Linux” as can be.\n
- **Arch**: The opposite of Debian in philosophy, packages often come to Arch almost as soon as the source code is released. Expect a lot of manual installation and configuration, daily updates, and regularly fixing stuff. An incredible learning tool too, that will make you intimate with the inner workings of Linux.\n
\n
Which Desktop Environment should I use?\n
=======================================\n
\n
This is entirely up to you, and depends on your preferences.\n
\n
- **Gnome**: Full featured yet very minimalist, Gnome is a great DE that eschews the traditional Desktop metaphor. Like MacOS, out of the box, it provides the strongly opinionated developers’ vision of a user experience. Fortunately, unlike MacOS, there are [thousands of extensions](https://extensions.gnome.org/) to tweak and extend the looks and behaviour of the DE. Dash-to-dock or Dash-to-panel are great if you want a more MacOS-like or Windows-like experience, Blur My Shell is great if you love blurry transparent things, Appindicator is a must, and everything else is up to you. Gnome’s development cycle is highly regular and all core components and apps follow the same release schedule, which explains why a lot of distros choose it as their default DE.\n
- **KDE Plasma**: Full featured and maximalist, Plasma does not cater to a single design philosophy, is very flexible and can be tweaked almost ad infinitum. This may be an advantage for people who like to spend hours making the perfect environment, or a disadvantage as the possibilities can be overwhelming, and the added complexity may compromise stability, bugginess or completeness. There is no single development cycle for core components and apps, which makes it a bit more difficult for distro maintainers.\n
- **Cinnamon**: If you want the most “windows-like” experience out of the box, Cinnamon is great. As I have no experience with it, I’ll let the Mint users praise it in the comments :D\n
- **Lightweight DEs for old or underpowered machines**: The likes of XFCE, LXDE, LXQt are great if you want to ressurect an old machine, but lack the bells and whistles of the aforementioned DEs.\n
\n
Philosophical questions, or “I heard conflicting stuff over the Internet and now I’m scared”\n
============================================================================================\n
\n
You’ve done your research, you’re almost ready to take the plunge, you even read a lot of stuff on this very community, but people seem very passionately for or against stuff. What should you do?\n
\n
Shoud I learn the command line?\n
-------------------------------\n
\n
**Yes, eventually**. To be honest, nowadays a lot of things can be configured on the fly graphically, through your DE’s settings. But sometimes, it’s much more efficient to work on the command line, and sometimes it’s the only way to fix something. It’s not that difficult, and you can be reasonably productive by understanding just about a dozen very simple commands.\n
\n
I have a very old laptop/desktop, should I use a distro from this era?\n
----------------------------------------------------------------------\n
\n
**Noooo!**. Contrary to Windows and MacOS which only work correctly on period-correct computers, Linux runs perfectly well on any hardware from the last 20 to 30 years. You will not gain performance by using an old distro, but you will gain hundreds of critical security flaws that have been since corrected. If you need to squeeze performance out of an old computer, use a lightweight graphical environment or repurpose it as a headless home server.\n
\n
Should I be concerned about systemd?\n
------------------------------------\n
\n
**No**. In short, systemd is fine and all major distros have switched to systemd years ago. Even the extremely cautious people behind Debian have used systemd as default since 2015. Not wanting to use systemd is a niche more rooted in philosophical rather than practical or technical reasons, and leads to much deeper issues than you should concern yourself with as a beginner. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I be concerned about XOrg/Wayland?\n
-----------------------------------------\n
\n
**Yes and No, but mostly No**. First off, most distros install both Wayland and XOrg by default, so if one is not satisfying to you, try the other. Remember in the preamble when I said nVidia was a bad actor? Well, most of people’s complaints about Wayland are because of nVidia and their shitty drivers, so GeForce users should stay on XOrg for now. But like it or not, XOrg is dead and unmaintained, and Wayland is the present and future. XOrg did too many things, carried too many features from the 80’s and 90’s and its codebase is a barely maintainable mess. Wayland solves that by being just a simple display protocol with a much smaller codebase, and offloading feature development to the compositors.\n
\n
Should I look for a gaming-focused distro?\n
------------------------------------------\n
\n
**No**. General purpose distros are perfectly fine for gaming. You can install Steam, Lutris, Heroic, Itch etc. and use Proton just fine on almost anything. Even Debian. In short, yes, you can game on Linux, there are great tutorials on the internet.\n
\n
Should I be concerned about Flatpaks and/or Snaps?\n
--------------------------------------------------\n
\n
**Not really**. Flatpaks are great, and more and more developers package their apps directly in Flatpak format. As a rule of thumb, for user facing applications, if your app store gives you the choice between Flatpak and your native package manager version, choose the most recent version. Snaps however are a Canonical/Ubuntu thing, so as long as you avoid Ubuntu, its spins and its derivatives that still include Snaps, you should be fine. They tend to take a lot longer to startup than regular apps or Flatpaks, the snap store is proprietary, centralized and Canonical controls every part of it. If you’re fine with that, have fun. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I follow The Way?\n
------------------------\n
\n
**Yes**. One does not speak unless one knows. You can take your helmet off in public tho.\n
\n
Feel free to help correct, expand, or simplify this guide :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 251
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723062220 {#2227
date: 2024-08-07 22:23:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
+badges: Doctrine\ORM\PersistentCollection {#2321 …}
+children: [
App\Entity\EntryComment {#2377}
]
-id: 16258
-titleTs: "'beginn':11 'choos':3 'distro':6 'first':5 'help':1 'question':9"
-bodyTs: "'/)':266,329,972 '1.112':324 '20':1373 '2015':1460 '30':1375 '80':1598 '90':1601 'actor':1544 'ad':1084,1113 'adjust':202 'advanc':62,177,418,482,527,722 'advantag':1090 'advis':353 'aforement':1209 'ago':1446 'aim':33,381 'alik':529 'almost':429,872,1083,1233,1665 'also':825 'alway':391 'amount':21 'and/or':1690 'anoth':231,253 'anyth':1666 'app':133,147,296,1042,1131,1704,1720,1776 'appeal':677 'appind':1019 'applic':1717 'arch':262,275,683,860,871 'avail':136 'avoid':1750 'awar':181 'back':373,562 'backlash':469 'bad':112,1543 'bare':1608 'base':372 'be-all-end-al':54 'begin':200 'beginn':49,406,413,480,525,601,628,681,720,1493 'beginner-friend':680 'behaviour':980 'behind':1452 'bell':1204 'best':258 'better':392 'bit':828,1136 'block':291 'blur':1008 'blurri':1016 'box':435,460,950,1155 'break':216,712 'broad':338 'bug':809 'buggi':1118 'build':290 'built':798 'burden':696 'canon':673,1786 'canonical/ubuntu':1743 'card':98 'carri':1592 'case':86,405 'categori':343 'cater':1070 'cautious':1450 'central':1784 'chanc':101 'choic':23,301,1725 'choos':1055,1734 'cinnamon':544,1142,1156 'cite':657 'clean':446 'clear':41 'code':878 'codebas':1605,1625 'come':869 'comfort':737 'command':1267,1302,1333 'comment':1176 'communiti':377,466,1249 'compani':636 'compat':70 'complaint':1550 'complet':1120 'complex':1114 'compon':1040,1129 'compositor':1632 'compromis':1116 'comput':1362,1411 'concern':1428,1488,1502,1687 'configur':431,695,888,1281 'conflict':1216 'consid':156 'content':279 'contrari':1349 'control':1787 'controversi':669 'core':294,1039,1128 'correct':1357,1361,1400,1831 'critic':1393 'curv':772 'cycl':1033,1126 'd':1177 'daili':492,889 'dash':985,990 'dash-to-dock':984 'dash-to-panel':989 'date':453 'de':299,545,585,938,983,1060,1288 'dead':1577 'debian':776,796,817,864,1453,1668 'decis':670 'deeper':1483 'default':845,1059,1458,1521 'depend':924 'deriv':523,570,653,684,1756 'des':1179,1210 'design':1074 'desktop':502,912,943 'despit':270,464,597,605,842 'develop':956,1032,1125,1629,1701 'differ':189 'difficult':629,1138,1318 'direct':1705 'dirti':747 'disadvantag':1104 'display':1619 'distro':287,314,331,347,351,367,407,411,478,498,541,603,721,723,765,784,793,1054,1140,1344,1386,1440,1514,1641,1645 'distrowatch.com':328 'distrowatch.com/)':327 'dock':987 'done':1228 'doubt':269 'dozen':1330 'driver':493,1560 'eas':44,534,554 'edg':85 'effici':1297 'effort':398 'either':135 'els':1025 'end':57 'entir':919 'environ':503,913,1101,1416 'equal':661 'era':1347 'eschew':940 'essenti':149 'etc':302,1658 'even':484,1240,1447,1667 'eventu':1270 'everi':1788 'everyth':1024 'expand':1832 'expect':126,881 'experi':835,961,1007,1151,1163 'explain':1049 'extend':976 'extens':969 'extensions.gnome.org':971 'extensions.gnome.org/)':970 'extrem':769,818,1449 'face':1716 'fact':703 'faith':113 'fantast':691 'favor':488 'favourit':132 'featur':815,930,1064,1595,1628 'fedora':444,489,494 'feel':588,826,1827 'fine':78,609,1436,1648,1663,1764,1795 'first':7,364,729,764,1511 'fix':812,893,1312 'flagship':497,540 'flatpak':1689,1694,1707,1727,1778 'flaw':1395 'flexibl':1078 'fli':1284 'focus':807,1640 'follow':1043,1807 'forg':249 'format':1708 'fortun':962 'free':387,1828 'friend':602,682 'frustrat':226 'fuckload':322 'fuckton':326 'full':929,1063 'fun':1799 'fuss':386 'fuss-fre':385 'futur':1586 'gain':1380,1390 'game':1639,1650,1674 'gaming-focus':1638 'geforc':124,1562 'general':345,1643 'general-purpos':344 'get':225,744 'give':1722 'gnome':501,584,928,934,1030 'goal':532,638 'golden':105 'good':140 'gpu':125 'granddaddi':787 'graphic':1285,1415 'gravityspoiled@lemmy.ml':1495,1801 'great':410,477,652,937,994,1012,1158,1192,1679,1696 'guid':31,36,59,63,1836 'habit':248 'half':790 'hand':746 'happen':753 'hard':244 'hardwar':68,75,94,463,564,1369 'hat':472 'haven':508 'headless':1422 'heard':1215 'heavili':272,582 'helmet':1822 'help':1830 'heroic':1656 'high':1035 'home':1423 'honest':1273 'hope':28 'hour':1097 'howev':1740 'hundr':1391 'imperi':325 'import':311 'includ':1759 'incred':849,896 'infam':578 'infinitum':1085 'inform':42 'inner':907 'instal':761,886,1515,1653 'internet':1220,1683 'intim':904 'irreplac':155 'issu':575,614,700,1484 'itch':1657 'kde':1061 'keep':162,356 'kernel':292 'kinda':643 'kinda-linux-but-not-r':642 'know':1817 'lack':1202 'laptop/desktop':1339 'larg':370,376 'last':1372 'lead':1480 'learn':237,750,771,850,897,1265 'let':1168 'life':625 'lightweight':1178,1414 'like':654,768,799,945,1002,1006,1094,1150,1186,1571 'line':1268,1303 'linus':485 'linux':14,80,117,143,183,504,565,644,739,856,910,1363,1676 'll':1167 'long':1747 'longer':1771 'look':586,978,1635 'lot':516,838,883,1052,1243,1276,1770 'love':1015 'lutri':1655 'lxde':1189 'lxqt':1190 'm':1224 'machin':1184,1200 'maco':946,964,1001,1353 'macos-lik':1000 'made':671 'main':342,531 'mainstream':359 'maintain':379,783,1141,1609 'mainten':708 'major':613,1439 'make':65,129,623,640,816,902,1098,1133 'manag':616,1732 'mani':1590,1594 'manjaro':596,674 'manual':885 'market':599 'maximalist':1066 'may':208,215,553,1087,1115 'mess':1610 'metaphor':944 'metric':321 'might':622,675 'minimalist':933 'mint':505,1170 'mismanag':699 'modern':286,448 'modifi':583 'most':1509 'much':1295,1482,1623 'must':1022 'nativ':1730 'need':428,706,1403 'new':205,239,558,814 'nice':589 'nich':93,350,1468 'niche-distro':349 'noooo':1348 'normal':193 'note':107 'nowaday':71,1274 'nvidia':109,1540,1556 'offload':1627 'often':606,711,868 'okay':234,306 'old':247,1181,1199,1338,1385,1410 'oldest':781 'one':396,656,778,1524,1811,1816 'one-person':395 'ongo':698 'opinion':955 'opposit':862 'os':561 'outdat':829 'overwhelm':18,775,1110 'packag':617,867,1702,1731 'panel':992 'paradigm':206 'parent':579,635 'part':1789 'partit':165 'passion':1254 'peopl':1092,1251,1451,1548 'perfect':77,608,1100,1365,1647 'perform':1381,1406 'period':1360 'period-correct':1359 'person':397 'philosoph':1211,1472 'philosophi':620,866,1075 'plasma':1062,1067 'player':114 'pleas':106 'plung':1238 'point':229 'polici':618,805 'pop':560 'possibl':361,389,1107 'practic':1475 'prais':518,1172 'preambl':64,1536 'precis':1498,1804 'predict':821 'prefer':927 'present':1584 'prevent':714 'probabl':196,224,789 'process':221 'product':1324 'proprietari':146,1783 'protocol':1620 'proton':1661 'provid':39,952 'public':1825 'purpos':346,1644 'put':339 'question':312,1212 'rather':1473 're':2,17,104,236,732,1232,1794 'read':1241 'readi':1234 'readili':281 'realli':647,736,749,1693 'reason':1323,1478 'recent':74,1737 'recommend':593 'red':471 'regular':707,892,1036,1775 'relat':73 'releas':880,1046 'rememb':1533 'remov':693 'replac':141 'repurpos':1418 'research':1230 'resourc':259 'ressurect':1197 'revert':664 'right':468 'rock':833 'rock-solid':832 'root':1470 'rule':1711 'run':157,171,607,1364 'said':1539 'satisfi':1527 'scare':1225 'schedul':1047 'secur':811,1394 'seem':676,1252 'sensibl':447,844 'server':1424 'set':1290 'share':571 'shed':246 'shell':1010 'shitti':1559 'short':1433,1670 'shoud':1263 'similar':549 'simpl':30,40,1332,1618 'simplifi':1834 'sinc':1399,1459 'singl':1073,1124 'smaller':1624 'snap':1691,1739,1760,1780 'solid':834 'solv':1612 'someth':238,1313 'sometim':1292,1305 'soon':874 'sourc':877 'speak':1814 'specif':402 'spend':1096 'spin':1753 'squeez':1405 'stabil':1117 'stabl':819 'standard':855 'start':733 'startup':1773 'stay':439,1565 'steam':1654 'steep':770 'step':8,365,730 'still':87,475,782,830,1758 'store':1721,1781 'stringent':804 'strong':954 'struggl':197 'stuff':178,713,894,1217,1245,1258 'suffer':631 'support':100 'sure':66,130 'surfac':756 'switch':1442 'system':254,295,426 'system76':567 'systemd':293,1430,1434,1444,1456,1465 'tailor':399 'take':5,1236,1768,1820 'taken':727 'tank':801 'technic':1477 'tend':1766 'thank':1494,1800 'thing':187,213,218,1018,1278,1591,1744 'tho':1826 'though':179 'thousand':967 'thumb':1713 'tie':273 'tinker':840 'tool':689,851,898 'torvald':486 'tradit':942 'transit':46,556 'transpar':1017 'tri':169,1530 'troubl':128 'troubleshoot':211,284 'truli':719 'tutori':1680 'tweak':974,1082 'two':341,611 'ubuntu':522,569,594,630,641,1751 'underpow':1183 'understand':1326 'unless':766,1815 'unlik':963 'unmaintain':1579 'updat':710,890 'usabl':282 'use':92,317,404,510,536,916,1342,1383,1412,1455,1464,1660 'use-cas':403 'user':371,419,483,528,559,960,1171,1563,1715 've':726,1227 'vendor':566 'version':1733,1738 'vision':957 'vm':161 'want':422,742,997,1145,1195,1462 'way':443,1310,1809 'wayland':1517,1552,1581,1611 'welcom':24 'well':415,662,1366,1545 'whistl':1206 'wifi':97 'wiki':263 'wiki.archlinux.org':265 'wiki.archlinux.org/)':264 'window':164,551,1005,1149,1351 'windows-lik':1004,1148 'windows/macos':186 'wine':174 'without':267 'wonder':11 'work':76,188,437,456,660,908,1299,1356 'workflow':152 'workstat':445 'world':12,118 'xfce':1188 'xorg':1519,1567,1575,1587 'xorg/wayland':297,1504 'year':251,1376,1445 'yes':1269,1505,1671,1810 'yet':931"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700914513
+visibility: "visible "
+apId: "https://lemm.ee/post/15895051"
+editedAt: DateTimeImmutable @1701487037 {#2326
date: 2023-12-02 04:17:17.0 +01:00
}
+createdAt: DateTimeImmutable @1700828113 {#1361
date: 2023-11-24 13:15:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: null
+root: null
+body: """
As a complete noob who installed Mint about two weeks ago, I have Thoughts™. This is a good start, I think., and I’m really glad to see it, but it still makes some assumptions and misses a couple of things I came across that I think would be helpful.\n
\n
I’ll try to find some time tomorrow to pull together some edits and suggestions to share, rather than a bunch of comments here.\n
\n
How’s best to share them back?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700850161 {#2371
date: 2023-11-24 19:22:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
"@wfh@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2364 …}
+votes: Doctrine\ORM\PersistentCollection {#2380 …}
+reports: Doctrine\ORM\PersistentCollection {#2382 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2379 …}
-id: 159414
-bodyTs: "'across':44 'ago':11 'assumpt':35 'back':81 'best':77 'bunch':71 'came':43 'comment':73 'complet':3 'coupl':39 'edit':63 'find':55 'glad':26 'good':18 'help':50 'instal':6 'll':52 'm':24 'make':33 'mint':7 'miss':37 'noob':4 'pull':60 'rather':68 'realli':25 'see':28 'share':67,79 'start':19 'still':32 'suggest':65 'thing':41 'think':21,47 'thought':14 'time':57 'togeth':61 'tomorrow':58 'tri':53 'two':9 'week':10 'would':48"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4655780"
+editedAt: DateTimeImmutable @1701385449 {#2363
date: 2023-12-01 00:04:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700850161 {#2370
date: 2023-11-24 19:22:41.0 +01:00
}
+"title": 159414
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2377
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2360
+user: Proxies\__CG__\App\Entity\User {#2230 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2231 …}
+slug: "Help-me-choose-my-first-distro-and-other-questions-for"
+title: ""Help me choose my first distro" and other questions for beginners"
+url: null
+body: """
You’re about to take your first steps in the wonderful world of Linux, but you’re overwhelmed by the amount of choices? Welcome to this (I hope) very simple guide :)\n
\n
The aim of this guide is to provide simple, clear information to ease your transition as a beginner. This is not a be-all-end-all guide nor an advanced guide.\n
\n
Preamble\n
========\n
\n
Make sure your hardware is compatible\n
-------------------------------------\n
\n
Nowadays most relatively recent hardware works perfectly fine on Linux, but there are some edge cases still. If you don’t use niche hardware and your wifi card is supported, chances are you’re golden. Please note that nVidia is a bad faith player in the Linux world, so if you have a GeForce GPU, expect some trouble.\n
\n
Make sure your favourite apps are either available or have a good replacement on Linux\n
--------------------------------------------------------------------------------------\n
\n
If some proprietary app is essential to your workflow and is irreplaceable, consider running it in a VM, keeping a Windows partition for it or try and run it through Wine (this is advanced stuff though).\n
\n
Be aware that Linux is not Windows/MacOS\n
----------------------------------------\n
\n
Things work differently, and this is normal. You will probably struggle at the beginning while adjusting to a new paradigm. You may have to troubleshoot some things. You may break some things in the process. You will probably get frustrated at some point or another. It’s okay. You’re learning something new, and it can be hard to shed old habits forged by years on another system.\n
\n
What are the best resources out there?\n
--------------------------------------\n
\n
[Arch Wiki](https://wiki.archlinux.org/) without a doubt. Despite being heavily tied to Arch, most of its content is readily usable to troubleshoot most modern distros, as the building blocks (Kernel, systemd, core system apps, XOrg/Wayland, your DE of choice etc.) are the same.\n
\n
Okay, now to the most important questions\n
\n
Which distro should I use?\n
==========================\n
\n
There are [a metric fuckload (or 1.112 imperial fucktons)](https://distrowatch.com/) of distros out there, but these can be broadly put into two main categories: general-purpose distros and niche-distros. I advise you to keep it as mainstream as possible for your first steps. A distro with a large user base, backed by a large community of maintainers and aimed at being as fuss-free as possible is always better than a one-person effort tailored to a specific use-case.\n
\n
Beginner distros\n
----------------\n
\n
These are great distros for beginners as well as more advanced users who just want to have a system that needs almost no configuration out of the box, just works and stays out of the way.\n
\n
- **Fedora Workstation**: Clean, sensible, modern and very up to date and should work out of the box for most hardware. Despite the community’s rightful backlash against Red Hat, this is still a great distro for beginners and advanced users. Even Linus Torvalds himself favors Fedora as a daily driver. Fedora is the flagship distro for the Gnome Desktop Environment.\n
- **Linux Mint**: While I haven’t used it myself, there is a lot of praise here for this Ubuntu derivative from beginners and advanced users alike. Its main goals are ease of use and being the flagship distro for the Cinnamon DE, which is very similar to Windows and may ease the transition for new users.\n
- **Pop!_OS**: Backed by hardware Linux vendor System76, this Ubuntu derivative shares some of the issues with its infamous parent, but its heavily modified Gnome DE looks and feels nice.\n
- **I do not recommend Ubuntu nor Manjaro**: despite being marketed as “beginner friendly distros”, and despite often running perfectly fine, these two have major issues in management, packaging policies or philosophy that might make your life as a beginner difficult. Ubuntu suffers from it’s parent company’s goal to make Ubuntu kinda-Linux-but-not-really, and there are some great derivatives like the ones cited above that work equally well but revert some of the most controversial decisions made by Canonical. Manjaro might seem appealing as a “beginner-friendly” Arch derivative and some of its tools are fantastic to remove some configuration burden, but ongoing mismanagement issues and the fact that it needs regular maintenance as updates often break stuff prevent it from being a truly beginner distro.\n
\n
Advanced distros\n
----------------\n
\n
So you’ve taken your first steps, you’re starting to be really comfortable with Linux, and you want to get your hands dirty and really learn what’s happening under the surface? **These should not be installed as your first distro**, unless you like extremely steep learning curves and being overwhelmed.\n
\n
- **Debian**: as one of the oldest, still maintained distros and the granddaddy of probably half of the distros out there, Debian is built like a tank. A very stringent policy of focusing on bug and security fixes over new features makes Debian extremely stable and predictable, but it can also feel a bit outdated. Still a rock-solid experience, with a lot to tinker with despite very sensible defaults. It is an incredible learning tool and is as “Standard Linux” as can be.\n
- **Arch**: The opposite of Debian in philosophy, packages often come to Arch almost as soon as the source code is released. Expect a lot of manual installation and configuration, daily updates, and regularly fixing stuff. An incredible learning tool too, that will make you intimate with the inner workings of Linux.\n
\n
Which Desktop Environment should I use?\n
=======================================\n
\n
This is entirely up to you, and depends on your preferences.\n
\n
- **Gnome**: Full featured yet very minimalist, Gnome is a great DE that eschews the traditional Desktop metaphor. Like MacOS, out of the box, it provides the strongly opinionated developers’ vision of a user experience. Fortunately, unlike MacOS, there are [thousands of extensions](https://extensions.gnome.org/) to tweak and extend the looks and behaviour of the DE. Dash-to-dock or Dash-to-panel are great if you want a more MacOS-like or Windows-like experience, Blur My Shell is great if you love blurry transparent things, Appindicator is a must, and everything else is up to you. Gnome’s development cycle is highly regular and all core components and apps follow the same release schedule, which explains why a lot of distros choose it as their default DE.\n
- **KDE Plasma**: Full featured and maximalist, Plasma does not cater to a single design philosophy, is very flexible and can be tweaked almost ad infinitum. This may be an advantage for people who like to spend hours making the perfect environment, or a disadvantage as the possibilities can be overwhelming, and the added complexity may compromise stability, bugginess or completeness. There is no single development cycle for core components and apps, which makes it a bit more difficult for distro maintainers.\n
- **Cinnamon**: If you want the most “windows-like” experience out of the box, Cinnamon is great. As I have no experience with it, I’ll let the Mint users praise it in the comments :D\n
- **Lightweight DEs for old or underpowered machines**: The likes of XFCE, LXDE, LXQt are great if you want to ressurect an old machine, but lack the bells and whistles of the aforementioned DEs.\n
\n
Philosophical questions, or “I heard conflicting stuff over the Internet and now I’m scared”\n
============================================================================================\n
\n
You’ve done your research, you’re almost ready to take the plunge, you even read a lot of stuff on this very community, but people seem very passionately for or against stuff. What should you do?\n
\n
Shoud I learn the command line?\n
-------------------------------\n
\n
**Yes, eventually**. To be honest, nowadays a lot of things can be configured on the fly graphically, through your DE’s settings. But sometimes, it’s much more efficient to work on the command line, and sometimes it’s the only way to fix something. It’s not that difficult, and you can be reasonably productive by understanding just about a dozen very simple commands.\n
\n
I have a very old laptop/desktop, should I use a distro from this era?\n
----------------------------------------------------------------------\n
\n
**Noooo!**. Contrary to Windows and MacOS which only work correctly on period-correct computers, Linux runs perfectly well on any hardware from the last 20 to 30 years. You will not gain performance by using an old distro, but you will gain hundreds of critical security flaws that have been since corrected. If you need to squeeze performance out of an old computer, use a lightweight graphical environment or repurpose it as a headless home server.\n
\n
Should I be concerned about systemd?\n
------------------------------------\n
\n
**No**. In short, systemd is fine and all major distros have switched to systemd years ago. Even the extremely cautious people behind Debian have used systemd as default since 2015. Not wanting to use systemd is a niche more rooted in philosophical rather than practical or technical reasons, and leads to much deeper issues than you should concern yourself with as a beginner. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I be concerned about XOrg/Wayland?\n
-----------------------------------------\n
\n
**Yes and No, but mostly No**. First off, most distros install both Wayland and XOrg by default, so if one is not satisfying to you, try the other. Remember in the preamble when I said nVidia was a bad actor? Well, most of people’s complaints about Wayland are because of nVidia and their shitty drivers, so GeForce users should stay on XOrg for now. But like it or not, XOrg is dead and unmaintained, and Wayland is the present and future. XOrg did too many things, carried too many features from the 80’s and 90’s and its codebase is a barely maintainable mess. Wayland solves that by being just a simple display protocol with a much smaller codebase, and offloading feature development to the compositors.\n
\n
Should I look for a gaming-focused distro?\n
------------------------------------------\n
\n
**No**. General purpose distros are perfectly fine for gaming. You can install Steam, Lutris, Heroic, Itch etc. and use Proton just fine on almost anything. Even Debian. In short, yes, you can game on Linux, there are great tutorials on the internet.\n
\n
Should I be concerned about Flatpaks and/or Snaps?\n
--------------------------------------------------\n
\n
**Not really**. Flatpaks are great, and more and more developers package their apps directly in Flatpak format. As a rule of thumb, for user facing applications, if your app store gives you the choice between Flatpak and your native package manager version, choose the most recent version. Snaps however are a Canonical/Ubuntu thing, so as long as you avoid Ubuntu, its spins and its derivatives that still include Snaps, you should be fine. They tend to take a lot longer to startup than regular apps or Flatpaks, the snap store is proprietary, centralized and Canonical controls every part of it. If you’re fine with that, have fun. (Thanks @GravitySpoiled@lemmy.ml for the precisions)\n
\n
Should I follow The Way?\n
------------------------\n
\n
**Yes**. One does not speak unless one knows. You can take your helmet off in public tho.\n
\n
Feel free to help correct, expand, or simplify this guide :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 251
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723062220 {#2227
date: 2024-08-07 22:23:40.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
+badges: Doctrine\ORM\PersistentCollection {#2321 …}
+children: [
App\Entity\EntryComment {#2377}
]
-id: 16258
-titleTs: "'beginn':11 'choos':3 'distro':6 'first':5 'help':1 'question':9"
-bodyTs: "'/)':266,329,972 '1.112':324 '20':1373 '2015':1460 '30':1375 '80':1598 '90':1601 'actor':1544 'ad':1084,1113 'adjust':202 'advanc':62,177,418,482,527,722 'advantag':1090 'advis':353 'aforement':1209 'ago':1446 'aim':33,381 'alik':529 'almost':429,872,1083,1233,1665 'also':825 'alway':391 'amount':21 'and/or':1690 'anoth':231,253 'anyth':1666 'app':133,147,296,1042,1131,1704,1720,1776 'appeal':677 'appind':1019 'applic':1717 'arch':262,275,683,860,871 'avail':136 'avoid':1750 'awar':181 'back':373,562 'backlash':469 'bad':112,1543 'bare':1608 'base':372 'be-all-end-al':54 'begin':200 'beginn':49,406,413,480,525,601,628,681,720,1493 'beginner-friend':680 'behaviour':980 'behind':1452 'bell':1204 'best':258 'better':392 'bit':828,1136 'block':291 'blur':1008 'blurri':1016 'box':435,460,950,1155 'break':216,712 'broad':338 'bug':809 'buggi':1118 'build':290 'built':798 'burden':696 'canon':673,1786 'canonical/ubuntu':1743 'card':98 'carri':1592 'case':86,405 'categori':343 'cater':1070 'cautious':1450 'central':1784 'chanc':101 'choic':23,301,1725 'choos':1055,1734 'cinnamon':544,1142,1156 'cite':657 'clean':446 'clear':41 'code':878 'codebas':1605,1625 'come':869 'comfort':737 'command':1267,1302,1333 'comment':1176 'communiti':377,466,1249 'compani':636 'compat':70 'complaint':1550 'complet':1120 'complex':1114 'compon':1040,1129 'compositor':1632 'compromis':1116 'comput':1362,1411 'concern':1428,1488,1502,1687 'configur':431,695,888,1281 'conflict':1216 'consid':156 'content':279 'contrari':1349 'control':1787 'controversi':669 'core':294,1039,1128 'correct':1357,1361,1400,1831 'critic':1393 'curv':772 'cycl':1033,1126 'd':1177 'daili':492,889 'dash':985,990 'dash-to-dock':984 'dash-to-panel':989 'date':453 'de':299,545,585,938,983,1060,1288 'dead':1577 'debian':776,796,817,864,1453,1668 'decis':670 'deeper':1483 'default':845,1059,1458,1521 'depend':924 'deriv':523,570,653,684,1756 'des':1179,1210 'design':1074 'desktop':502,912,943 'despit':270,464,597,605,842 'develop':956,1032,1125,1629,1701 'differ':189 'difficult':629,1138,1318 'direct':1705 'dirti':747 'disadvantag':1104 'display':1619 'distro':287,314,331,347,351,367,407,411,478,498,541,603,721,723,765,784,793,1054,1140,1344,1386,1440,1514,1641,1645 'distrowatch.com':328 'distrowatch.com/)':327 'dock':987 'done':1228 'doubt':269 'dozen':1330 'driver':493,1560 'eas':44,534,554 'edg':85 'effici':1297 'effort':398 'either':135 'els':1025 'end':57 'entir':919 'environ':503,913,1101,1416 'equal':661 'era':1347 'eschew':940 'essenti':149 'etc':302,1658 'even':484,1240,1447,1667 'eventu':1270 'everi':1788 'everyth':1024 'expand':1832 'expect':126,881 'experi':835,961,1007,1151,1163 'explain':1049 'extend':976 'extens':969 'extensions.gnome.org':971 'extensions.gnome.org/)':970 'extrem':769,818,1449 'face':1716 'fact':703 'faith':113 'fantast':691 'favor':488 'favourit':132 'featur':815,930,1064,1595,1628 'fedora':444,489,494 'feel':588,826,1827 'fine':78,609,1436,1648,1663,1764,1795 'first':7,364,729,764,1511 'fix':812,893,1312 'flagship':497,540 'flatpak':1689,1694,1707,1727,1778 'flaw':1395 'flexibl':1078 'fli':1284 'focus':807,1640 'follow':1043,1807 'forg':249 'format':1708 'fortun':962 'free':387,1828 'friend':602,682 'frustrat':226 'fuckload':322 'fuckton':326 'full':929,1063 'fun':1799 'fuss':386 'fuss-fre':385 'futur':1586 'gain':1380,1390 'game':1639,1650,1674 'gaming-focus':1638 'geforc':124,1562 'general':345,1643 'general-purpos':344 'get':225,744 'give':1722 'gnome':501,584,928,934,1030 'goal':532,638 'golden':105 'good':140 'gpu':125 'granddaddi':787 'graphic':1285,1415 'gravityspoiled@lemmy.ml':1495,1801 'great':410,477,652,937,994,1012,1158,1192,1679,1696 'guid':31,36,59,63,1836 'habit':248 'half':790 'hand':746 'happen':753 'hard':244 'hardwar':68,75,94,463,564,1369 'hat':472 'haven':508 'headless':1422 'heard':1215 'heavili':272,582 'helmet':1822 'help':1830 'heroic':1656 'high':1035 'home':1423 'honest':1273 'hope':28 'hour':1097 'howev':1740 'hundr':1391 'imperi':325 'import':311 'includ':1759 'incred':849,896 'infam':578 'infinitum':1085 'inform':42 'inner':907 'instal':761,886,1515,1653 'internet':1220,1683 'intim':904 'irreplac':155 'issu':575,614,700,1484 'itch':1657 'kde':1061 'keep':162,356 'kernel':292 'kinda':643 'kinda-linux-but-not-r':642 'know':1817 'lack':1202 'laptop/desktop':1339 'larg':370,376 'last':1372 'lead':1480 'learn':237,750,771,850,897,1265 'let':1168 'life':625 'lightweight':1178,1414 'like':654,768,799,945,1002,1006,1094,1150,1186,1571 'line':1268,1303 'linus':485 'linux':14,80,117,143,183,504,565,644,739,856,910,1363,1676 'll':1167 'long':1747 'longer':1771 'look':586,978,1635 'lot':516,838,883,1052,1243,1276,1770 'love':1015 'lutri':1655 'lxde':1189 'lxqt':1190 'm':1224 'machin':1184,1200 'maco':946,964,1001,1353 'macos-lik':1000 'made':671 'main':342,531 'mainstream':359 'maintain':379,783,1141,1609 'mainten':708 'major':613,1439 'make':65,129,623,640,816,902,1098,1133 'manag':616,1732 'mani':1590,1594 'manjaro':596,674 'manual':885 'market':599 'maximalist':1066 'may':208,215,553,1087,1115 'mess':1610 'metaphor':944 'metric':321 'might':622,675 'minimalist':933 'mint':505,1170 'mismanag':699 'modern':286,448 'modifi':583 'most':1509 'much':1295,1482,1623 'must':1022 'nativ':1730 'need':428,706,1403 'new':205,239,558,814 'nice':589 'nich':93,350,1468 'niche-distro':349 'noooo':1348 'normal':193 'note':107 'nowaday':71,1274 'nvidia':109,1540,1556 'offload':1627 'often':606,711,868 'okay':234,306 'old':247,1181,1199,1338,1385,1410 'oldest':781 'one':396,656,778,1524,1811,1816 'one-person':395 'ongo':698 'opinion':955 'opposit':862 'os':561 'outdat':829 'overwhelm':18,775,1110 'packag':617,867,1702,1731 'panel':992 'paradigm':206 'parent':579,635 'part':1789 'partit':165 'passion':1254 'peopl':1092,1251,1451,1548 'perfect':77,608,1100,1365,1647 'perform':1381,1406 'period':1360 'period-correct':1359 'person':397 'philosoph':1211,1472 'philosophi':620,866,1075 'plasma':1062,1067 'player':114 'pleas':106 'plung':1238 'point':229 'polici':618,805 'pop':560 'possibl':361,389,1107 'practic':1475 'prais':518,1172 'preambl':64,1536 'precis':1498,1804 'predict':821 'prefer':927 'present':1584 'prevent':714 'probabl':196,224,789 'process':221 'product':1324 'proprietari':146,1783 'protocol':1620 'proton':1661 'provid':39,952 'public':1825 'purpos':346,1644 'put':339 'question':312,1212 'rather':1473 're':2,17,104,236,732,1232,1794 'read':1241 'readi':1234 'readili':281 'realli':647,736,749,1693 'reason':1323,1478 'recent':74,1737 'recommend':593 'red':471 'regular':707,892,1036,1775 'relat':73 'releas':880,1046 'rememb':1533 'remov':693 'replac':141 'repurpos':1418 'research':1230 'resourc':259 'ressurect':1197 'revert':664 'right':468 'rock':833 'rock-solid':832 'root':1470 'rule':1711 'run':157,171,607,1364 'said':1539 'satisfi':1527 'scare':1225 'schedul':1047 'secur':811,1394 'seem':676,1252 'sensibl':447,844 'server':1424 'set':1290 'share':571 'shed':246 'shell':1010 'shitti':1559 'short':1433,1670 'shoud':1263 'similar':549 'simpl':30,40,1332,1618 'simplifi':1834 'sinc':1399,1459 'singl':1073,1124 'smaller':1624 'snap':1691,1739,1760,1780 'solid':834 'solv':1612 'someth':238,1313 'sometim':1292,1305 'soon':874 'sourc':877 'speak':1814 'specif':402 'spend':1096 'spin':1753 'squeez':1405 'stabil':1117 'stabl':819 'standard':855 'start':733 'startup':1773 'stay':439,1565 'steam':1654 'steep':770 'step':8,365,730 'still':87,475,782,830,1758 'store':1721,1781 'stringent':804 'strong':954 'struggl':197 'stuff':178,713,894,1217,1245,1258 'suffer':631 'support':100 'sure':66,130 'surfac':756 'switch':1442 'system':254,295,426 'system76':567 'systemd':293,1430,1434,1444,1456,1465 'tailor':399 'take':5,1236,1768,1820 'taken':727 'tank':801 'technic':1477 'tend':1766 'thank':1494,1800 'thing':187,213,218,1018,1278,1591,1744 'tho':1826 'though':179 'thousand':967 'thumb':1713 'tie':273 'tinker':840 'tool':689,851,898 'torvald':486 'tradit':942 'transit':46,556 'transpar':1017 'tri':169,1530 'troubl':128 'troubleshoot':211,284 'truli':719 'tutori':1680 'tweak':974,1082 'two':341,611 'ubuntu':522,569,594,630,641,1751 'underpow':1183 'understand':1326 'unless':766,1815 'unlik':963 'unmaintain':1579 'updat':710,890 'usabl':282 'use':92,317,404,510,536,916,1342,1383,1412,1455,1464,1660 'use-cas':403 'user':371,419,483,528,559,960,1171,1563,1715 've':726,1227 'vendor':566 'version':1733,1738 'vision':957 'vm':161 'want':422,742,997,1145,1195,1462 'way':443,1310,1809 'wayland':1517,1552,1581,1611 'welcom':24 'well':415,662,1366,1545 'whistl':1206 'wifi':97 'wiki':263 'wiki.archlinux.org':265 'wiki.archlinux.org/)':264 'window':164,551,1005,1149,1351 'windows-lik':1004,1148 'windows/macos':186 'wine':174 'without':267 'wonder':11 'work':76,188,437,456,660,908,1299,1356 'workflow':152 'workstat':445 'world':12,118 'xfce':1188 'xorg':1519,1567,1575,1587 'xorg/wayland':297,1504 'year':251,1376,1445 'yes':1269,1505,1671,1810 'yet':931"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700914513
+visibility: "visible "
+apId: "https://lemm.ee/post/15895051"
+editedAt: DateTimeImmutable @1701487037 {#2326
date: 2023-12-02 04:17:17.0 +01:00
}
+createdAt: DateTimeImmutable @1700828113 {#1361
date: 2023-11-24 13:15:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: null
+root: null
+body: """
As a complete noob who installed Mint about two weeks ago, I have Thoughts™. This is a good start, I think., and I’m really glad to see it, but it still makes some assumptions and misses a couple of things I came across that I think would be helpful.\n
\n
I’ll try to find some time tomorrow to pull together some edits and suggestions to share, rather than a bunch of comments here.\n
\n
How’s best to share them back?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700850161 {#2371
date: 2023-11-24 19:22:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GravitySpoiled@lemmy.ml"
"@wfh@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2364 …}
+votes: Doctrine\ORM\PersistentCollection {#2380 …}
+reports: Doctrine\ORM\PersistentCollection {#2382 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2379 …}
-id: 159414
-bodyTs: "'across':44 'ago':11 'assumpt':35 'back':81 'best':77 'bunch':71 'came':43 'comment':73 'complet':3 'coupl':39 'edit':63 'find':55 'glad':26 'good':18 'help':50 'instal':6 'll':52 'm':24 'make':33 'mint':7 'miss':37 'noob':4 'pull':60 'rather':68 'realli':25 'see':28 'share':67,79 'start':19 'still':32 'suggest':65 'thing':41 'think':21,47 'thought':14 'time':57 'togeth':61 'tomorrow':58 'tri':53 'two':9 'week':10 'would':48"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4655780"
+editedAt: DateTimeImmutable @1701385449 {#2363
date: 2023-12-01 00:04:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700850161 {#2370
date: 2023-11-24 19:22:41.0 +01:00
}
+"title": 159414
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1723
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2192 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Linux-mint-best-beginner-distro"
+title: "Linux mint = best beginner distro"
+url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 191
+favouriteCount: 558
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702679994 {#2280
date: 2023-12-15 23:39:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2275 …}
+votes: Doctrine\ORM\PersistentCollection {#2220 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2219 …}
+notifications: Doctrine\ORM\PersistentCollection {#2196 …}
+badges: Doctrine\ORM\PersistentCollection {#2194 …}
+children: [
1 => App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
In my newbie experience, the answer is: No.\n
\n
There are still random snags and blocks to things you will probably expect or want to be able to do.\n
\n
That being said, it’s sooooo much better than is was. If those snags are minor and not irritating for you, you’ll be able to work around them, I think.\n
\n
And the wider community can be friendly and helpful, though not always empathetic / fully understanding of the lack of Linux knowledge you might be starting from, (again) in my experience.\n
\n
Haven’t tried to print anything yet either…printers always seem to Bork on nearly every OS…\n
\n
Edit: first installed Linux mint this week on a dell XPS laptop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375908 {#1597
date: 2023-11-19 07:38:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 139139
-bodyTs: "'abl':26,53 'alway':71,99 'answer':6 'anyth':95 'around':56 'better':36 'block':15 'bork':102 'communiti':63 'dell':116 'edit':107 'either':97 'empathet':72 'everi':105 'expect':21 'experi':4,89 'first':108 'friend':66 'fulli':73 'haven':90 'help':68 'instal':109 'irrit':47 'knowledg':80 'lack':77 'laptop':118 'linux':79,110 'll':51 'might':82 'minor':44 'mint':111 'much':35 'near':104 'newbi':3 'os':106 'print':94 'printer':98 'probabl':20 'random':12 'said':31 'seem':100 'snag':13,42 'sooooo':34 'start':84 'still':11 'thing':17 'think':59 'though':69 'tri':92 'understand':74 'want':23 'week':113 'wider':62 'work':55 'xps':117 'yet':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508931"
+editedAt: DateTimeImmutable @1700715085 {#1617
date: 2023-11-23 05:51:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700375908 {#1731
date: 2023-11-19 07:38:28.0 +01:00
}
+"title": 139139
}
0 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
Sorry, not actually used any Linux office packages yet. Briefly used office365 online, which was, as you’d expect, more or less the same experience as windows / Mac.\n
\n
Have had a look around and there are, apparently, as many opinions about which Linux office suit is best as there are possible usage situations or different office suits… 🥲
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700759186 {#1724
date: 2023-11-23 18:06:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
"@Index_Case@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 155363
-bodyTs: "'actual':3 'appar':37 'around':33 'best':47 'briefli':10 'd':18 'differ':55 'expect':19 'experi':25 'less':22 'linux':6,43 'look':32 'mac':28 'mani':39 'offic':7,44,56 'office365':12 'onlin':13 'opinion':40 'packag':8 'possibl':51 'situat':53 'sorri':1 'suit':45,57 'usag':52 'use':4,11 'window':27 'yet':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4631754"
+editedAt: null
+createdAt: DateTimeImmutable @1700759186 {#1719
date: 2023-11-23 18:06:26.0 +01:00
}
+"title": 155363
}
]
-id: 13902
-titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700325290
+visibility: "visible "
+apId: "https://lemmy.ml/post/8098068"
+editedAt: null
+createdAt: DateTimeImmutable @1700238890 {#2303
date: 2023-11-17 17:34:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1723
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2192 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Linux-mint-best-beginner-distro"
+title: "Linux mint = best beginner distro"
+url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 191
+favouriteCount: 558
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702679994 {#2280
date: 2023-12-15 23:39:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2275 …}
+votes: Doctrine\ORM\PersistentCollection {#2220 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2219 …}
+notifications: Doctrine\ORM\PersistentCollection {#2196 …}
+badges: Doctrine\ORM\PersistentCollection {#2194 …}
+children: [
1 => App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
In my newbie experience, the answer is: No.\n
\n
There are still random snags and blocks to things you will probably expect or want to be able to do.\n
\n
That being said, it’s sooooo much better than is was. If those snags are minor and not irritating for you, you’ll be able to work around them, I think.\n
\n
And the wider community can be friendly and helpful, though not always empathetic / fully understanding of the lack of Linux knowledge you might be starting from, (again) in my experience.\n
\n
Haven’t tried to print anything yet either…printers always seem to Bork on nearly every OS…\n
\n
Edit: first installed Linux mint this week on a dell XPS laptop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375908 {#1597
date: 2023-11-19 07:38:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 139139
-bodyTs: "'abl':26,53 'alway':71,99 'answer':6 'anyth':95 'around':56 'better':36 'block':15 'bork':102 'communiti':63 'dell':116 'edit':107 'either':97 'empathet':72 'everi':105 'expect':21 'experi':4,89 'first':108 'friend':66 'fulli':73 'haven':90 'help':68 'instal':109 'irrit':47 'knowledg':80 'lack':77 'laptop':118 'linux':79,110 'll':51 'might':82 'minor':44 'mint':111 'much':35 'near':104 'newbi':3 'os':106 'print':94 'printer':98 'probabl':20 'random':12 'said':31 'seem':100 'snag':13,42 'sooooo':34 'start':84 'still':11 'thing':17 'think':59 'though':69 'tri':92 'understand':74 'want':23 'week':113 'wider':62 'work':55 'xps':117 'yet':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508931"
+editedAt: DateTimeImmutable @1700715085 {#1617
date: 2023-11-23 05:51:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700375908 {#1731
date: 2023-11-19 07:38:28.0 +01:00
}
+"title": 139139
}
0 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
Sorry, not actually used any Linux office packages yet. Briefly used office365 online, which was, as you’d expect, more or less the same experience as windows / Mac.\n
\n
Have had a look around and there are, apparently, as many opinions about which Linux office suit is best as there are possible usage situations or different office suits… 🥲
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700759186 {#1724
date: 2023-11-23 18:06:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
"@Index_Case@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 155363
-bodyTs: "'actual':3 'appar':37 'around':33 'best':47 'briefli':10 'd':18 'differ':55 'expect':19 'experi':25 'less':22 'linux':6,43 'look':32 'mac':28 'mani':39 'offic':7,44,56 'office365':12 'onlin':13 'opinion':40 'packag':8 'possibl':51 'situat':53 'sorri':1 'suit':45,57 'usag':52 'use':4,11 'window':27 'yet':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4631754"
+editedAt: null
+createdAt: DateTimeImmutable @1700759186 {#1719
date: 2023-11-23 18:06:26.0 +01:00
}
+"title": 155363
}
]
-id: 13902
-titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700325290
+visibility: "visible "
+apId: "https://lemmy.ml/post/8098068"
+editedAt: null
+createdAt: DateTimeImmutable @1700238890 {#2303
date: 2023-11-17 17:34:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1723
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2192 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Linux-mint-best-beginner-distro"
+title: "Linux mint = best beginner distro"
+url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 191
+favouriteCount: 558
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702679994 {#2280
date: 2023-12-15 23:39:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2275 …}
+votes: Doctrine\ORM\PersistentCollection {#2220 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2219 …}
+notifications: Doctrine\ORM\PersistentCollection {#2196 …}
+badges: Doctrine\ORM\PersistentCollection {#2194 …}
+children: [
1 => App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
In my newbie experience, the answer is: No.\n
\n
There are still random snags and blocks to things you will probably expect or want to be able to do.\n
\n
That being said, it’s sooooo much better than is was. If those snags are minor and not irritating for you, you’ll be able to work around them, I think.\n
\n
And the wider community can be friendly and helpful, though not always empathetic / fully understanding of the lack of Linux knowledge you might be starting from, (again) in my experience.\n
\n
Haven’t tried to print anything yet either…printers always seem to Bork on nearly every OS…\n
\n
Edit: first installed Linux mint this week on a dell XPS laptop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375908 {#1597
date: 2023-11-19 07:38:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 139139
-bodyTs: "'abl':26,53 'alway':71,99 'answer':6 'anyth':95 'around':56 'better':36 'block':15 'bork':102 'communiti':63 'dell':116 'edit':107 'either':97 'empathet':72 'everi':105 'expect':21 'experi':4,89 'first':108 'friend':66 'fulli':73 'haven':90 'help':68 'instal':109 'irrit':47 'knowledg':80 'lack':77 'laptop':118 'linux':79,110 'll':51 'might':82 'minor':44 'mint':111 'much':35 'near':104 'newbi':3 'os':106 'print':94 'printer':98 'probabl':20 'random':12 'said':31 'seem':100 'snag':13,42 'sooooo':34 'start':84 'still':11 'thing':17 'think':59 'though':69 'tri':92 'understand':74 'want':23 'week':113 'wider':62 'work':55 'xps':117 'yet':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508931"
+editedAt: DateTimeImmutable @1700715085 {#1617
date: 2023-11-23 05:51:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700375908 {#1731
date: 2023-11-19 07:38:28.0 +01:00
}
+"title": 139139
}
0 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
Sorry, not actually used any Linux office packages yet. Briefly used office365 online, which was, as you’d expect, more or less the same experience as windows / Mac.\n
\n
Have had a look around and there are, apparently, as many opinions about which Linux office suit is best as there are possible usage situations or different office suits… 🥲
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700759186 {#1724
date: 2023-11-23 18:06:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
"@Index_Case@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 155363
-bodyTs: "'actual':3 'appar':37 'around':33 'best':47 'briefli':10 'd':18 'differ':55 'expect':19 'experi':25 'less':22 'linux':6,43 'look':32 'mac':28 'mani':39 'offic':7,44,56 'office365':12 'onlin':13 'opinion':40 'packag':8 'possibl':51 'situat':53 'sorri':1 'suit':45,57 'usag':52 'use':4,11 'window':27 'yet':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4631754"
+editedAt: null
+createdAt: DateTimeImmutable @1700759186 {#1719
date: 2023-11-23 18:06:26.0 +01:00
}
+"title": 155363
}
]
-id: 13902
-titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700325290
+visibility: "visible "
+apId: "https://lemmy.ml/post/8098068"
+editedAt: null
+createdAt: DateTimeImmutable @1700238890 {#2303
date: 2023-11-17 17:34:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2192 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Linux-mint-best-beginner-distro"
+title: "Linux mint = best beginner distro"
+url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 191
+favouriteCount: 558
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702679994 {#2280
date: 2023-12-15 23:39:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2275 …}
+votes: Doctrine\ORM\PersistentCollection {#2220 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2219 …}
+notifications: Doctrine\ORM\PersistentCollection {#2196 …}
+badges: Doctrine\ORM\PersistentCollection {#2194 …}
+children: [
1 => App\Entity\EntryComment {#1725}
0 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
Sorry, not actually used any Linux office packages yet. Briefly used office365 online, which was, as you’d expect, more or less the same experience as windows / Mac.\n
\n
Have had a look around and there are, apparently, as many opinions about which Linux office suit is best as there are possible usage situations or different office suits… 🥲
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700759186 {#1724
date: 2023-11-23 18:06:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
"@Index_Case@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 155363
-bodyTs: "'actual':3 'appar':37 'around':33 'best':47 'briefli':10 'd':18 'differ':55 'expect':19 'experi':25 'less':22 'linux':6,43 'look':32 'mac':28 'mani':39 'offic':7,44,56 'office365':12 'onlin':13 'opinion':40 'packag':8 'possibl':51 'situat':53 'sorri':1 'suit':45,57 'usag':52 'use':4,11 'window':27 'yet':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4631754"
+editedAt: null
+createdAt: DateTimeImmutable @1700759186 {#1719
date: 2023-11-23 18:06:26.0 +01:00
}
+"title": 155363
}
]
-id: 13902
-titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700325290
+visibility: "visible "
+apId: "https://lemmy.ml/post/8098068"
+editedAt: null
+createdAt: DateTimeImmutable @1700238890 {#2303
date: 2023-11-17 17:34:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
In my newbie experience, the answer is: No.\n
\n
There are still random snags and blocks to things you will probably expect or want to be able to do.\n
\n
That being said, it’s sooooo much better than is was. If those snags are minor and not irritating for you, you’ll be able to work around them, I think.\n
\n
And the wider community can be friendly and helpful, though not always empathetic / fully understanding of the lack of Linux knowledge you might be starting from, (again) in my experience.\n
\n
Haven’t tried to print anything yet either…printers always seem to Bork on nearly every OS…\n
\n
Edit: first installed Linux mint this week on a dell XPS laptop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375908 {#1597
date: 2023-11-19 07:38:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 139139
-bodyTs: "'abl':26,53 'alway':71,99 'answer':6 'anyth':95 'around':56 'better':36 'block':15 'bork':102 'communiti':63 'dell':116 'edit':107 'either':97 'empathet':72 'everi':105 'expect':21 'experi':4,89 'first':108 'friend':66 'fulli':73 'haven':90 'help':68 'instal':109 'irrit':47 'knowledg':80 'lack':77 'laptop':118 'linux':79,110 'll':51 'might':82 'minor':44 'mint':111 'much':35 'near':104 'newbi':3 'os':106 'print':94 'printer':98 'probabl':20 'random':12 'said':31 'seem':100 'snag':13,42 'sooooo':34 'start':84 'still':11 'thing':17 'think':59 'though':69 'tri':92 'understand':74 'want':23 'week':113 'wider':62 'work':55 'xps':117 'yet':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508931"
+editedAt: DateTimeImmutable @1700715085 {#1617
date: 2023-11-23 05:51:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700375908 {#1731
date: 2023-11-19 07:38:28.0 +01:00
}
+"title": 139139
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2192 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Linux-mint-best-beginner-distro"
+title: "Linux mint = best beginner distro"
+url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 191
+favouriteCount: 558
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702679994 {#2280
date: 2023-12-15 23:39:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2275 …}
+votes: Doctrine\ORM\PersistentCollection {#2220 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2219 …}
+notifications: Doctrine\ORM\PersistentCollection {#2196 …}
+badges: Doctrine\ORM\PersistentCollection {#2194 …}
+children: [
1 => App\Entity\EntryComment {#1725}
0 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
Sorry, not actually used any Linux office packages yet. Briefly used office365 online, which was, as you’d expect, more or less the same experience as windows / Mac.\n
\n
Have had a look around and there are, apparently, as many opinions about which Linux office suit is best as there are possible usage situations or different office suits… 🥲
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700759186 {#1724
date: 2023-11-23 18:06:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
"@Index_Case@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 155363
-bodyTs: "'actual':3 'appar':37 'around':33 'best':47 'briefli':10 'd':18 'differ':55 'expect':19 'experi':25 'less':22 'linux':6,43 'look':32 'mac':28 'mani':39 'offic':7,44,56 'office365':12 'onlin':13 'opinion':40 'packag':8 'possibl':51 'situat':53 'sorri':1 'suit':45,57 'usag':52 'use':4,11 'window':27 'yet':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4631754"
+editedAt: null
+createdAt: DateTimeImmutable @1700759186 {#1719
date: 2023-11-23 18:06:26.0 +01:00
}
+"title": 155363
}
]
-id: 13902
-titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700325290
+visibility: "visible "
+apId: "https://lemmy.ml/post/8098068"
+editedAt: null
+createdAt: DateTimeImmutable @1700238890 {#2303
date: 2023-11-17 17:34:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
In my newbie experience, the answer is: No.\n
\n
There are still random snags and blocks to things you will probably expect or want to be able to do.\n
\n
That being said, it’s sooooo much better than is was. If those snags are minor and not irritating for you, you’ll be able to work around them, I think.\n
\n
And the wider community can be friendly and helpful, though not always empathetic / fully understanding of the lack of Linux knowledge you might be starting from, (again) in my experience.\n
\n
Haven’t tried to print anything yet either…printers always seem to Bork on nearly every OS…\n
\n
Edit: first installed Linux mint this week on a dell XPS laptop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375908 {#1597
date: 2023-11-19 07:38:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 139139
-bodyTs: "'abl':26,53 'alway':71,99 'answer':6 'anyth':95 'around':56 'better':36 'block':15 'bork':102 'communiti':63 'dell':116 'edit':107 'either':97 'empathet':72 'everi':105 'expect':21 'experi':4,89 'first':108 'friend':66 'fulli':73 'haven':90 'help':68 'instal':109 'irrit':47 'knowledg':80 'lack':77 'laptop':118 'linux':79,110 'll':51 'might':82 'minor':44 'mint':111 'much':35 'near':104 'newbi':3 'os':106 'print':94 'printer':98 'probabl':20 'random':12 'said':31 'seem':100 'snag':13,42 'sooooo':34 'start':84 'still':11 'thing':17 'think':59 'though':69 'tri':92 'understand':74 'want':23 'week':113 'wider':62 'work':55 'xps':117 'yet':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508931"
+editedAt: DateTimeImmutable @1700715085 {#1617
date: 2023-11-23 05:51:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700375908 {#1731
date: 2023-11-19 07:38:28.0 +01:00
}
+"title": 139139
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2192 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Linux-mint-best-beginner-distro"
+title: "Linux mint = best beginner distro"
+url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 191
+favouriteCount: 558
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702679994 {#2280
date: 2023-12-15 23:39:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2275 …}
+votes: Doctrine\ORM\PersistentCollection {#2220 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2219 …}
+notifications: Doctrine\ORM\PersistentCollection {#2196 …}
+badges: Doctrine\ORM\PersistentCollection {#2194 …}
+children: [
1 => App\Entity\EntryComment {#1725}
0 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
Sorry, not actually used any Linux office packages yet. Briefly used office365 online, which was, as you’d expect, more or less the same experience as windows / Mac.\n
\n
Have had a look around and there are, apparently, as many opinions about which Linux office suit is best as there are possible usage situations or different office suits… 🥲
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700759186 {#1724
date: 2023-11-23 18:06:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
"@Index_Case@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 155363
-bodyTs: "'actual':3 'appar':37 'around':33 'best':47 'briefli':10 'd':18 'differ':55 'expect':19 'experi':25 'less':22 'linux':6,43 'look':32 'mac':28 'mani':39 'offic':7,44,56 'office365':12 'onlin':13 'opinion':40 'packag':8 'possibl':51 'situat':53 'sorri':1 'suit':45,57 'usag':52 'use':4,11 'window':27 'yet':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4631754"
+editedAt: null
+createdAt: DateTimeImmutable @1700759186 {#1719
date: 2023-11-23 18:06:26.0 +01:00
}
+"title": 155363
}
]
-id: 13902
-titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700325290
+visibility: "visible "
+apId: "https://lemmy.ml/post/8098068"
+editedAt: null
+createdAt: DateTimeImmutable @1700238890 {#2303
date: 2023-11-17 17:34:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
In my newbie experience, the answer is: No.\n
\n
There are still random snags and blocks to things you will probably expect or want to be able to do.\n
\n
That being said, it’s sooooo much better than is was. If those snags are minor and not irritating for you, you’ll be able to work around them, I think.\n
\n
And the wider community can be friendly and helpful, though not always empathetic / fully understanding of the lack of Linux knowledge you might be starting from, (again) in my experience.\n
\n
Haven’t tried to print anything yet either…printers always seem to Bork on nearly every OS…\n
\n
Edit: first installed Linux mint this week on a dell XPS laptop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375908 {#1597
date: 2023-11-19 07:38:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 139139
-bodyTs: "'abl':26,53 'alway':71,99 'answer':6 'anyth':95 'around':56 'better':36 'block':15 'bork':102 'communiti':63 'dell':116 'edit':107 'either':97 'empathet':72 'everi':105 'expect':21 'experi':4,89 'first':108 'friend':66 'fulli':73 'haven':90 'help':68 'instal':109 'irrit':47 'knowledg':80 'lack':77 'laptop':118 'linux':79,110 'll':51 'might':82 'minor':44 'mint':111 'much':35 'near':104 'newbi':3 'os':106 'print':94 'printer':98 'probabl':20 'random':12 'said':31 'seem':100 'snag':13,42 'sooooo':34 'start':84 'still':11 'thing':17 'think':59 'though':69 'tri':92 'understand':74 'want':23 'week':113 'wider':62 'work':55 'xps':117 'yet':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508931"
+editedAt: DateTimeImmutable @1700715085 {#1617
date: 2023-11-23 05:51:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700375908 {#1731
date: 2023-11-19 07:38:28.0 +01:00
}
+"title": 139139
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2192 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Linux-mint-best-beginner-distro"
+title: "Linux mint = best beginner distro"
+url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 191
+favouriteCount: 558
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702679994 {#2280
date: 2023-12-15 23:39:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2275 …}
+votes: Doctrine\ORM\PersistentCollection {#2220 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2219 …}
+notifications: Doctrine\ORM\PersistentCollection {#2196 …}
+badges: Doctrine\ORM\PersistentCollection {#2194 …}
+children: [
1 => App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
In my newbie experience, the answer is: No.\n
\n
There are still random snags and blocks to things you will probably expect or want to be able to do.\n
\n
That being said, it’s sooooo much better than is was. If those snags are minor and not irritating for you, you’ll be able to work around them, I think.\n
\n
And the wider community can be friendly and helpful, though not always empathetic / fully understanding of the lack of Linux knowledge you might be starting from, (again) in my experience.\n
\n
Haven’t tried to print anything yet either…printers always seem to Bork on nearly every OS…\n
\n
Edit: first installed Linux mint this week on a dell XPS laptop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375908 {#1597
date: 2023-11-19 07:38:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 139139
-bodyTs: "'abl':26,53 'alway':71,99 'answer':6 'anyth':95 'around':56 'better':36 'block':15 'bork':102 'communiti':63 'dell':116 'edit':107 'either':97 'empathet':72 'everi':105 'expect':21 'experi':4,89 'first':108 'friend':66 'fulli':73 'haven':90 'help':68 'instal':109 'irrit':47 'knowledg':80 'lack':77 'laptop':118 'linux':79,110 'll':51 'might':82 'minor':44 'mint':111 'much':35 'near':104 'newbi':3 'os':106 'print':94 'printer':98 'probabl':20 'random':12 'said':31 'seem':100 'snag':13,42 'sooooo':34 'start':84 'still':11 'thing':17 'think':59 'though':69 'tri':92 'understand':74 'want':23 'week':113 'wider':62 'work':55 'xps':117 'yet':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508931"
+editedAt: DateTimeImmutable @1700715085 {#1617
date: 2023-11-23 05:51:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700375908 {#1731
date: 2023-11-19 07:38:28.0 +01:00
}
+"title": 139139
}
0 => App\Entity\EntryComment {#1715}
]
-id: 13902
-titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700325290
+visibility: "visible "
+apId: "https://lemmy.ml/post/8098068"
+editedAt: null
+createdAt: DateTimeImmutable @1700238890 {#2303
date: 2023-11-17 17:34:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
Sorry, not actually used any Linux office packages yet. Briefly used office365 online, which was, as you’d expect, more or less the same experience as windows / Mac.\n
\n
Have had a look around and there are, apparently, as many opinions about which Linux office suit is best as there are possible usage situations or different office suits… 🥲
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700759186 {#1724
date: 2023-11-23 18:06:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
"@Index_Case@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 155363
-bodyTs: "'actual':3 'appar':37 'around':33 'best':47 'briefli':10 'd':18 'differ':55 'expect':19 'experi':25 'less':22 'linux':6,43 'look':32 'mac':28 'mani':39 'offic':7,44,56 'office365':12 'onlin':13 'opinion':40 'packag':8 'possibl':51 'situat':53 'sorri':1 'suit':45,57 'usag':52 'use':4,11 'window':27 'yet':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4631754"
+editedAt: null
+createdAt: DateTimeImmutable @1700759186 {#1719
date: 2023-11-23 18:06:26.0 +01:00
}
+"title": 155363
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2192 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Linux-mint-best-beginner-distro"
+title: "Linux mint = best beginner distro"
+url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 191
+favouriteCount: 558
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702679994 {#2280
date: 2023-12-15 23:39:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2275 …}
+votes: Doctrine\ORM\PersistentCollection {#2220 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2219 …}
+notifications: Doctrine\ORM\PersistentCollection {#2196 …}
+badges: Doctrine\ORM\PersistentCollection {#2194 …}
+children: [
1 => App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
In my newbie experience, the answer is: No.\n
\n
There are still random snags and blocks to things you will probably expect or want to be able to do.\n
\n
That being said, it’s sooooo much better than is was. If those snags are minor and not irritating for you, you’ll be able to work around them, I think.\n
\n
And the wider community can be friendly and helpful, though not always empathetic / fully understanding of the lack of Linux knowledge you might be starting from, (again) in my experience.\n
\n
Haven’t tried to print anything yet either…printers always seem to Bork on nearly every OS…\n
\n
Edit: first installed Linux mint this week on a dell XPS laptop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375908 {#1597
date: 2023-11-19 07:38:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 139139
-bodyTs: "'abl':26,53 'alway':71,99 'answer':6 'anyth':95 'around':56 'better':36 'block':15 'bork':102 'communiti':63 'dell':116 'edit':107 'either':97 'empathet':72 'everi':105 'expect':21 'experi':4,89 'first':108 'friend':66 'fulli':73 'haven':90 'help':68 'instal':109 'irrit':47 'knowledg':80 'lack':77 'laptop':118 'linux':79,110 'll':51 'might':82 'minor':44 'mint':111 'much':35 'near':104 'newbi':3 'os':106 'print':94 'printer':98 'probabl':20 'random':12 'said':31 'seem':100 'snag':13,42 'sooooo':34 'start':84 'still':11 'thing':17 'think':59 'though':69 'tri':92 'understand':74 'want':23 'week':113 'wider':62 'work':55 'xps':117 'yet':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508931"
+editedAt: DateTimeImmutable @1700715085 {#1617
date: 2023-11-23 05:51:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700375908 {#1731
date: 2023-11-19 07:38:28.0 +01:00
}
+"title": 139139
}
0 => App\Entity\EntryComment {#1715}
]
-id: 13902
-titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700325290
+visibility: "visible "
+apId: "https://lemmy.ml/post/8098068"
+editedAt: null
+createdAt: DateTimeImmutable @1700238890 {#2303
date: 2023-11-17 17:34:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
Sorry, not actually used any Linux office packages yet. Briefly used office365 online, which was, as you’d expect, more or less the same experience as windows / Mac.\n
\n
Have had a look around and there are, apparently, as many opinions about which Linux office suit is best as there are possible usage situations or different office suits… 🥲
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700759186 {#1724
date: 2023-11-23 18:06:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
"@Index_Case@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 155363
-bodyTs: "'actual':3 'appar':37 'around':33 'best':47 'briefli':10 'd':18 'differ':55 'expect':19 'experi':25 'less':22 'linux':6,43 'look':32 'mac':28 'mani':39 'offic':7,44,56 'office365':12 'onlin':13 'opinion':40 'packag':8 'possibl':51 'situat':53 'sorri':1 'suit':45,57 'usag':52 'use':4,11 'window':27 'yet':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4631754"
+editedAt: null
+createdAt: DateTimeImmutable @1700759186 {#1719
date: 2023-11-23 18:06:26.0 +01:00
}
+"title": 155363
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2192 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Linux-mint-best-beginner-distro"
+title: "Linux mint = best beginner distro"
+url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 191
+favouriteCount: 558
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702679994 {#2280
date: 2023-12-15 23:39:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2275 …}
+votes: Doctrine\ORM\PersistentCollection {#2220 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2219 …}
+notifications: Doctrine\ORM\PersistentCollection {#2196 …}
+badges: Doctrine\ORM\PersistentCollection {#2194 …}
+children: [
1 => App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
In my newbie experience, the answer is: No.\n
\n
There are still random snags and blocks to things you will probably expect or want to be able to do.\n
\n
That being said, it’s sooooo much better than is was. If those snags are minor and not irritating for you, you’ll be able to work around them, I think.\n
\n
And the wider community can be friendly and helpful, though not always empathetic / fully understanding of the lack of Linux knowledge you might be starting from, (again) in my experience.\n
\n
Haven’t tried to print anything yet either…printers always seem to Bork on nearly every OS…\n
\n
Edit: first installed Linux mint this week on a dell XPS laptop.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375908 {#1597
date: 2023-11-19 07:38:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 139139
-bodyTs: "'abl':26,53 'alway':71,99 'answer':6 'anyth':95 'around':56 'better':36 'block':15 'bork':102 'communiti':63 'dell':116 'edit':107 'either':97 'empathet':72 'everi':105 'expect':21 'experi':4,89 'first':108 'friend':66 'fulli':73 'haven':90 'help':68 'instal':109 'irrit':47 'knowledg':80 'lack':77 'laptop':118 'linux':79,110 'll':51 'might':82 'minor':44 'mint':111 'much':35 'near':104 'newbi':3 'os':106 'print':94 'printer':98 'probabl':20 'random':12 'said':31 'seem':100 'snag':13,42 'sooooo':34 'start':84 'still':11 'thing':17 'think':59 'though':69 'tri':92 'understand':74 'want':23 'week':113 'wider':62 'work':55 'xps':117 'yet':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508931"
+editedAt: DateTimeImmutable @1700715085 {#1617
date: 2023-11-23 05:51:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700375908 {#1731
date: 2023-11-19 07:38:28.0 +01:00
}
+"title": 139139
}
0 => App\Entity\EntryComment {#1715}
]
-id: 13902
-titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700325290
+visibility: "visible "
+apId: "https://lemmy.ml/post/8098068"
+editedAt: null
+createdAt: DateTimeImmutable @1700238890 {#2303
date: 2023-11-17 17:34:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
+body: """
Sorry, not actually used any Linux office packages yet. Briefly used office365 online, which was, as you’d expect, more or less the same experience as windows / Mac.\n
\n
Have had a look around and there are, apparently, as many opinions about which Linux office suit is best as there are possible usage situations or different office suits… 🥲
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700759186 {#1724
date: 2023-11-23 18:06:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Alborlin@lemmy.world"
"@Index_Case@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 155363
-bodyTs: "'actual':3 'appar':37 'around':33 'best':47 'briefli':10 'd':18 'differ':55 'expect':19 'experi':25 'less':22 'linux':6,43 'look':32 'mac':28 'mani':39 'offic':7,44,56 'office365':12 'onlin':13 'opinion':40 'packag':8 'possibl':51 'situat':53 'sorri':1 'suit':45,57 'usag':52 'use':4,11 'window':27 'yet':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4631754"
+editedAt: null
+createdAt: DateTimeImmutable @1700759186 {#1719
date: 2023-11-23 18:06:26.0 +01:00
}
+"title": 155363
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2462
+user: Proxies\__CG__\App\Entity\User {#2327 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: Proxies\__CG__\App\Entity\Image {#2304 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Based-KDE"
+title: "Based KDE 🗿"
+url: "https://lemmy.ml/pictrs/image/e9181435-b009-4447-b8c3-49862e288158.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 342
+favouriteCount: 1942
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702202282 {#2310
date: 2023-12-10 10:58:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2319 …}
+votes: Doctrine\ORM\PersistentCollection {#2318 …}
+reports: Doctrine\ORM\PersistentCollection {#2316 …}
+favourites: Doctrine\ORM\PersistentCollection {#2294 …}
+notifications: Doctrine\ORM\PersistentCollection {#2296 …}
+badges: Doctrine\ORM\PersistentCollection {#2281 …}
+children: [
App\Entity\EntryComment {#2422
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
+body: "Interesting. Will have a look on the snazzy package manager and give it a go. Ta."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700765864 {#2411
date: 2023-11-23 19:57:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@MazonnaCara89@lemmy.ml"
"@Rubezahl@lemmy.world"
"@Dunstabzugshaubitze@feddit.de"
"@Aatube@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2460 …}
+nested: Doctrine\ORM\PersistentCollection {#2452 …}
+votes: Doctrine\ORM\PersistentCollection {#2454 …}
+reports: Doctrine\ORM\PersistentCollection {#2459 …}
+favourites: Doctrine\ORM\PersistentCollection {#2470 …}
+notifications: Doctrine\ORM\PersistentCollection {#2467 …}
-id: 155749
-bodyTs: "'give':12 'go':15 'interest':1 'look':5 'manag':10 'packag':9 'snazzi':8 'ta':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4633997"
+editedAt: null
+createdAt: DateTimeImmutable @1700765864 {#2447
date: 2023-11-23 19:57:44.0 +01:00
}
+"title": 155749
}
]
-id: 15925
-titleTs: "'base':1 'kde':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700834965
+visibility: "visible "
+apId: "https://lemmy.ml/post/8361362"
+editedAt: null
+createdAt: DateTimeImmutable @1700748565 {#2229
date: 2023-11-23 15:09:25.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2462
+user: Proxies\__CG__\App\Entity\User {#2327 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: Proxies\__CG__\App\Entity\Image {#2304 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Based-KDE"
+title: "Based KDE 🗿"
+url: "https://lemmy.ml/pictrs/image/e9181435-b009-4447-b8c3-49862e288158.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 342
+favouriteCount: 1942
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702202282 {#2310
date: 2023-12-10 10:58:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2319 …}
+votes: Doctrine\ORM\PersistentCollection {#2318 …}
+reports: Doctrine\ORM\PersistentCollection {#2316 …}
+favourites: Doctrine\ORM\PersistentCollection {#2294 …}
+notifications: Doctrine\ORM\PersistentCollection {#2296 …}
+badges: Doctrine\ORM\PersistentCollection {#2281 …}
+children: [
App\Entity\EntryComment {#2422
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
+body: "Interesting. Will have a look on the snazzy package manager and give it a go. Ta."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700765864 {#2411
date: 2023-11-23 19:57:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@MazonnaCara89@lemmy.ml"
"@Rubezahl@lemmy.world"
"@Dunstabzugshaubitze@feddit.de"
"@Aatube@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2460 …}
+nested: Doctrine\ORM\PersistentCollection {#2452 …}
+votes: Doctrine\ORM\PersistentCollection {#2454 …}
+reports: Doctrine\ORM\PersistentCollection {#2459 …}
+favourites: Doctrine\ORM\PersistentCollection {#2470 …}
+notifications: Doctrine\ORM\PersistentCollection {#2467 …}
-id: 155749
-bodyTs: "'give':12 'go':15 'interest':1 'look':5 'manag':10 'packag':9 'snazzi':8 'ta':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4633997"
+editedAt: null
+createdAt: DateTimeImmutable @1700765864 {#2447
date: 2023-11-23 19:57:44.0 +01:00
}
+"title": 155749
}
]
-id: 15925
-titleTs: "'base':1 'kde':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700834965
+visibility: "visible "
+apId: "https://lemmy.ml/post/8361362"
+editedAt: null
+createdAt: DateTimeImmutable @1700748565 {#2229
date: 2023-11-23 15:09:25.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2462
+user: Proxies\__CG__\App\Entity\User {#2327 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: Proxies\__CG__\App\Entity\Image {#2304 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Based-KDE"
+title: "Based KDE 🗿"
+url: "https://lemmy.ml/pictrs/image/e9181435-b009-4447-b8c3-49862e288158.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 342
+favouriteCount: 1942
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702202282 {#2310
date: 2023-12-10 10:58:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2319 …}
+votes: Doctrine\ORM\PersistentCollection {#2318 …}
+reports: Doctrine\ORM\PersistentCollection {#2316 …}
+favourites: Doctrine\ORM\PersistentCollection {#2294 …}
+notifications: Doctrine\ORM\PersistentCollection {#2296 …}
+badges: Doctrine\ORM\PersistentCollection {#2281 …}
+children: [
App\Entity\EntryComment {#2422
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
+body: "Interesting. Will have a look on the snazzy package manager and give it a go. Ta."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700765864 {#2411
date: 2023-11-23 19:57:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@MazonnaCara89@lemmy.ml"
"@Rubezahl@lemmy.world"
"@Dunstabzugshaubitze@feddit.de"
"@Aatube@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2460 …}
+nested: Doctrine\ORM\PersistentCollection {#2452 …}
+votes: Doctrine\ORM\PersistentCollection {#2454 …}
+reports: Doctrine\ORM\PersistentCollection {#2459 …}
+favourites: Doctrine\ORM\PersistentCollection {#2470 …}
+notifications: Doctrine\ORM\PersistentCollection {#2467 …}
-id: 155749
-bodyTs: "'give':12 'go':15 'interest':1 'look':5 'manag':10 'packag':9 'snazzi':8 'ta':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4633997"
+editedAt: null
+createdAt: DateTimeImmutable @1700765864 {#2447
date: 2023-11-23 19:57:44.0 +01:00
}
+"title": 155749
}
]
-id: 15925
-titleTs: "'base':1 'kde':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700834965
+visibility: "visible "
+apId: "https://lemmy.ml/post/8361362"
+editedAt: null
+createdAt: DateTimeImmutable @1700748565 {#2229
date: 2023-11-23 15:09:25.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2422
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462
+user: Proxies\__CG__\App\Entity\User {#2327 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: Proxies\__CG__\App\Entity\Image {#2304 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Based-KDE"
+title: "Based KDE 🗿"
+url: "https://lemmy.ml/pictrs/image/e9181435-b009-4447-b8c3-49862e288158.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 342
+favouriteCount: 1942
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702202282 {#2310
date: 2023-12-10 10:58:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2319 …}
+votes: Doctrine\ORM\PersistentCollection {#2318 …}
+reports: Doctrine\ORM\PersistentCollection {#2316 …}
+favourites: Doctrine\ORM\PersistentCollection {#2294 …}
+notifications: Doctrine\ORM\PersistentCollection {#2296 …}
+badges: Doctrine\ORM\PersistentCollection {#2281 …}
+children: [
App\Entity\EntryComment {#2422}
]
-id: 15925
-titleTs: "'base':1 'kde':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700834965
+visibility: "visible "
+apId: "https://lemmy.ml/post/8361362"
+editedAt: null
+createdAt: DateTimeImmutable @1700748565 {#2229
date: 2023-11-23 15:09:25.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
+body: "Interesting. Will have a look on the snazzy package manager and give it a go. Ta."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700765864 {#2411
date: 2023-11-23 19:57:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@MazonnaCara89@lemmy.ml"
"@Rubezahl@lemmy.world"
"@Dunstabzugshaubitze@feddit.de"
"@Aatube@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2460 …}
+nested: Doctrine\ORM\PersistentCollection {#2452 …}
+votes: Doctrine\ORM\PersistentCollection {#2454 …}
+reports: Doctrine\ORM\PersistentCollection {#2459 …}
+favourites: Doctrine\ORM\PersistentCollection {#2470 …}
+notifications: Doctrine\ORM\PersistentCollection {#2467 …}
-id: 155749
-bodyTs: "'give':12 'go':15 'interest':1 'look':5 'manag':10 'packag':9 'snazzi':8 'ta':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4633997"
+editedAt: null
+createdAt: DateTimeImmutable @1700765864 {#2447
date: 2023-11-23 19:57:44.0 +01:00
}
+"title": 155749
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#2422
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462
+user: Proxies\__CG__\App\Entity\User {#2327 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: Proxies\__CG__\App\Entity\Image {#2304 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Based-KDE"
+title: "Based KDE 🗿"
+url: "https://lemmy.ml/pictrs/image/e9181435-b009-4447-b8c3-49862e288158.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 342
+favouriteCount: 1942
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702202282 {#2310
date: 2023-12-10 10:58:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2319 …}
+votes: Doctrine\ORM\PersistentCollection {#2318 …}
+reports: Doctrine\ORM\PersistentCollection {#2316 …}
+favourites: Doctrine\ORM\PersistentCollection {#2294 …}
+notifications: Doctrine\ORM\PersistentCollection {#2296 …}
+badges: Doctrine\ORM\PersistentCollection {#2281 …}
+children: [
App\Entity\EntryComment {#2422}
]
-id: 15925
-titleTs: "'base':1 'kde':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700834965
+visibility: "visible "
+apId: "https://lemmy.ml/post/8361362"
+editedAt: null
+createdAt: DateTimeImmutable @1700748565 {#2229
date: 2023-11-23 15:09:25.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
+body: "Interesting. Will have a look on the snazzy package manager and give it a go. Ta."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700765864 {#2411
date: 2023-11-23 19:57:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@MazonnaCara89@lemmy.ml"
"@Rubezahl@lemmy.world"
"@Dunstabzugshaubitze@feddit.de"
"@Aatube@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2460 …}
+nested: Doctrine\ORM\PersistentCollection {#2452 …}
+votes: Doctrine\ORM\PersistentCollection {#2454 …}
+reports: Doctrine\ORM\PersistentCollection {#2459 …}
+favourites: Doctrine\ORM\PersistentCollection {#2470 …}
+notifications: Doctrine\ORM\PersistentCollection {#2467 …}
-id: 155749
-bodyTs: "'give':12 'go':15 'interest':1 'look':5 'manag':10 'packag':9 'snazzi':8 'ta':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4633997"
+editedAt: null
+createdAt: DateTimeImmutable @1700765864 {#2447
date: 2023-11-23 19:57:44.0 +01:00
}
+"title": 155749
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2422
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462
+user: Proxies\__CG__\App\Entity\User {#2327 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: Proxies\__CG__\App\Entity\Image {#2304 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Based-KDE"
+title: "Based KDE 🗿"
+url: "https://lemmy.ml/pictrs/image/e9181435-b009-4447-b8c3-49862e288158.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 342
+favouriteCount: 1942
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702202282 {#2310
date: 2023-12-10 10:58:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2319 …}
+votes: Doctrine\ORM\PersistentCollection {#2318 …}
+reports: Doctrine\ORM\PersistentCollection {#2316 …}
+favourites: Doctrine\ORM\PersistentCollection {#2294 …}
+notifications: Doctrine\ORM\PersistentCollection {#2296 …}
+badges: Doctrine\ORM\PersistentCollection {#2281 …}
+children: [
App\Entity\EntryComment {#2422}
]
-id: 15925
-titleTs: "'base':1 'kde':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700834965
+visibility: "visible "
+apId: "https://lemmy.ml/post/8361362"
+editedAt: null
+createdAt: DateTimeImmutable @1700748565 {#2229
date: 2023-11-23 15:09:25.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
+body: "Interesting. Will have a look on the snazzy package manager and give it a go. Ta."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700765864 {#2411
date: 2023-11-23 19:57:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@MazonnaCara89@lemmy.ml"
"@Rubezahl@lemmy.world"
"@Dunstabzugshaubitze@feddit.de"
"@Aatube@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2460 …}
+nested: Doctrine\ORM\PersistentCollection {#2452 …}
+votes: Doctrine\ORM\PersistentCollection {#2454 …}
+reports: Doctrine\ORM\PersistentCollection {#2459 …}
+favourites: Doctrine\ORM\PersistentCollection {#2470 …}
+notifications: Doctrine\ORM\PersistentCollection {#2467 …}
-id: 155749
-bodyTs: "'give':12 'go':15 'interest':1 'look':5 'manag':10 'packag':9 'snazzi':8 'ta':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4633997"
+editedAt: null
+createdAt: DateTimeImmutable @1700765864 {#2447
date: 2023-11-23 19:57:44.0 +01:00
}
+"title": 155749
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
}
1 => App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
}
1 => App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
}
1 => App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557}
1 => App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557}
1 => App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557}
1 => App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
}
1 => App\Entity\EntryComment {#1692}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
}
1 => App\Entity\EntryComment {#1692}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
}
1 => App\Entity\EntryComment {#1692}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
}
1 => App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
}
1 => App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1561
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528
+user: Proxies\__CG__\App\Entity\User {#2191 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: Proxies\__CG__\App\Entity\Image {#2067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2099 …}
+slug: "Come-to-the-Linux-side-of-the-force"
+title: "Come to the Linux side of the force"
+url: "https://lemmy.ml/pictrs/image/5dd3ab87-6ce6-48c2-96c0-65e4ffd30537.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 41
+favouriteCount: 407
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701303463 {#2383
date: 2023-11-30 01:17:43.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2041 …}
+reports: Doctrine\ORM\PersistentCollection {#2053 …}
+favourites: Doctrine\ORM\PersistentCollection {#2044 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
+badges: Doctrine\ORM\PersistentCollection {#2213 …}
+children: [
2 => App\Entity\EntryComment {#1557
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1555 …}
+root: App\Entity\EntryComment {#1561}
+body: """
I agree, and that 80% was surprisingly pleasant and smooth experience, compared to my last stab at Linux, about 10 years ago. At least this time I didn’t git any driver issues.\n
\n
But, that last 20% can be kind of a big deal if you need anything from within in…\n
\n
I’d like to have the time to learn how to use Linux properly, but between a full time job (unrelated to an OS), young family, and other commitments it’s just not a priority.\n
\n
I had a play out of interest, and it’s pretty good, but still not 100% usable “out of the box” for me. And how to do that remaining 20% is completely out of many Linux-naive users experience (using the terminal / command line). 20 clicks is easier, as all I’m doing is confirming yes or no on something, that I’m usually given enough information and context to be able to evaluate.\n
\n
And I suspect that’s true of many many others. Which was the point of my original reply (which I’d hoped to be more humorous than insulting to people, but c’est la vie…).\n
\n
To try and put it in another context:\n
\n
It’s really nice to be offered a lift somewhere I need to get to, but if I get kicked out the car and have to walk the remaining 20% of the way, then next time maybe I’ll just get the bus/train/taxi. It might cost more, but at least I know I won’t have to worry if I’ll get there or not.\n
\n
Also, as a new user, I didn’t know why I was seeing multiple versions of the same packages to install (flatpak etc). Googling to see which is best leads to the inevitable answer of “It depends”, which a new user might not be able to answer…\n
\n
(I’m not so much speaking to you directly, and I know this is a meme post, but I’m more thinking about the handful of people in the community who seem to always reply along the lines of “people should switch to Linux, because [reason here]. And, yes, people need to learn how to x”, without demonstrating any understanding of nuance around other people’s competing priorities / skills / abilities.)\n
\n
Aaaaanyway, gonna go Google “Linux 101” lessons…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700375192 {#1558
date: 2023-11-19 07:26:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@Ziglin@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1621 …}
+nested: Doctrine\ORM\PersistentCollection {#1613 …}
+votes: Doctrine\ORM\PersistentCollection {#1596 …}
+reports: Doctrine\ORM\PersistentCollection {#1702 …}
+favourites: Doctrine\ORM\PersistentCollection {#1683 …}
+notifications: Doctrine\ORM\PersistentCollection {#1680 …}
-id: 139128
-bodyTs: "'10':20 '100':102 '101':392 '20':37,116,132,234 '80':5 'aaaaanyway':387 'abil':386 'abl':159,314 'ago':22 'agre':2 'along':352 'also':270 'alway':350 'anoth':203 'answer':303,316 'anyth':48 'around':379 'best':298 'big':43 'box':107 'bus/train/taxi':247 'c':193 'car':227 'click':133 'command':130 'commit':80 'communiti':346 'compar':12 'compet':383 'complet':118 'confirm':142 'context':156,204 'cost':250 'd':53,182 'deal':44 'demonstr':374 'depend':306 'didn':28,276 'direct':325 'driver':32 'easier':135 'enough':153 'est':194 'etc':292 'evalu':161 'experi':11,126 'famili':77 'flatpak':291 'full':69 'get':218,223,245,266 'git':30 'given':152 'go':389 'gonna':388 'good':98 'googl':293,390 'hand':341 'hope':183 'humor':187 'inevit':302 'inform':154 'instal':290 'insult':189 'interest':93 'issu':33 'job':71 'kick':224 'kind':40 'know':256,278,328 'la':195 'last':15,36 'lead':299 'learn':60,369 'least':24,254 'lesson':393 'lift':213 'like':54 'line':131,354 'linux':18,64,123,360,391 'linux-na':122 'll':243,265 'm':139,150,318,336 'mani':121,169,170 'mayb':241 'meme':332 'might':249,311 'much':321 'multipl':283 'naiv':124 'need':47,216,367 'new':273,309 'next':239 'nice':208 'nuanc':378 'offer':211 'origin':178 'os':75 'other':171 'packag':288 'peopl':191,343,356,366,381 'play':90 'pleasant':8 'point':175 'post':333 'pretti':97 'prioriti':86,384 'proper':65 'put':200 'realli':207 'reason':362 'remain':115,233 'repli':179,351 'see':282,295 'seem':348 'skill':385 'smooth':10 'someth':147 'somewher':214 'speak':322 'stab':16 'still':100 'surpris':7 'suspect':164 'switch':358 'termin':129 'think':338 'time':26,58,70,240 'tri':198 'true':167 'understand':376 'unrel':72 'usabl':103 'use':63,127 'user':125,274,310 'usual':151 'version':284 'vie':196 'walk':231 'way':237 'within':50 'without':373 'won':258 'worri':262 'x':372 'year':21 'yes':143,365 'young':76"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508793"
+editedAt: null
+createdAt: DateTimeImmutable @1700375192 {#1556
date: 2023-11-19 07:26:32.0 +01:00
}
+"title": 139128
}
1 => App\Entity\EntryComment {#1692
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1795 …}
+root: App\Entity\EntryComment {#1561}
+body: "Lol, really does read in chatGPTs “voice”…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700375247 {#1686
date: 2023-11-19 07:27:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
"@Index_Case@feddit.uk"
"@librechad@lemm.ee"
"@SkinnyTimmy@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1705 …}
+nested: Doctrine\ORM\PersistentCollection {#1616 …}
+votes: Doctrine\ORM\PersistentCollection {#1598 …}
+reports: Doctrine\ORM\PersistentCollection {#1629 …}
+favourites: Doctrine\ORM\PersistentCollection {#1626 …}
+notifications: Doctrine\ORM\PersistentCollection {#1618 …}
-id: 139131
-bodyTs: "'chatgpt':6 'lol':1 'read':4 'realli':2 'voic':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4508807"
+editedAt: null
+createdAt: DateTimeImmutable @1700375247 {#1691
date: 2023-11-19 07:27:27.0 +01:00
}
+"title": 139131
}
0 => App\Entity\EntryComment {#1561}
]
-id: 14115
-titleTs: "'come':1 'forc':8 'linux':4 'side':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700396183
+visibility: "visible "
+apId: "https://lemmy.ml/post/8135323"
+editedAt: DateTimeImmutable @1700619381 {#2329
date: 2023-11-22 03:16:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700309783 {#1384
date: 2023-11-18 13:16:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
+image: null
+parent: null
+root: null
+body: """
Urgh. Wish this were true, but nope.\n
\n
Still needs waaay more effort just to do (some) simple stuff a normal person might just expect to work.\n
\n
Just installed Mint on a laptop to replace W10. Went really smoothly, and was quite impressed.\n
\n
Thought I’d try a bit of emulation with Yuzu. Wanted to use a Switch pro controller. Plug and play? Nope. Tried Xbox one controller instead. Neat. Works. I can live with that.\n
\n
But then thought I’d try a bit of Xbox game stream. No controller works with browser. Try obvious things to fix.\n
\n
Looked for answers and they’re all like, someone going: oh, you just need to clone the controllerwaffelen driver from git, then just compile the installer using the command sudo apt get- monkeyshyte wtf -make then run the installer from the folder using cmake- getfuckednoob.\n
\n
I don’t know what any of this is. Tried following instructions.\n
\n
And, frankly, I cannot be fucked to spend four hours finding out / troubleshooting for something I would have thought was fairly coomon.\n
\n
It’s not a deal breaker, it’s just another bit of faff and fuckaboutiness that puts me off. And, I suspect would others even less tech minded.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700924045 {#1582
date: 2023-11-25 15:54:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@RmDebArc_5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1568 …}
+nested: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 137511
-bodyTs: "'anoth':186 'answer':100 'apt':128 'bit':48,83,187 'breaker':182 'browser':92 'cannot':158 'clone':113 'cmake':141 'command':126 'compil':121 'control':59,67,89 'controllerwaffelen':115 'coomon':176 'd':45,80 'deal':181 'driver':116 'effort':12 'emul':50 'even':201 'expect':24 'faff':189 'fair':175 'find':165 'fix':97 'folder':139 'follow':153 'four':163 'frank':156 'fuck':160 'fuckabouti':191 'game':86 'get':129 'getfuckednoob':142 'git':118 'go':107 'hour':164 'impress':42 'instal':28,123,136 'instead':68 'instruct':154 'know':146 'laptop':32 'less':202 'like':105 'live':73 'look':98 'make':132 'might':22 'mind':204 'mint':29 'monkeyshyt':130 'neat':69 'need':9,111 'nope':7,63 'normal':20 'obvious':94 'oh':108 'one':66 'other':200 'person':21 'play':62 'plug':60 'pro':58 'put':193 'quit':41 're':103 'realli':37 'replac':34 'run':134 'simpl':17 'smooth':38 'someon':106 'someth':169 'spend':162 'still':8 'stream':87 'stuff':18 'sudo':127 'suspect':198 'switch':57 'tech':203 'thing':95 'thought':43,78,173 'tri':46,64,81,93,152 'troubleshoot':167 'true':5 'urgh':1 'use':55,124,140 'w10':35 'waaay':10 'want':53 'went':36 'wish':2 'work':26,70,90 'would':171,199 'wtf':131 'xbox':65,85 'yuzu':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4491280"
+editedAt: null
+createdAt: DateTimeImmutable @1700332045 {#1527
date: 2023-11-18 19:27:25.0 +01:00
}
+"title": 137511
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2308 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2201 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2203 …}
+slug: "Nepal-bans-TikTok-and-says-it-disrupts-social-harmony"
+title: "Nepal bans TikTok and says it disrupts social harmony"
+url: "https://apnews.com/article/nepal-tiktok-ban-social-media-854846a42ef566fa296ddaacd0099447"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 97
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700008400 {#2193
date: 2023-11-15 01:33:20.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
+badges: Doctrine\ORM\PersistentCollection {#2268 …}
+children: [
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+body: "It’s the advertising model of funding. (IMO)"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699989582 {#1433
date: 2023-11-14 20:19:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@throws_lemy@lemmy.nz"
"@janAkali@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1667 …}
+nested: Doctrine\ORM\PersistentCollection {#1669 …}
+votes: Doctrine\ORM\PersistentCollection {#1677 …}
+reports: Doctrine\ORM\PersistentCollection {#1672 …}
+favourites: Doctrine\ORM\PersistentCollection {#1575 …}
+notifications: Doctrine\ORM\PersistentCollection {#1574 …}
-id: 124622
-bodyTs: "'advertis':4 'fund':7 'imo':8 'model':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4382228"
+editedAt: null
+createdAt: DateTimeImmutable @1699989582 {#1430
date: 2023-11-14 20:19:42.0 +01:00
}
+"title": 124622
}
]
-id: 12879
-titleTs: "'ban':2 'disrupt':7 'harmoni':9 'nepal':1 'say':5 'social':8 'tiktok':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700041626
+visibility: "visible "
+apId: "https://lemmy.nz/post/3355115"
+editedAt: null
+createdAt: DateTimeImmutable @1699955226 {#2277
date: 2023-11-14 10:47:06.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2308 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2201 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2203 …}
+slug: "Nepal-bans-TikTok-and-says-it-disrupts-social-harmony"
+title: "Nepal bans TikTok and says it disrupts social harmony"
+url: "https://apnews.com/article/nepal-tiktok-ban-social-media-854846a42ef566fa296ddaacd0099447"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 97
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700008400 {#2193
date: 2023-11-15 01:33:20.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
+badges: Doctrine\ORM\PersistentCollection {#2268 …}
+children: [
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+body: "It’s the advertising model of funding. (IMO)"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699989582 {#1433
date: 2023-11-14 20:19:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@throws_lemy@lemmy.nz"
"@janAkali@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1667 …}
+nested: Doctrine\ORM\PersistentCollection {#1669 …}
+votes: Doctrine\ORM\PersistentCollection {#1677 …}
+reports: Doctrine\ORM\PersistentCollection {#1672 …}
+favourites: Doctrine\ORM\PersistentCollection {#1575 …}
+notifications: Doctrine\ORM\PersistentCollection {#1574 …}
-id: 124622
-bodyTs: "'advertis':4 'fund':7 'imo':8 'model':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4382228"
+editedAt: null
+createdAt: DateTimeImmutable @1699989582 {#1430
date: 2023-11-14 20:19:42.0 +01:00
}
+"title": 124622
}
]
-id: 12879
-titleTs: "'ban':2 'disrupt':7 'harmoni':9 'nepal':1 'say':5 'social':8 'tiktok':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700041626
+visibility: "visible "
+apId: "https://lemmy.nz/post/3355115"
+editedAt: null
+createdAt: DateTimeImmutable @1699955226 {#2277
date: 2023-11-14 10:47:06.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2308 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2201 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2203 …}
+slug: "Nepal-bans-TikTok-and-says-it-disrupts-social-harmony"
+title: "Nepal bans TikTok and says it disrupts social harmony"
+url: "https://apnews.com/article/nepal-tiktok-ban-social-media-854846a42ef566fa296ddaacd0099447"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 97
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700008400 {#2193
date: 2023-11-15 01:33:20.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
+badges: Doctrine\ORM\PersistentCollection {#2268 …}
+children: [
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+body: "It’s the advertising model of funding. (IMO)"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699989582 {#1433
date: 2023-11-14 20:19:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@throws_lemy@lemmy.nz"
"@janAkali@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1667 …}
+nested: Doctrine\ORM\PersistentCollection {#1669 …}
+votes: Doctrine\ORM\PersistentCollection {#1677 …}
+reports: Doctrine\ORM\PersistentCollection {#1672 …}
+favourites: Doctrine\ORM\PersistentCollection {#1575 …}
+notifications: Doctrine\ORM\PersistentCollection {#1574 …}
-id: 124622
-bodyTs: "'advertis':4 'fund':7 'imo':8 'model':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4382228"
+editedAt: null
+createdAt: DateTimeImmutable @1699989582 {#1430
date: 2023-11-14 20:19:42.0 +01:00
}
+"title": 124622
}
]
-id: 12879
-titleTs: "'ban':2 'disrupt':7 'harmoni':9 'nepal':1 'say':5 'social':8 'tiktok':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700041626
+visibility: "visible "
+apId: "https://lemmy.nz/post/3355115"
+editedAt: null
+createdAt: DateTimeImmutable @1699955226 {#2277
date: 2023-11-14 10:47:06.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2308 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2201 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2203 …}
+slug: "Nepal-bans-TikTok-and-says-it-disrupts-social-harmony"
+title: "Nepal bans TikTok and says it disrupts social harmony"
+url: "https://apnews.com/article/nepal-tiktok-ban-social-media-854846a42ef566fa296ddaacd0099447"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 97
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700008400 {#2193
date: 2023-11-15 01:33:20.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
+badges: Doctrine\ORM\PersistentCollection {#2268 …}
+children: [
App\Entity\EntryComment {#1695}
]
-id: 12879
-titleTs: "'ban':2 'disrupt':7 'harmoni':9 'nepal':1 'say':5 'social':8 'tiktok':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700041626
+visibility: "visible "
+apId: "https://lemmy.nz/post/3355115"
+editedAt: null
+createdAt: DateTimeImmutable @1699955226 {#2277
date: 2023-11-14 10:47:06.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+body: "It’s the advertising model of funding. (IMO)"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699989582 {#1433
date: 2023-11-14 20:19:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@throws_lemy@lemmy.nz"
"@janAkali@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1667 …}
+nested: Doctrine\ORM\PersistentCollection {#1669 …}
+votes: Doctrine\ORM\PersistentCollection {#1677 …}
+reports: Doctrine\ORM\PersistentCollection {#1672 …}
+favourites: Doctrine\ORM\PersistentCollection {#1575 …}
+notifications: Doctrine\ORM\PersistentCollection {#1574 …}
-id: 124622
-bodyTs: "'advertis':4 'fund':7 'imo':8 'model':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4382228"
+editedAt: null
+createdAt: DateTimeImmutable @1699989582 {#1430
date: 2023-11-14 20:19:42.0 +01:00
}
+"title": 124622
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2308 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2201 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2203 …}
+slug: "Nepal-bans-TikTok-and-says-it-disrupts-social-harmony"
+title: "Nepal bans TikTok and says it disrupts social harmony"
+url: "https://apnews.com/article/nepal-tiktok-ban-social-media-854846a42ef566fa296ddaacd0099447"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 97
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700008400 {#2193
date: 2023-11-15 01:33:20.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
+badges: Doctrine\ORM\PersistentCollection {#2268 …}
+children: [
App\Entity\EntryComment {#1695}
]
-id: 12879
-titleTs: "'ban':2 'disrupt':7 'harmoni':9 'nepal':1 'say':5 'social':8 'tiktok':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700041626
+visibility: "visible "
+apId: "https://lemmy.nz/post/3355115"
+editedAt: null
+createdAt: DateTimeImmutable @1699955226 {#2277
date: 2023-11-14 10:47:06.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+body: "It’s the advertising model of funding. (IMO)"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699989582 {#1433
date: 2023-11-14 20:19:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@throws_lemy@lemmy.nz"
"@janAkali@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1667 …}
+nested: Doctrine\ORM\PersistentCollection {#1669 …}
+votes: Doctrine\ORM\PersistentCollection {#1677 …}
+reports: Doctrine\ORM\PersistentCollection {#1672 …}
+favourites: Doctrine\ORM\PersistentCollection {#1575 …}
+notifications: Doctrine\ORM\PersistentCollection {#1574 …}
-id: 124622
-bodyTs: "'advertis':4 'fund':7 'imo':8 'model':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4382228"
+editedAt: null
+createdAt: DateTimeImmutable @1699989582 {#1430
date: 2023-11-14 20:19:42.0 +01:00
}
+"title": 124622
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2308 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2201 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2203 …}
+slug: "Nepal-bans-TikTok-and-says-it-disrupts-social-harmony"
+title: "Nepal bans TikTok and says it disrupts social harmony"
+url: "https://apnews.com/article/nepal-tiktok-ban-social-media-854846a42ef566fa296ddaacd0099447"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 97
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700008400 {#2193
date: 2023-11-15 01:33:20.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2207 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2211 …}
+notifications: Doctrine\ORM\PersistentCollection {#2266 …}
+badges: Doctrine\ORM\PersistentCollection {#2268 …}
+children: [
App\Entity\EntryComment {#1695}
]
-id: 12879
-titleTs: "'ban':2 'disrupt':7 'harmoni':9 'nepal':1 'say':5 'social':8 'tiktok':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700041626
+visibility: "visible "
+apId: "https://lemmy.nz/post/3355115"
+editedAt: null
+createdAt: DateTimeImmutable @1699955226 {#2277
date: 2023-11-14 10:47:06.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+body: "It’s the advertising model of funding. (IMO)"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699989582 {#1433
date: 2023-11-14 20:19:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@throws_lemy@lemmy.nz"
"@janAkali@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1667 …}
+nested: Doctrine\ORM\PersistentCollection {#1669 …}
+votes: Doctrine\ORM\PersistentCollection {#1677 …}
+reports: Doctrine\ORM\PersistentCollection {#1672 …}
+favourites: Doctrine\ORM\PersistentCollection {#1575 …}
+notifications: Doctrine\ORM\PersistentCollection {#1574 …}
-id: 124622
-bodyTs: "'advertis':4 'fund':7 'imo':8 'model':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4382228"
+editedAt: null
+createdAt: DateTimeImmutable @1699989582 {#1430
date: 2023-11-14 20:19:42.0 +01:00
}
+"title": 124622
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
54 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|