<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by Moogle Stiltzkin</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 15 Apr 2026 09:38:16 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>microsoft banned wireguard</title>
            <link>http://forum.lowyat.net/topic/5561018</link>
            <description>[YOUTUBE]fTui3CQuL9I[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;if u use windows os, or some vpn that use these vpn protocols, then u r affected  &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;i guess the fallback is openvpn? but still, why wireguard? this is an attack on encryption  &lt;!--emo&amp;:shakehead:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/shakehead.gif' border='0' style='vertical-align:middle' alt='shakehead.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;no vpn does not make u invisible. because there is fingerprinting that knows what device u use, or what social media ur currently logged into  &lt;!--emo&amp;:rolleyes:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rolleyes.gif' border='0' style='vertical-align:middle' alt='rolleyes.gif' /&gt;&lt;!--endemo--&gt;  but what it can do, is let you get around geo blocks.&lt;br /&gt;&lt;br /&gt;or maybe u need to go into your network over the internet, so you setup a vpn for that purpose. so there is legit uses for vpns, even for businesses.</description>
            <author>Moogle Stiltzkin</author>
            <category>Security &amp;amp; Privacy</category>
            <pubDate>Fri, 10 Apr 2026 15:43:43 +0800</pubDate>
        </item>
        <item>
            <title>Axios npm package hacked</title>
            <link>http://forum.lowyat.net/topic/5560033</link>
            <description>[YOUTUBE]AT7x16mqGMc[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;In late March and early April 2026, the Axios npm package was the victim of a high-impact supply chain attack, while the npm registry itself was not &amp;quot;hacked&amp;quot; in the traditional sense. Instead, an attacker gained control of a lead maintainer&amp;#39;s account to publish malicious versions of the library.&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;Safe versions: Anything 1.14.0 or lower, or 0.30.3 or lower.&lt;br /&gt;&lt;br /&gt;&lt;span style='font-size:16pt;line-height:100%'&gt;&lt;span style='color:red'&gt;Malicious versions: 1.14.1 or 0.30.4&lt;/span&gt;&lt;/span&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;in my case, i don&amp;#39;t have npm container running, but it does auto update image.....&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;If a Docker image containing the malicious Axios versions (1.14.1 or 0.30.4) was downloaded but never run as a container, you are likely safe from the Remote Access Trojan (RAT) that triggers during the package&amp;#39;s execution. However, the presence of the image on your system is a significant risk that must be addressed immediately to prevent accidental activation.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Why You Are Likely Safe (For Now)&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;    Execution-Based Trigger: The 2026 npm hack involving Axios relies on a postinstall script in the plain-crypto-js@4.2.1 dependency. This script only runs when npm install is executed—typically during a docker build or when a container starts if it&amp;#39;s configured to install dependencies at runtime.&lt;br /&gt;    Dormant Threat: If the image was pulled (downloaded) rather than built locally, and the container was never started, the malicious code remains dormant as a static file in your Docker storage. &lt;br /&gt;&lt;br /&gt;&lt;u&gt;Immediate Actions to Take&lt;/u&gt;&lt;br /&gt;Even if the container hasn&amp;#39;t run, you must sanitize your environment to ensure no one accidentally deploys it.&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;using truenas&lt;br /&gt;&lt;br /&gt;so what i did was, go to truenas shell...&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;Grep Search&amp;#58; If you have a long list of images, you can search for a specific ID&amp;#58;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;summary&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;Find the Container ID&amp;#58;&lt;br /&gt;docker ps -a &amp;#124; grep &amp;#60;IMAGE_ID_OR_NAME&amp;#62;&lt;br /&gt;&lt;br /&gt;Remove the Container&amp;#58;&lt;br /&gt;docker rm &amp;#60;CONTAINER_ID&amp;#62;&lt;br /&gt;&lt;br /&gt;Now Delete the Image&amp;#58;&lt;br /&gt;docker rmi &amp;#60;IMAGE_ID&amp;#62;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;because i use dockge, i just click stop, inactivate. this releases it.&lt;br /&gt;&lt;br /&gt;then i can do the&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;docker rmi -f &amp;#60;IMAGE_ID&amp;#62;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;then&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;docker image prune -a&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;This removes all images that are not currently associated with a running container.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;for safest,&lt;br /&gt;&lt;br /&gt;Option 3: Nuclear Cleanup (Best for Security)&lt;br /&gt;Since you are dealing with a potential npm hack, it is safer to wipe all stopped containers and unused images at once:&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;docker system prune -a&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;(This will ask for confirmation and then delete all stopped containers and all images not currently running.)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;lastly, for my docker compose, since i use watch towerr for auto updates, just add this to stop watch towerr from auto updating npm.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Use Environment Variables (Docker Compose)&lt;br /&gt;If you use Docker Compose, add this environment variable to your Watchtower service to stop all automatic updates globally:&lt;br /&gt;yaml&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;services&amp;#58;&lt;br /&gt;  watchtower&amp;#58;&lt;br /&gt;    image&amp;#58; containrrr/watchtower&lt;br /&gt;    volumes&amp;#58;&lt;br /&gt;      - /var/run/docker.sock&amp;#58;/var/run/docker.sock&lt;br /&gt;    environment&amp;#58;&lt;br /&gt;      - WATCHTOWER_MONITOR_ONLY=true&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;can remove later once this issues dies down (or not). Or set watchtowerr to not update daily, and defer updates to every 2-3 weeks to avoid a situation like this the next time.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style='font-size:16pt;line-height:100%'&gt;&lt;span style='color:red'&gt;if you are a homelabber and u use npm for your docker container, take action NOW if you haven&amp;#39;t already&lt;/span&gt;&lt;/span&gt;  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;In my situation, i didn&amp;#39;t have the container actively running, so dodged a bullet narrowly. but it did make me rethink the auto update for npm that has been targeted more than once. so either a longer deferred update, or not auto update might be in order  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;Also this is another reminder, WHY, you need to pay close attention to how you deploy your docker containers. so it&amp;#39;s not running as root. so create a docker user, then use that for docker containers for deployment. hopefully that will limit any issues.&lt;br /&gt;&lt;br /&gt;[YOUTUBE]RxxYESQ7rW0[/YOUTUBE]&lt;br /&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Security &amp;amp; Privacy</category>
            <pubDate>Wed, 01 Apr 2026 17:28:23 +0800</pubDate>
        </item>
        <item>
            <title>android removing ability to install apk?</title>
            <link>http://forum.lowyat.net/topic/5557675</link>
            <description>[YOUTUBE]Qfo6xdVMFmM[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;install apk aka sideload (i call this installing.....) seems like google will be removing the ability to install apks manually if i am not mistaken? watch the youtube.&lt;br /&gt;&lt;br /&gt;that is crazy if true. then what is the point of going android if you can&amp;#39;t do that?  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt;  may as well go ios (which was one of the main reasons people went android to begin with).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;so why is this bad?&lt;br /&gt;&lt;br /&gt;ok, imagine u have a project on github to install an apk. Sounds like you may not be able to use something like obtainium to install an apk from your favourite android app project. cause they are removing the ability to do so  &lt;!--emo&amp;:puke:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/puke.gif' border='0' style='vertical-align:middle' alt='puke.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;i hope i am misunderstanding, but i dont think i am. watch the youtube. &lt;br /&gt;&lt;br /&gt;if u r an android user, you should be very concerned. not all good apps are on googleplay. this is anti competition by forcing people to be locked into googleplay ecosystem.</description>
            <author>Moogle Stiltzkin</author>
            <category>Security &amp;amp; Privacy</category>
            <pubDate>Tue, 10 Mar 2026 08:29:27 +0800</pubDate>
        </item>
        <item>
            <title>MY Internet Ads Are Hacking Your Phone Now</title>
            <link>http://forum.lowyat.net/topic/5557371</link>
            <description>[YOUTUBE]lnaZ6bRyTF8[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;malvertising was always a thing... where ads load up, and u get malware. they said ads are harmless and needed to keep sites up, but at user expense.&lt;br /&gt;&lt;br /&gt;use adblockers. pfsense blocker at router better. &lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;Yes, pfBlockerNG is a powerful tool for network-wide ad blocking on the pfSense firewall. It functions by preventing your devices from connecting to known ad-serving domains and IP addresses. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How it Blocks Ads&lt;br /&gt;&lt;br /&gt;    DNSBL (DNS Blackhole List): This feature intercepts DNS requests for ad-serving domains. If a device on your network tries to load an ad from a domain on a blocklist, pfBlockerNG prevents the connection.&lt;br /&gt;&lt;br /&gt;    IP Filtering: It can block entire ranges of IP addresses associated with malicious activity, trackers, or specific geographical regions (GeoIP).&lt;br /&gt;&lt;br /&gt;    Feeds and Lists: You can subscribe to popular, community-maintained blocklists like EasyList or The Firebog to keep your protections up to date. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Key Limitations&lt;br /&gt;&lt;br /&gt;    Encrypted Traffic (DoH/DoT): Some modern devices and browsers use DNS over HTTPS (DoH) to bypass local DNS filters. You may need to manually block known DoH servers within pfBlockerNG to ensure its effectiveness.&lt;br /&gt;&lt;br /&gt;    Same-Domain Ads (YouTube/Hulu): pfBlockerNG struggle to block ads served from the same domain as the content (e.g., YouTube video ads), as blocking the ad would also block the video itself.&lt;br /&gt;&lt;br /&gt;    Visual Layout: Unlike browser-based extensions (e.g., uBlock Origin), pfBlockerNG cannot &amp;quot;hide&amp;quot; the empty space left behind by a blocked ad; it simply prevents the content from loading. &lt;br /&gt;&lt;br /&gt;For the most comprehensive protection, many users combine pfBlockerNG with a browser-based extension for a &amp;quot;layered&amp;quot; approach. &lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;or router where you can use an ad filter list.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;also if possible, use ublock origin on firefox for browser.&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;Yes, uBlock Origin prevents ads from being downloaded to your hard drive. &lt;br /&gt;&lt;br /&gt;&lt;span style='color:red'&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;Unlike &amp;quot;cosmetic&amp;quot; blockers that merely hide an ad once it arrives, uBlock Origin is a network request blocker. It intercepts and cancels the request for an ad before it leaves your browser, meaning the ad data never reaches your network or your computer&amp;#39;s storage. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How it Protects Your Storage&lt;br /&gt;&lt;br /&gt;&lt;span style='color:red'&gt;    Network Request Blocking: When a website tries to fetch an ad, tracker, or malware from a remote server, uBlock Origin identifies that server on its blocklists and &amp;quot;nips the request in the bud&amp;quot;. This saves both bandwidth and disk space.&lt;br /&gt;&lt;br /&gt;    Preventing Local Caching: Because the ad content (images, video files, scripts) is never downloaded, it cannot be stored in your browser&amp;#39;s temporary cache files on your hard drive.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;    Efficiency: It is designed to be lightweight, using less CPU and memory than other blockers while preventing the accumulation of &amp;quot;junk&amp;quot; data from advertising scripts. &lt;br /&gt;&lt;br /&gt;Important Distinction&lt;br /&gt;&lt;br /&gt;While uBlock Origin stops the ad data from being written to your disk, the extension itself and its filter lists do occupy a small amount of space on your hard drive to function. However, this is negligible compared to the amount of data saved by blocking video ads and heavy tracking scripts over time.&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;some good filterlists are like Hagezi ultimate. this is more than enough for most things  &lt;!--emo&amp;:lol:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;for ads on youtube on android, you may need to use something like newpipepipe where the ads wont load at all but you can still use youtube.&lt;br /&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Security &amp;amp; Privacy</category>
            <pubDate>Sat, 07 Mar 2026 09:20:40 +0800</pubDate>
        </item>
        <item>
            <title>Motorola&amp;#39;s GrapheneOS phones</title>
            <link>http://forum.lowyat.net/topic/5556992</link>
            <description>Introduction&lt;br /&gt;&lt;br /&gt;grapheneos is a smartphone os whos goal is for privacy. While still able to use googleplay (sandboxed).&lt;br /&gt;&lt;br /&gt;[YOUTUBE]eUEtc6gblK0[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;[YOUTUBE]jkhMx9hEsK0[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;[YOUTUBE]nnLSWBBQSEU[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;because of their strict requirements, so far only the google pixel phones qualified for it. But now that is about to change. Motorola is now partnering with grapheneos to support it.&lt;br /&gt;&lt;br /&gt;[YOUTUBE]Y5GrbhB2HHQ[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;[YOUTUBE]DD4GcBgSBVs[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;a href='https://www.zdnet.com/article/motorola-to-preinstall-grapheneos-on-2027-phones/' target='_blank'&gt;https://www.zdnet.com/article/motorola-to-p...on-2027-phones/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;this is a game changer. Meaning there is no longer a single point of failure if google decided not to make a new pixel that conformed to what grapheneos required in order to make a privacy oriented smartphone. it&amp;#39;s a start.&lt;br /&gt;&lt;br /&gt;but already there has been push back from the other side that don&amp;#39;t want users to have privacy e.g. france&lt;br /&gt;&lt;a href='https://www.theregister.com/2025/11/28/grapheneos_ovhcloud/' target='_blank'&gt;https://www.theregister.com/2025/11/28/grapheneos_ovhcloud/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;user experience using grapheneos&lt;br /&gt;[YOUTUBE]5-V6pkQI_vE[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;[YOUTUBE]8w21fewVv0E[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;[YOUTUBE]IAoCfrqxIEg[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;By default, GrapheneOS removes nearly all of Google’s proprietary AI software to prioritize user privacy and security. While the Pixel hardware itself contains AI-accelerating components (like the Tensor chip’s TPU), the GrapheneOS operating system does not include the high-level AI features found in stock Pixel Android.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;AI on GrapheneOS&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;    AI Features (Removed):&lt;br /&gt;&lt;br /&gt;        The Google Gemini app and its OS integrations are not included.&lt;br /&gt;&lt;br /&gt;        Generative AI tools such as Pixel Studio or &amp;quot;Magic Editor&amp;quot; are not included.&lt;br /&gt;&lt;br /&gt;        System assistants such as &amp;quot;Circle to Search,&amp;quot; Call Screening, and AI-based battery optimization are not part of GrapheneOS.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   &lt;u&gt; Hardware Capabilities (Active):&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;        GrapheneOS supports the hardware-accelerated neural network processing (TPU) built into Pixel devices.&lt;br /&gt;&lt;br /&gt;        Apps using on-device machine learning for tasks like image processing or offline translation can use this hardware.&lt;br /&gt;&lt;br /&gt;&lt;u&gt;    Optional AI (User-Installed):&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;        The Google Camera app can be installed via the sandboxed Google Play to regain AI-powered photography features.&lt;br /&gt;&lt;br /&gt;        Users can install open-source or local AI applications that run on the device&amp;#39;s hardware.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://discuss.grapheneos.org/d/28974-is-the-lack-of-local-ai-features-in-grapheneos-caused-by-grapheneos-or-google' target='_blank'&gt;https://discuss.grapheneos.org/d/28974-is-t...eneos-or-google&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;so if you need AI and you liked a particular app, maybe this might not be the OS for you. not sure if you can reinstall it to get it to work or not  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt;  you&amp;#39;d have to dyor. i don&amp;#39;t use the ai as much so not a big deal for me.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;other things that may not work, like google wallet and contactless payments. so if you need something like that, then this is not the os for you.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;banking apps may or may not work. your millage may vary. depends how strict they are. this is the biggest deal breaker. check first if it works or not, before you commit to getting a grapheneos smartphone&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;another nice thing grapheneos does is it strips out the meta from the pics you take from your cam. people don&amp;#39;t realize for most smartphones, they add a meta data for your geo location where you snapped your pic with the cam. grapheneos by default does not add these geo location tags. there is of course some apps that will remove those tags, but i rather it not take them at all.&lt;br /&gt;&lt;br /&gt;even if you don&amp;#39;t care for your privacy, it helps with your battery life. but if you reinstall/enable stuff it removed, then your battery consumption will be the same like if you weren&amp;#39;t using grapheneos, so keep that in mind.&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;How GrapheneOS Handles Location Tags&lt;br /&gt;&lt;br /&gt;    Disabled by Default: In the stock GrapheneOS Camera app, location tagging is turned off by default.&lt;br /&gt;&lt;br /&gt;    Automatic Stripping: The Camera app is configured to strip all EXIF metadata (including GPS coordinates, timestamps, and device models) from captured images automatically.&lt;br /&gt;&lt;br /&gt;    Orientation Exception: Only the orientation metadata is preserved so that photos are displayed correctly (e.g., preventing them from appearing sideways).&lt;br /&gt;&lt;br /&gt;    Screenshots: GrapheneOS also strips sensitive metadata from screenshots, such as the OS build number and timezone, which could otherwise leak &amp;quot;quasi-location&amp;quot; information. &lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;side note: grapheneos does not recommend fdroid. instead they use their own store which is better for security. alternative you can use something called obtainium&lt;br /&gt;&lt;br /&gt;[YOUTUBE]oY8mXyE2Myw[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;lastly the other important question, how long do you get updates for your smartphone model?&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;GrapheneOS provides full security updates for Pixel devices as long as Google (the OEM) continues to support them with firmware and driver updates. &lt;br /&gt;&lt;br /&gt;Update Lifecycle by Pixel Model&lt;br /&gt;&lt;br /&gt;Once a device reaches its &amp;quot;OEM minimum support end,&amp;quot; GrapheneOS typically transitions it to a &amp;quot;harm reduction&amp;quot; support phase for a limited time before ending support entirely.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Device Generation  ,Support Duration	,Expected End of Full Support&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;Pixel 8, 9, &amp;amp; 10 series	,7 years from launch	,2030 – 2032&lt;br /&gt;&lt;br /&gt;Pixel 6 &amp;amp; 7 series	,5 years from launch	,2026 – 2028&lt;br /&gt;&lt;br /&gt;Pixel Fold / Tablet	,5 years from launch	,June 2028&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5-7 years for smartphone is good enough. samsung oneui for their s24-s26 was 7-8 years roughly as well? but the fact is, with their new s26u battery 5000 mAh with 1200 cycles, it will probably last 3-4 years before the battery degrades. just saying  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt;  so 5 years before you upgrade/change your smartphone sounds about right under the current tech we have atm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;so who is this for really? basically just users that want a smartphone for it&amp;#39;s intended purpose, without others doing unnecessary stuff including privacy invasive actions. this os does it&amp;#39;s best to ensure that while still having a usable smartphone.&lt;br /&gt;&lt;br /&gt;probly 2 types of users&lt;br /&gt;&lt;br /&gt;1. people that want smartphone to be without bloat and privacy invasive stuff (as much as realistically possible) and to have better battery life by default. i probably fall under this camp  &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;2. the privacy paranoid user. all the settings they are super careful. i&amp;#39;m not judging, i&amp;#39;m just noting that this camp does exist. to each their own.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;my point is, you don&amp;#39;t have to fall under user type 2. even user type 1 can benefit from grapeheneos. improved battery life helps a lot  &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Hardware Clubs / Brand Discussions</category>
            <pubDate>Wed, 04 Mar 2026 08:52:24 +0800</pubDate>
        </item>
        <item>
            <title>attempted assassination of border control com..</title>
            <link>http://forum.lowyat.net/topic/5556326</link>
            <description>[YOUTUBE]_r8g3_lxAbA[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;a href='https://www.nst.com.my/news/nation/2026/02/1385366/shuhaily-shooting-shows-intensity-cross-border-smuggling-watch' target='_blank'&gt;https://www.nst.com.my/news/nation/2026/02/...smuggling-watch&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;wow... the criminal elements are targeting our border control enforcement people via assassinations. this should not be allowed to stand.&lt;br /&gt;&lt;br /&gt;just look at mexico and haiti when criminals get their way. you want that here? i don&amp;#39;t. hope the authorities hit the criminals back hard &lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;The remarks came after Mohd Nasaruddin was targeted by two gunmen on a motorcycle while on his way to perform morning prayers earlier today. Sources said two shots were fired, but the commander was not injured.&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;thankfully he did not die. but still the fact they targeted him even off duty is alarming. something needs to be done about this. if something like this is normalized, they will just continue doing it  &lt;!--emo&amp;:shakehead:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/shakehead.gif' border='0' style='vertical-align:middle' alt='shakehead.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;The Malaysia Border Control and Protection Agency (AKPS), also known as the Malaysia Checkpoints and Border Agency (MCBA), is the country’s new singular authority for border security. Established under the Border Control and Protection Agency Act 2024, it officially began operations on January 1, 2025, to unify over 20 separate enforcement agencies under one command. &lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;Recent Countermeasures (2025–2026)&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; The &amp;quot;Wall&amp;quot; Project: Malaysia has allocated RM1.5 billion to construct a concrete security wall and 110km of fencing along high-risk stretches in Kelantan, Kedah, and Perlis to replace aging barbed wire.&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; Jetty Demolition: A massive operation is underway to demolish over 200 illegal jetties along the Golok River to cut off &amp;quot;rat routes&amp;quot;.&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; Agency Consolidation: The Malaysia Checkpoints and Border Agency (MCBA) now leads these efforts, coordinating between the police, military, and customs to prevent &amp;quot;counter-setting&amp;quot; (collusion between officers and smugglers). &lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;so essentially they&amp;#39;ve been operating for a year and already criminals are feeling threatened enough to do this. meaning they must be doing something right  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt;  the question is, who is going to protect the guys doing their jobs? hope they come up with solutions.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Kopitiam</category>
            <pubDate>Thu, 26 Feb 2026 11:07:15 +0800</pubDate>
        </item>
        <item>
            <title>7zip Malware: Beware 7zip.com</title>
            <link>http://forum.lowyat.net/topic/5555274</link>
            <description>[YOUTUBE]bpLxXH37Hs8[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So how do you know whats the actual og site?&lt;br /&gt;&lt;br /&gt;well, you can go to wikipedia and search for the app, then there is the actual site linked there.&lt;br /&gt;&lt;br /&gt;And once you know the actual site, go there then ADD a bookmark star e.g. firefox. So whenever u visit the sites you verified, it would have that star to indicate it&amp;#39;s bookmarked. meaning at a glimpse you can check if it&amp;#39;s bookmarked, then you know you are at the correct site. If you don&amp;#39;t see it, be on your toes as you may have simply googled then it brought you to a fake site due to careless web browsing  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;also in google search, the other trick is the search results at top usually will be shown as a google ad, and that usually points to some malware site which uses the same name as the app site. google doesn&amp;#39;t seem to care about that apparently  &lt;!--emo&amp;:rolleyes:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rolleyes.gif' border='0' style='vertical-align:middle' alt='rolleyes.gif' /&gt;&lt;!--endemo--&gt; so just because something appears at the very top don&amp;#39;t be too trusting. check if it&amp;#39;s an advert firstly, because that is the most sus.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Or what i would suggest instead for installing apps, is to use unigetui which can download apps using winget&lt;br /&gt;&lt;a href='https://github.com/marticliment/UniGetUI' target='_blank'&gt;https://github.com/marticliment/UniGetUI&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;&lt;u&gt;How Signature &amp;amp; Integrity Checking Works&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;Because UniGetUI is a &amp;quot;manager of managers,&amp;quot; it inherits the security protocols of whichever tool is actually downloading the software: &lt;br /&gt;&lt;br /&gt;    WinGet (Microsoft): Primarily uses SHA256 hash validation. When a package is submitted, Microsoft runs automated scans (including SmartScreen and static analysis) to ensure the file&amp;#39;s hash matches the one in the verified manifest. While WinGet does not strictly require every package to be digitally signed by the developer, it validates that the file has not been tampered with since its official review.&lt;br /&gt;&lt;br /&gt;    Chocolatey: Uses checksums (hashes) to verify that the installer you download is exactly what was intended. It does not mandate digital signatures for all packages but relies on maintainers to provide correct hashes.&lt;br /&gt;&lt;br /&gt;    UniGetUI Internal Integrity: Recent updates (version 3.3.1+) added self-healing mechanisms. If UniGetUI’s own executable files are corrupted or show integrity violations, the app will prompt you to reinstall itself to ensure its own safety. &lt;br /&gt;&lt;br /&gt;&lt;u&gt;Security Caveats&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;    Third-Party Risk: UniGetUI, Microsoft, and Scoop do not host the software themselves; they provide the scripts to download them from third parties. Theoretically, if a third-party server is compromised, a package could be at risk if the hash isn&amp;#39;t updated accordingly.&lt;br /&gt;&lt;br /&gt;    Official Signature Check: The UniGetUI tool itself is digitally signed by its developer (Martí Climent). You can verify this by right-clicking the installer and checking the Digital Signatures tab to ensure it is authentic. &lt;br /&gt;&lt;br /&gt;Summary: UniGetUI uses checksum/hash verification via its package managers to ensure you get the correct, untampered file, but it doesn&amp;#39;t always mandate a &amp;quot;digital signature&amp;quot; from the software publisher unless that specific package manager requires it.&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So rather than go to the app site, just use unigetui, download via the winget (or the other options). That seems to be safest. It also makes updating apps easier as well. Because it will notify you on updates, and with few clicks you can immediately update all your apps on windows.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;well you could always go direct to the app site as long as you properly verified it&amp;#39;s the actual one. but updating for so many apps can be annoying since you have to do this for ALL the apps you installed. this is why i use unigetui it makes things much easier, and safer while at it.&lt;br /&gt;&lt;br /&gt;[YOUTUBE]_tLDcyMWWmQ[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And just another reminder, even if you regularly update, doesn&amp;#39;t always mean you are safe. take the notepad++ issue i recently posted here&lt;br /&gt;&lt;a href='https://forum.lowyat.net/topic/5554168' target='_blank'&gt;https://forum.lowyat.net/topic/5554168&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;in that scenario, the app update mechanism was hacked into and went undetected for 6 months or so. so people who updated thinking they were safe, were not necessarily so. welcome to the insane world of the internet in 2026  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt;  if you use the internet you have to be on-guard and read the tech news regularly least you realize too late that something is wrong.</description>
            <author>Moogle Stiltzkin</author>
            <category>Security &amp;amp; Privacy</category>
            <pubDate>Sat, 14 Feb 2026 06:32:34 +0800</pubDate>
        </item>
        <item>
            <title>popular notepad++ got hacked for 6months</title>
            <link>http://forum.lowyat.net/topic/5554168</link>
            <description>&lt;img src='https://i.imgflip.com/aj367r.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[YOUTUBE]uz3s401d42E[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;a href='https://arstechnica.com/security/2026/02/notepad-updater-was-compromised-for-6-months-in-supply-chain-attack' target='_blank'&gt;https://arstechnica.com/security/2026/02/no...ly-chain-attack&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;so the popular notepad++ got hacked for 6 months. so if you use this app, you may want to do something about it.&lt;br /&gt;&lt;br /&gt;the dev said, update directly from the website using the latest version.&lt;br /&gt;&lt;br /&gt;other things you may want to do is kaspersky removal tool, scan. malwarebytes, scan. windows defender offline scan.&lt;br /&gt;&lt;br /&gt;in the most extreme, a clean reinstall of windows 11 (the nuclear option. why? rather than finding a needle in a hay stack, just nuke it all. then you can be sure it&amp;#39;s fixed)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;do you really need to go that far? it&amp;#39;s up to you. just know that notepad++ got compromised.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;usually the signs of a compromised system&lt;br /&gt;&lt;br /&gt;- system feels sluggish even when not doing much&lt;br /&gt;- high cpu usage? when not doing much&lt;br /&gt;- lots of network traffic&lt;br /&gt;- and other signs</description>
            <author>Moogle Stiltzkin</author>
            <category>Security &amp;amp; Privacy</category>
            <pubDate>Tue, 03 Feb 2026 08:59:51 +0800</pubDate>
        </item>
        <item>
            <title>ram prices Q4 2025 hiked?</title>
            <link>http://forum.lowyat.net/topic/5545111</link>
            <description>[YOUTUBE]TIHwpPfKXz8[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;This tracks with what&amp;#39;s been going on in the DRAM and memory industry. Samsung and SK Hynix, for instance, are reportedly charging customers up to 30% more for DRAM and NAND in the fourth quarter of 2025.4 days ago&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;surprise nobody talking about this. maybe they did but i couldnt find the thread  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i  upgraded my pc few month ago. bought a &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;KINGSTON FURY BEAST 32GB (2X16GB) 6000MT/s DDR5 CL30 AMD EXPO RAM - KF560C30BBEK2-32&lt;br /&gt;&lt;br /&gt;for RM 557&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;but prices for the same item same store, now RM 860  &lt;!--emo&amp;:puke:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/puke.gif' border='0' style='vertical-align:middle' alt='puke.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;For myself dodged a bullet. most others who need ram right now, G_G:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;some suggestions what to do&lt;br /&gt;[YOUTUBE]L7uysV5viP4[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;for ram these are the specs u typically want for a modern 2025 amd pc system&lt;br /&gt;&lt;br /&gt;- 6000MT/s (good enuff)&lt;br /&gt;- CL30 (good enuff)&lt;br /&gt;- AMD EXPO (what this means is it has the EXPO configs. which is what you want for AMD pc build. dont accidentally buy the Intel kit)&lt;br /&gt;- (2X16GB) this capacity size is whats recommended in 2025. If you need more, buy more. but for most people this is sufficient. Also why 2 sticks instead of just 1 and also 4? Because using 2 stick you can use dual channel mode. Also 4 sticks works poorly for am5 systems so they don&amp;#39;t recommend using 4 sticks.</description>
            <author>Moogle Stiltzkin</author>
            <category>Hardware</category>
            <pubDate>Mon, 03 Nov 2025 19:33:28 +0800</pubDate>
        </item>
        <item>
            <title>anyone tried laser etching for their side panel?</title>
            <link>http://forum.lowyat.net/topic/5537230</link>
            <description>anyone tried laser etching for their side panel for pc casing? Any do you recommend? got examples and pricing?  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Desktop Customization</category>
            <pubDate>Tue, 26 Aug 2025 14:57:01 +0800</pubDate>
        </item>
        <item>
            <title>aktimate mini to edifier qr65, upgrade?</title>
            <link>http://forum.lowyat.net/topic/5524508</link>
            <description>aktimate mini to edifier qr65, is this a good upgrade?&lt;br /&gt;&lt;br /&gt;[YOUTUBE]Dvglj5U_H04[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;my aktimate were spoiled, so i sent for local repair. donno what the fella did but the speaker worked after that. but speaker is old so i felt it was time for an upgrade.&lt;br /&gt;&lt;br /&gt;So was my choice of a edifier QR65 a good choice? or not. Seeing what speaker i used previously  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I was looking at other alternatives i saw mentioned,&lt;br /&gt;&lt;br /&gt;- Ora 4&lt;br /&gt;[YOUTUBE]yK4y4Sdjy0Q[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;- Kali Audio LP-UNF&lt;br /&gt;[YOUTUBE]zQHTnKTjS-8[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;the thing is, the edifier was on sale, so i get a qr65 AND a T5 subwoofer, for the price of either of those other options. with voucher came down to about RM1,690&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;my intended usage for desktop pc speaker for gaming, youtube and just music. Can&amp;#39;t be too noisy because of neighbors  &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt;  though i do enjoy some nu-metal  &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;  so hope speaker good for that kind of music.&lt;br /&gt;[YOUTUBE]04F4xlWSFh0[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;i also bought some speaker stands to get the speaker ear level, and to free up room on desk. it will look similar to his setup (they also use the qr65 with the stands i ordered)&lt;br /&gt;&lt;img src='https://i.imgur.com/JGIgDc1.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;anyway i&amp;#39;m not an audiophile expert, wondering if the senpais have any opinion on this speaker i bought and whether it was a good choice or i made a mistake and should have bought something else  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS: i see some youtube reviews they said the QR65 bass is fine as is. But i don&amp;#39;t think so. If you watch this youtube there is a side by side comparison. Big difference between subwoofer and without  &lt;!--emo&amp;:rolleyes:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rolleyes.gif' border='0' style='vertical-align:middle' alt='rolleyes.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;[YOUTUBE]NpIcbqtglnA[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;*update&lt;br /&gt;&lt;br /&gt;speaker and woofer arrived. the speaker smaller than  the aktimate  &lt;!--emo&amp;:o--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/ohmy.gif' border='0' style='vertical-align:middle' alt='ohmy.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;tested music doesnt sound worse so...  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;tried a couple of songs, seems best with techno/dance  &lt;!--emo&amp;:devil:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/devil.gif' border='0' style='vertical-align:middle' alt='devil.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Audiophiles</category>
            <pubDate>Sat, 24 May 2025 14:56:21 +0800</pubDate>
        </item>
        <item>
            <title>server rack patch panel cat6a straight through?</title>
            <link>http://forum.lowyat.net/topic/5279959</link>
            <description>server rack patch panel cat6a straight through, where to get this? any recommendations?&lt;br /&gt;&lt;br /&gt; &lt;!--emo&amp;:confused:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;tried checking shopee and lazada but wasn&amp;#39;t sure  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt; 12 port seems too few... so was looking for 24 port.&lt;br /&gt;&lt;br /&gt;&lt;img src='https://i.imgur.com/HPzgw7H.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i want to be able to plug in to ethernet ports without having to cut the ethernet wires basically  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Networks and Broadband</category>
            <pubDate>Fri, 10 Jun 2022 10:21:52 +0800</pubDate>
        </item>
        <item>
            <title>guest vlan wireless ap issue</title>
            <link>http://forum.lowyat.net/topic/4981220</link>
            <description>&lt;!--emo&amp;:bruce:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bruce.gif' border='0' style='vertical-align:middle' alt='bruce.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Networks and Broadband</category>
            <pubDate>Wed, 17 Jun 2020 15:07:27 +0800</pubDate>
        </item>
        <item>
            <title>pfsense unifi ?</title>
            <link>http://forum.lowyat.net/topic/4800977</link>
            <description>searched the forum but info is stale or when i tried couldn&amp;#39;t get to work. is there an updated guide for setting up pfsense to work with tmnut unifi  &lt;!--emo&amp;:confused:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Tried this but didn&amp;#39;t seem to work  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;a href='https://highsecurity.blogspot.com/2011/08/pfsense-and-tm-unifi.html' target='_blank'&gt;https://highsecurity.blogspot.com/2011/08/p...d-tm-unifi.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://forum.lowyat.net/index.php?showtopic=4101503&amp;st=0&amp;p=82418857&amp;#' target='_blank'&gt;https://forum.lowyat.net/index.php?showtopi...=0&amp;p=82418857&amp;#&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Networks and Broadband</category>
            <pubDate>Mon, 01 Jul 2019 02:00:26 +0800</pubDate>
        </item>
        <item>
            <title>Synology DSM 6.2 review by Moogle</title>
            <link>http://forum.lowyat.net/topic/4770884</link>
            <description>DiskStation Manager 6.2 review by Moogle&lt;br /&gt;&lt;a href='https://www.synology.com/en-global/dsm/6.2' target='_blank'&gt;https://www.synology.com/en-global/dsm/6.2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This is just a basic intro to some of the features in the Synology DSM 6.2 NAS. I may have skip a couple of features, but i got most of them, and mention the more interesting parts of DSM 6.2 that really stood out for me.&lt;br /&gt;&lt;br /&gt;Firstly, a NAS is short for network attached storage...device.... it&amp;#39;s this box you can insert hard drives to then group them together in a raid1/5/6 etc. You can then have your hard drive create shares which are usable by the user to store their digital data e.g. documents, videos, music, pictures etc..... and make them accessible over your local area network (e.g. via switch/router) via wired, or even wireless. If you want.... you could also make the NAS remotely accessible over the internet (although i only recommend doing so via a proper VPN setup if you intend on doing that).&lt;br /&gt;&lt;br /&gt;A NAS not only can store your digital data, it can also act like a server to run apps as well, and do many things. one popular usage is running a plex server to stream your digital videos to the HDTV either locally or remotely.&lt;br /&gt;&lt;br /&gt;Okay so i&amp;#39;ll just be posting some screencaps and providing my feedback about that specific feature for the item in the picture based on what i know about it. It&amp;#39;s so you can then decide if this is something you would find useful or not for a NAS.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This is the DSM desktop. to access it you open a browser, enter the NAS local lan ip:port then enter your login credentials to access. pretty simple. Any significant issues would normally be highlighted in the top right where notifications is located.&lt;br /&gt;&lt;br /&gt;&lt;img src='https://i.imgur.com/10jbBOc.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This is the DSM help center. What you don&amp;#39;t know, go here, type the keyword to learn more. Sometimes when your browsing apps, there is also a &amp;quot;?&amp;quot; you can hover on or click to learn more about the feature.&lt;br /&gt;&lt;img src='https://i.imgur.com/kfUvcAv.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;the top left icon gives you access to other options available in DSM&lt;br /&gt;&lt;img src='https://i.imgur.com/PydlEqd.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;in the top right for notifications, you can fine tune what it should bother you with. personally i&amp;#39;d recommend leaving it on default.&lt;br /&gt;&lt;img src='https://i.imgur.com/XCs4GRl.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;package center is where you can install the synology native apps or third party apps that have been integrated into synology and added into their package center ecosystem. There is an interesting auto update feature included, so you don&amp;#39;t have to always manually update yourself by checking into package center everytime.&lt;br /&gt;&lt;img src='https://i.imgur.com/xbXziIc.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;you can install different versions of web modules like apache http server. As of this time, this seems to be the latest apache fyi&lt;br /&gt;&lt;img src='https://i.imgur.com/zVg7XdC.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;in web station you can opt to use either nginx (which is very fast) or apache for your web server. It&amp;#39;s integrated into synology quite well that it is easy to make the switch between the 2.&lt;br /&gt;&lt;img src='https://i.imgur.com/uyz0YFV.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;this is the DSM control panel with more options available for the NAS.&lt;br /&gt;&lt;img src='https://i.imgur.com/i4sWDOJ.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;shared folder is where after setting up your NAS for the first time, you create these shared folders so you can then begin storing your digital data into. I would recommend keeping them name short and descriptive as possible.&lt;br /&gt;&lt;img src='https://i.imgur.com/5dcwn2G.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Reviews and Guides</category>
            <pubDate>Thu, 25 Apr 2019 16:49:41 +0800</pubDate>
        </item>
        <item>
            <title>Domino Pizza Malaysia hates Diablo Immortal also</title>
            <link>http://forum.lowyat.net/topic/4692322</link>
            <description>&lt;!--emo&amp;:bruce:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bruce.gif' border='0' style='vertical-align:middle' alt='bruce.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Diablo IV</category>
            <pubDate>Wed, 14 Nov 2018 22:03:02 +0800</pubDate>
        </item>
        <item>
            <title>power supply unit customs?</title>
            <link>http://forum.lowyat.net/topic/4470680</link>
            <description>&lt;!--emo&amp;:bruce:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bruce.gif' border='0' style='vertical-align:middle' alt='bruce.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Hardware</category>
            <pubDate>Sat, 02 Dec 2017 15:31:39 +0800</pubDate>
        </item>
        <item>
            <title>necro thread?</title>
            <link>http://forum.lowyat.net/topic/4224022</link>
            <description>Is anyone planning on making a necromancer thread, cauz this may be coming out soon, there already some interesting stuff to talk about  &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;[YOUTUBE]REG1pl1M6Qk[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.diablofans.com/' target='_blank'&gt;http://www.diablofans.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.diablofans.com/news/48881-new-necromancer-information-from-blizzard-blizzcon' target='_blank'&gt;http://www.diablofans.com/news/48881-new-n...izzard-blizzcon&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;while i&amp;#39;m dissapointed that necro intro is merely a dlc not an expansion that comes with acts .... i most likely will still get this... dlc if only to get necro. also i&amp;#39;ll probably retire from crusader as my main class and start focusing on necro.&lt;br /&gt;&lt;br /&gt;in games i never really commit to magic casters but necro changed my mind because it&amp;#39;s so reminiscent of overlord. also i did play D2 and i did like bone wall spamming, those were really fun times  &lt;!--emo&amp;:lol:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Also take a look at the class designs  &lt;!--emo&amp;:drool:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/drool.gif' border='0' style='vertical-align:middle' alt='drool.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('ad35882ca4bbb51543706bafc40d6354')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;ad35882ca4bbb51543706bafc40d6354&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;img src='https://static4.gamespot.com/uploads/original/123/1239113/3153289-d3-12.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://img09.deviantart.net/bae0/i/2013/261/c/4/necromancer_by_sammael89-d6mtmb3.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://vignette2.wikia.nocookie.net/diablo/images/4/46/Necromancerm_pose_armored_tf_00.png' border='0' alt='user posted image' /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Diablo IV</category>
            <pubDate>Wed, 15 Mar 2017 17:51:26 +0800</pubDate>
        </item>
        <item>
            <title>Crusader V3, for Season 9</title>
            <link>http://forum.lowyat.net/topic/4192230</link>
            <description>&lt;img src='http://i.imgur.com/rnGq1Wv.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Changelog: &lt;/u&gt;&lt;br /&gt;8.2.2017 - Added V3 thread and general info&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style='color:red'&gt;&lt;span style='font-size:16pt;line-height:100%'&gt;&lt;b&gt;&lt;u&gt;Tier1 builds&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Hammeradin&lt;/u&gt; *recommended&lt;br /&gt;i recommend this build for crusaders. Hammeradin&lt;br /&gt;&lt;a href='http://www.diablofans.com/builds/85719-s9-holy-hammerdin-gr95' target='_blank'&gt;http://www.diablofans.com/builds/85719-s9-...-hammerdin-gr95&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;[youtube]QDW2wpsuAiM[/youtube]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;&lt;u&gt;&lt;b&gt;Tier2 builds&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Thorns invoker&lt;/u&gt;&lt;br /&gt;If your starting out as a crusader, this may be easier to make, because it does not rely on chd or chc, but rather attack speed and CDR; as well as the usual str, vit and all resis which is easy to get.&lt;br /&gt;&lt;br /&gt;That said, for grifts not many groups will be interested in inviting you. This is why i did not consider this a tier1 build due to the bad prospects for team grifts. But if your solo this works fine. I&amp;#39;d still consider hammeradin better seeing as most of the top crusaders in ladder are hammeradin for a very good reason, cause that is simplier a better build.&lt;br /&gt;&lt;br /&gt;As for angry roleplayer weapon of choice, i was taught that doombringer would be better in terms of dps for the thorn invoker build, not sure why he did add it. I&amp;#39;d compare his build versus another invoker build just in case.&lt;br /&gt;&lt;br /&gt;[YOUTUBE]mAraYVDPGLE[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.diablofans.com/builds/82244-thorns-of-the-invoker-gr95-in-depth-guide' target='_blank'&gt;http://www.diablofans.com/builds/82244-tho...-in-depth-guide&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;speed t13 rift farming (for grift keys, mats e.g. breaths etc...)&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;I did not personally test this build because i have no room to store another build set. But this is rated highly for speed farming t13 rifts for mats and grift keys. Supposedly crusaders are ranked in top 3 in regarding to speed farming in rifts.&lt;br /&gt;&lt;br /&gt;[YOUTUBE]5mGmqDF9jb0[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.diablofans.com/builds/85975-new-best-rift-t13-crusader-speed-farm-build' target='_blank'&gt;http://www.diablofans.com/builds/85975-new...peed-farm-build&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style='font-size:16pt;line-height:100%'&gt;&lt;u&gt;&lt;b&gt;Crusader resources. &lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;br /&gt;&lt;i&gt;How to learn to play Crusader without having any prior background knowledge about this class.....&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;1. what items are worth keeping for using, kanai or to salvage as junk? Use this site. It&amp;#39;s outdated but it&amp;#39;s better than nothing. Hopefully someone will maintain something similar  &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;a href='http://www.icy-veins.com/d3/legendary-item-salvage-guide' target='_blank'&gt;http://www.icy-veins.com/d3/legendary-item-salvage-guide&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. Here is another recommended site i use for guidance of useful items, what to kanai, also other build recommendations for S9&lt;br /&gt;&lt;a href='http://www.icy-veins.com/d3/crusader-leveling-and-fresh-70-guide-patch-2-4-3-season-9' target='_blank'&gt;http://www.icy-veins.com/d3/crusader-level...-2-4-3-season-9&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3. This site you can do a few things. filter by latest patch e.g. 2.4.3 then select top all time, sort from most voted to lowest in order. This is how you find good builds to play with S9 despite not knowing much. Theres also another use for this site. Using filter, add the item name of a piece of equipment to find out if any of the latest builds for S9 uses them, if not, or it&amp;#39;s a very unpopular build then the item is probably junk. So this is another way to tell if you should keep or salvage an item.&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.diablofans.com/builds?filter-build=10&amp;filter-has-spell-2=-1&amp;filter-build-tag=3&amp;filter-class=64' target='_blank'&gt;http://www.diablofans.com/builds?filter-bu...filter-class=64&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4. site to keep track of general news and updates for diablo 3, you can go here&lt;br /&gt;&lt;a href='http://www.diablofans.com' target='_blank'&gt;http://www.diablofans.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;5. how to find out how to do set dungeons, find cosmetics or other general info. You can search on youtube, but one of my favourites is Quinn&amp;#39;s&lt;br /&gt;&lt;a href='https://www.youtube.com/user/xQuinmasterx/videos' target='_blank'&gt;https://www.youtube.com/user/xQuinmasterx/videos&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;[YOUTUBE]c1dVqfAQyrA[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;[YOUTUBE]CORhIEvhMHk[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;[YOUTUBE]JBOGFX_o1Qo[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;[YOUTUBE]u9hAFJOpixM[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;notes:&lt;/i&gt; I&amp;#39;ve been retired since Season 3, and not really active enough to maintain Crusader thread. That said i did play Season 9, so i&amp;#39;ll provide a basic guide for any aspiring Crusaders for this Season 9  &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;span style='color:red'&gt;if anyone is active and interested in maintaining the Crusader discussion thread, send me, tarvalslain87, or memphiz_zero88 a PM &lt;/span&gt;  &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Diablo IV</category>
            <pubDate>Wed, 08 Feb 2017 01:14:14 +0800</pubDate>
        </item>
        <item>
            <title>need advise for upgrading ivy bridge 2012 pc rig</title>
            <link>http://forum.lowyat.net/topic/3927075</link>
            <description>&lt;!--emo&amp;:bruce:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bruce.gif' border='0' style='vertical-align:middle' alt='bruce.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Moogle Stiltzkin</author>
            <category>Hardware</category>
            <pubDate>Wed, 20 Apr 2016 16:16:18 +0800</pubDate>
        </item>
    </channel>
</rss>
