GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by arcanicanis (arcanicanis@were.social), page 10

  1. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Thursday, 24-Nov-2022 06:01:00 JST arcanicanis arcanicanis
    in reply to
    • pawlicker
    • Ryle
    Just a swap to a VPS with 'dedicated' cores versus 'shared' (at least per Linode's offerings; $30/mo v. $20/mo) was all that's needed to make a substantial difference. I'm sure if BEAM VM looks like it's eating spare processor cycles for busy-waiting, that the whole VPS itself starts to lose priority.
    https://stressgrid.com/blog/beam_cpu_usage/

    I guess I should have tried disabling the busy-waiting function, to see if that would have made just as much of a difference, before scaling up:
    https://docs-develop.pleroma.social/backend/configuration/optimizing_beam/#bad

    But either way, at least I have more predictable guaranteed performance now.
    In conversation Thursday, 24-Nov-2022 06:01:00 JST from were.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: stressgrid.com
      The Curious Case of BEAM CPU Usage
      from Stressgrid
      While benchmarking Go vs Elixir vs Node, we discovered that Elixir (running on the BEAM virtual machine) had much higher CPU usage than Go, and yet its responsiveness remained excellent. Some of our readers suggested that busy waiting might be responsible for this behavior.
    2. No result found on File_thumbnail lookup.
      Optimizing the BEAM - Pleroma Documentation
  2. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Wednesday, 23-Nov-2022 18:43:31 JST arcanicanis arcanicanis
    in reply to
    • Milo
    • CIANeighbor
    • Roxanne Wolf :blobfoxcheck:
    E
    In conversation Wednesday, 23-Nov-2022 18:43:31 JST from were.social permalink
  3. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Wednesday, 23-Nov-2022 06:46:48 JST arcanicanis arcanicanis
    in reply to
    • Coyote
    • KingDead
    Pleroma-fe, Soapbox, Misskey--nearly everyone but Mastodon-fe provides this, for at least a year or so now. But when it gets added to Mastodon maybe in a few years, everyone will pride Mastodon for "innovating".
    In conversation Wednesday, 23-Nov-2022 06:46:48 JST from gnusocial.jp permalink
  4. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Tuesday, 22-Nov-2022 17:58:18 JST arcanicanis arcanicanis
    in reply to
    • Ironwood
    For whatever reason I can only feel comfortable in precision with a pencil, I still always feel dissatisfied with results whenever poking around with a tablet. But of course I haven't even touched any sort of drawing for probably a year or two now. 3D digital sculpting is the only thing I can feel moderately comfortable doing anymore.
    In conversation Tuesday, 22-Nov-2022 17:58:18 JST from were.social permalink
  5. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Tuesday, 22-Nov-2022 10:51:23 JST arcanicanis arcanicanis
    in reply to
    • djsumdog
    It feels so much like watching the mainstream public trying to make sense of what the internet was in the 90s.
    In conversation Tuesday, 22-Nov-2022 10:51:23 JST from were.social permalink
  6. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Sunday, 20-Nov-2022 19:01:28 JST arcanicanis arcanicanis
    in reply to
    • Coyote
    Not in epiphany (unless the challenge is solely about wit, of course), but more to do with when an objective seems humanly impossible or exceptionally difficult, and through being persistent enough: to surprise yourself that you were capable enough to achieve it. That a challenge filters out those that aren't diligent enough to see it through, and the reward of it being that you 'conquered' that territory that many others lacked effort and patience to.
    In conversation Sunday, 20-Nov-2022 19:01:28 JST from were.social permalink
  7. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Sunday, 20-Nov-2022 16:46:13 JST arcanicanis arcanicanis
    in reply to
    • 寮
    • ?Smoking cigs in Room 641a ??|??
    • Charliebrownau
    • Thigh High Socks
    I'm assuming you mean Converse.js? https://conversejs.org/
    There's also Movim: https://movim.eu/
    Both do OMEMO. The latter option is fairly new and experimental, can be added as a PWA on mobile.
    If it's your own server for a few people, and there's reasonable trust that the server isn't compromised, TLS could be "good enough". (Plus if you run your own server, the TLS version support can be tightened and other hardening tweaks)

    Otherwise "Monocles Chat" for a better-maintained Conversations fork (Android native application): https://f-droid.org/en/packages/de.monocles.chat/

    If Movim is used, I'd recommend a self-hosted install of it, as I think the Movim backend handles the actual XMPP C2S connection to the server.
    In conversation Sunday, 20-Nov-2022 16:46:13 JST from were.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: f-droid.org
      monocles chat | F-Droid - Free and Open Source Android App Repository
      is an Open Source XMPP/Jabber Messenger for Android
    2. No result found on File_thumbnail lookup.
      Converse
      from JC Brand
      Converse XMPP/Jabber Chat
    3. Domain not in remote thumbnail source whitelist: movim.eu
      Movim – Responsive web-based cross-platform XMPP client
      Movim is a kickass distributed blogging and messaging platform built on the industry-standard XMPP protocol
  8. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Sunday, 20-Nov-2022 14:48:46 JST arcanicanis arcanicanis
    in reply to
    • Duskhorn
    I think the base game goes up to 3x3, whereas normally you'd register a craft recipe using minetest.register_craft:
    https://rubenwardy.com/minetest_modding_book/en/items/nodes_items_crafting.html#crafting

    For 4x4, you'll have to instead make a workbench with it's own separate craft system. Register a craft recipe to make the custom workbench (would have to be within 3x3), and then for that custom node, have it spawn a form on right-click, and probably use your own logic to scan and see if what's on the table matches a recipe, and so on. I'm sure it's something that'll probably be at minimum like 150 lines or so, just for a separate custom recipe system.

    There's the source code for the MineClone 'crafting bench' for a starting point:
    https://git.minetest.land/MineClone5/MineClone5/src/branch/master/mods/ITEMS/mcl_crafting_table/init.lua

    As an aside, there is also a Minetest announcements account on fedi:
    https://fosstodon.org/users/Minetest
    In conversation Sunday, 20-Nov-2022 14:48:46 JST from were.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Nodes, Items, and Crafting - Minetest Modding Book
      from rubenwardy
      An easy guide to learn how to create mods for Minetest
    2. Domain not in remote thumbnail source whitelist: git.minetest.land
      MineClone5
      from MineClone5
      MineClone 5, a voxel-based sandbox game for Minetest
    3. Domain not in remote thumbnail source whitelist: cdn.fosstodon.org
      Minetest (@Minetest@fosstodon.org)
      285 Posts, 26 Following, 2.75K Followers · Official account for Minetest, an open source game engine. Follow for Minetest news and content. Run by @rubenwardy.
  9. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Sunday, 20-Nov-2022 13:10:49 JST arcanicanis arcanicanis
    in reply to
    • ?Smoking cigs in Room 641a ??|??
    I think why Discord is such a haven to unstable guild admins/mods is because it sets such a low barrier-to-entry for a set of people to have power over something.
    In the earlier years of the internet when someone would start a community they had to actually put their money and time into it, deploy a server or website, maintain it, and work through any surprises that come up. Those are things that would filter out many of the people that want quick fix of control over something, without ever contributing anything, and expect everything to be easy and free to them.
    Since Discord is architected as such a silo, if you have an unstable admin that wants a final 'fvck you', they can just nuke it. Meanwhile with a website or other common services, it's usually possible for other admins/mods to have backups and be able to restore it elsewhere (you can't just 'reimport' contents of a Discord guild, comparatively).
    In conversation Sunday, 20-Nov-2022 13:10:49 JST from were.social permalink
  10. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Sunday, 20-Nov-2022 07:38:13 JST arcanicanis arcanicanis
    in reply to
    • rakan
    I spy another werewuff instance on the fedi today
    In conversation Sunday, 20-Nov-2022 07:38:13 JST from were.social permalink
  11. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Sunday, 20-Nov-2022 06:20:37 JST arcanicanis arcanicanis
    in reply to
    • SSumma
    Oh yes, I've played the original as well. Got to the last level, just never got around to completing the last level.
    In conversation Sunday, 20-Nov-2022 06:20:37 JST from were.social permalink
  12. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Saturday, 19-Nov-2022 20:34:33 JST arcanicanis arcanicanis
    Average Mastodon instance admin
    In conversation Saturday, 19-Nov-2022 20:34:33 JST from were.social permalink

    Attachments


  13. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Saturday, 19-Nov-2022 20:19:08 JST arcanicanis arcanicanis
    in reply to
    • whanos :slc::slc::slc::slc::slc::slc::slc::slc::slc:
    Praise banan
    In conversation Saturday, 19-Nov-2022 20:19:08 JST from were.social permalink

    Attachments


    1. https://were.social/media/c08343b8746508f9658d10017a8dc6ac7b93eb3f425f2ea043277ccbf5bcd7b5.png
  14. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Saturday, 19-Nov-2022 20:07:01 JST arcanicanis arcanicanis
    in reply to
    • whanos :slc::slc::slc::slc::slc::slc::slc::slc::slc:
    Something of this post gives me a feeling that someone's experimenting with scripting/coding something to speak ActivityPub.
    In conversation Saturday, 19-Nov-2022 20:07:01 JST from were.social permalink
  15. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Saturday, 19-Nov-2022 17:55:07 JST arcanicanis arcanicanis
    There's one game I've completed recently that stands out from many others I've played, for unusual reasons. Normally my gaming interests are on a casually-paced adventure, platformer, or sandbox game; or a first-person shooter or survival horror genre with a save/checkpoint system. I usually play games with the focus of it being an escapism into something else you can just predictably progress through, and often don't care for something that trolls you.

    Then I discovered "Getting Over It with Bennett Foddy" which is often described as a "rage game". It's architected in an interesting way, as it was designed by the person that made the original "QWOP" Flash game from long ago. It gives you a pretty clear disclaimer upfront in the beginning explaining that it's not for those who can't cope with stressful situations. But despite the warning, many Twitch/YouTube 'Let's Players' take the bait of the challenge, expecting it to be just another thing to quickly crunch through, and to throw on their stack of completed games. What results instead is a unique test of character that demonstrates the player's sense of self-control--and if they lack that--how much they'll attribute it to sinister or malicious intentions of the game itself, instead of on their own mistakes.

    Watching someone else play it makes it seem like an exceedingly difficult Olympic sport, since you don't have a reference point of how easy/difficult the controls are, if you haven't played it before. Understandably many people that do a career of streaming games usually try to play up their emotions just for people that watch solely for reactions. But that facade starts to break and you really start to see someone genuinely get sabotaged by a simple little game, just because they kick themself in the face by having little patience or self-control. You'll also see simple life lessons blow completely over their head, if someone's unwilling to really put any perspective to anything.

    In response, I bought the game myself curiously to see if it was really that "hard". In experimenting with the input settings to my liking, and using a cheap $6 Inland USB wired mouse, I started to get into and adapt to it's unusual control style. In all honesty, it's a very fair game, gives you plenty of opportunities to save yourself from losing everything (despite no checkpoints nor a multi-slot save system), and once you pass a certain threshold, it's difficult to accidentally lose everything unless you truly have no self-restraint nor self-control. The game does not threaten you to move faster or take unnecessary risk, you can take it at whatever pace you want, but there can always be some human error in the way. Some of the physics may be a little weird (specifically: friction and slopes), but as you experiment with it, you can start to get a grasp on it, and it becomes more predictable.

    On my first time through, I completed it in around 5 hours and 42 minutes allegedly per the in-game timer. For some of the more visible YouTube personalities, there's some who took a whole lot longer, having rage and sobbing fits leading to them breaking their equipment, while I got it done in less with very little of any anguish, and it honestly felt empowering. Because unlike some people that expect linearity to challenges in life, as if there's a kind of predicted entitlement to reward, who have only gotten straight-A's in school and never faced unforeseen consequence or 'surprises', because of the bar being set low for them--that this was the one simple curveball to stagger and break them. Whereas those who have been metaphorically kicked in the face plenty, who have tumbled back to square one over and over, but chose to not resort to self-pity or blaming everyone else--that this was a simple little game for those with humility and self-control to shine instead.

    Once I got over it the first time, I then felt ambitious that I could at least reach for the achievement of doing it twice. Which then led to "screw it, I'll turn it into a mission of 50 times", despite how time-consuming and monumental that objective sounded in the beginning. And I got there. It was very rewarding to me--far more than completing most AAA-budget titles. It's an unusual game, and some may just not take much interest in it, and that's understandable. Not everyone needs to reach for 50 times, getting through it at least once is fine.

    Nonetheless, it's available on Windows, Mac, and Linux on Steam and the Humble Store:
    https://store.steampowered.com/app/240720/Getting_Over_It_with_Bennett_Foddy/
    https://www.humblebundle.com/store/getting-over-it-with-bennett-foddy
    (Steam achievements might be broken on the latest Linux build, the v1.60 branch works fine)

    If you send me death threats for me recommending this game, it's your own damn fault. It warned you on the tin, and you chose to ignore that and whine anyway. For others, hopefully it's a good insightful experience.
    In conversation Saturday, 19-Nov-2022 17:55:07 JST from were.social permalink

    Attachments


    1. https://were.social/media/fdb512cfdb1b8d4a7236ce8c6ad334340f886b7e9540005ebf89c8cf27490fc3.png
    2. Domain not in remote thumbnail source whitelist: cdn.cloudflare.steamstatic.com
      Getting Over It with Bennett Foddy on Steam
      A game I made for a certain kind of person. To hurt them.
    3. Domain not in remote thumbnail source whitelist: hb.imgix.net
      Buy Getting Over It with Bennett Foddy from the Humble Store
      A game I madeFor a certain kind of personTo hurt them.Getting Over It with Bennett Foddy is a punishing climbing game, a homage to Jazzuo's 2002 B-Game classic 'Sexy Hiking'. You move the hammer with the mouse, and that's all there is. With practice, you'll be able to jump, swing, climb and fly. Great mysteries and a wonderful reward await the master hikers who reach the top of the mountain.To quote Jazzuo himself: "The hiking action is very similar to way you would do it in real life, rememb...
  16. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Saturday, 19-Nov-2022 13:53:06 JST arcanicanis arcanicanis
    Welcome to the Internet.

    There's physicists, programmers, simpletons, creators, and a wide variety of other people also on it. There's also Socialists, Neo-Nazis, Fascists, and other forms of unusual and polarizing characters, some of which may just be edgy kids playing a persona to get a reaction out of people, some may hold views as a result of severe untreated mental illness, or some may have had a very dysfunctional life leading them to those beliefs, or many other causes.

    Conditioning yourself to react in fury or fear each time you come across these characters is only going to put you in a pattern of escalating mental distress. Trying to close out the mere sight of them through knee-jerk server-wide bans and guilt-by-association server bans is going to lead to more surprises when new leaks keep springing up. Living in reactionary turmoil to shut reality out is a nearly surefire path to any variety of mental illnesses and anxiety disorders. Of course if someone's being an unrelenting nuisance to you, you're free to block them individually if you can't tolerate it further, I'm not saying you can't block/ban people.

    Virtue signaling, grandstanding, or talking down to people as if your words hold more weight than others, or as if you have a higher superiority over others, will only shine a beacon for all the debaters and trolls to roll on in. Grandstanding and virtue signaling about blocks or bans is also going to result in a lot of the same.

    Just be humble and selfless, and you'll likely have less trouble as a result. Don't take debate or differing views as an 'attack' on your character, otherwise you're only going to escalate drama.

    When you're on a public platform, interacting with others publicly, don't be surprised if random people interject out of nowhere, or if someone records you, or says something distressing to you. You're in public. If you don't want interaction from the public, then I'd recommend not conducting those things in the open public. There are other venues like instant messaging platforms, private forums/groups, and so on to hold more personable discussions away from others.
    In conversation Saturday, 19-Nov-2022 13:53:06 JST from were.social permalink
  17. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Saturday, 19-Nov-2022 13:29:27 JST arcanicanis arcanicanis
    Welcome to the Internet.

    There's physicists, programmers, simpletons, creators, and a wide variety of other people also on it. There's also Socialists, Neo-Nazis, Fascists, and other forms of unusual and polarizing characters, some of which may just be edgy kids playing a persona to get a reaction out of people, some may hold views as a result of severe untreated mental illness, or some may have had a very dysfunctional life leading them to those beliefs.

    Conditioning yourself to react in fury or fear each time you come across these characters is only going to put you in a pattern of escalating mental distress. Trying to close out the mere sight of them through knee-jerk server-wide bans and guilt-by-association server bans is going to lead to more surprises when new leaks keep springing up. Living in reactionary turmoil to shut reality out is a nearly surefire path to any variety of mental illnesses and anxiety disorders. Of course if someone's being an unrelenting nuisance to you, you're free to ban them individually if you can't tolerate it further, I'm not saying you can't block/ban people.

    Virtue signaling, grandstanding, or talking down to people as if your words hold more weight than others, or as if you have a higher superiority over others, is only shining a beacon for all the debaters and trolls to roll on in. Grandstanding and virtue signaling about banning people/instances is also going to result in a lot of the same.

    Just be humble and selfless, and you'll likely have less trouble as a result. Don't take debate or differing views as an 'attack' on your character, otherwise you're only going to entertain more drama.

    When you're on a public platform, interacting with others publicly, don't surprised if random people interject out of nowhere, or if someone records you, or someone says something distressing to you. You're in public. If you don't want interaction from the public, then don't conduct those things in the open public. There are other venues like instant messaging platforms, private forums/groups, and so on to hold more personable discussions away from others.
    In conversation Saturday, 19-Nov-2022 13:29:27 JST from were.social permalink
  18. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Saturday, 19-Nov-2022 11:18:07 JST arcanicanis arcanicanis
    in reply to
    • whanos :slc::slc::slc::slc::slc::slc::slc::slc::slc:
    I guess I'd be cautionary on Ubiquiti switches. I used to be fully onboard with Ubiquiti during the earlier years of products like the EdgeRouter and such, but with experiences of the latest UniFi product lines and through doing some deployments with medium-size businesses, I've lost all interest. I find it profoundly insane that you can't even directly configure a Ubiquiti network gateway through a web UI, or set a wireless network passphrase on a Ubiquiti wireless AP, unless you deploy their SDN controller.
    There's simple 24/32/48-port GigE switches with PoE+ now for crazy cheap these days that can be afforded for much cheaper. You can always get a smaller 8/16-port non-PoE switch for 2.5/5/10GigE to the side, for anything higher-bandwidth on your network, without having to make an all-or-nothing compromise on ports vs cost.

    Also for homelabbing, there's always plenty of very capable SBCs for cheap to start from:
    RISC-V quad-core, dual-GigE, 8GB, has NVMe, sans-WiFi for $95:
    https://ameridroid.com/collections/single-board-computer/products/visionfive-2?variant=40845950779426
    Intel quad-core, slottable RAM, dual 2.5GigE, has NVMe and much more for $154:
    https://ameridroid.com/collections/single-board-computer/products/odroid-h3
    as well as plenty of other ARM SBCs as well
    In conversation Saturday, 19-Nov-2022 11:18:07 JST from were.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: cdn.shopify.com
      VisionFive 2
      GIGABIT LAN Variants are expected December 2022 All other variants are expected February 2023 Check our Pre-order policy here VisionFive 2 is the world’s first high-performance RISC-V single board computer (SBC) with an integrated GPU. Compared with its predecessor, VisionFive 2 has been fully upgraded with significant improvements in the processor's working frequency, multimedia processing capabilities and scalability, among others. Its superior performance and reasonable price make VisionFive 2 the best and most affordable RISC-V development board ever. SPECIFICATIONS Processor• StarFive JH7110 with RISC-V U74 quad-core with 2 MB L2 cache and S7 monitor core, supporting RV64GC ISA, working up to 1.5 GHz• IMG BXE-4-32 MC1 with working frequency up to 600 MHz (400 MHz by default) Memory• 2GB / 4GB / 8GB LPDDR4 (up to 2800Mbps)Storage• Onboard TF card slot• FlashWireless Connectivity• WiFi dongle (only for WiFi board variants)Video Output• 1 × 2-lane MIPI DSI display port, supporting up to 1080p@30fps• 1 × 4-lane MIPI DSI display port, supporting up to 2K@30fps in both single display and dual display modes• 1 × HDMI 2.0, supporting up to 4K@30fps or 2K@60fpsCamera• 1x 2-lane MIPI CSI camera port, supporting up to 4K (3840 x 2160) pixels @30fpsEncoder/Decoder• Video Decoder supports up to 4K@60fps; Support multi stream for H264/H265• Video encoder supports up to 1080p@30fps and multi-stream for H265• JPEG encoder/decoderPeripherals• 2 x USB 3.0 ports• 2 x USB 2.0 ports• 40-pin GPIO Header (28 x GPIO, I2C, I2S, SPI, UART)• 2x RJ45 Ethernet Connector• 3.5 mm Audio jack (4-pole stereo audio output)• M.2 Connector• eMMC Socket• 2 pin fan header• Micro-SD card slot for system boot and data storage• Reset and Power ButtonPower Supply• Power 5V DC with PD, up to 30WPower Connector• USB Type-C port or 40-pin GPIO header Dimension• 100mm x 72 mm Compliance• RoHS, FCC, CE WHAT YOU'LL NEED TO GET STARTED Power supply - USB-C up to 30W NVMe, microSD or eMMC card  - eMMC memory is much faster than microSD memory HDMI cable - needed to connect to a display device.  NOTES As an open-source development board, VisionFive 2 supports mainstream Linux distributions.The following is the release plan: Debian will be released in mid-October.Fedora will be released in mid-October.Ubuntu will be released later.openSUSE will be released later. EXPANDABLE VisionFive 2 supports a wide range of peripherals designed for other mainstream SBCs, enabling users to complete their DIY projects effectively. BENCHMARK DEMOS LINKS Documentation: https://doc-en.rvspace.org/Doc_Center/visionfive_2.html  
    2. Domain not in remote thumbnail source whitelist: cdn.shopify.com
      ODROID-H3 / H3+
      ODROID-H3 and H3+ have the same form factor and similar power efficiency as their predecessor, the ODROID-H2+. However, the H3 and H3+ are more powerful, offering higher performance. You’ll need to supply your own memory and storage (check the recommended accessories on this page) — but since the ODROID-H3 family uses the same components commonly found in modern laptops, you should have no trouble finding compatible hardware to fill out your SBC. ONLY NVMe M.2 SSD ARE COMPATIBLE: PCIe NVMe M.2 SSD Both models of ODROID-H3 feature two SO-DIMM slots for memory, two SATA ports and one M.2 NVMe slot for storage, two 2.5 GbE ports, two USB 3.0 ports, two USB 2.0 ports and more! ODROID-H3: Intel quad-core Jasper Lake N5105 processor ODROID-H3: Intel quad-core Jasper Lake N6005 processor Additional items required to operate - see "REQUIRED ITEMS" section below. KEY FEATURES SoC: H3: Intel Jasper Lake N5105 quad-core processor, base clock of 2.0GHz and boost up to 2.9 GHz H3+: Intel Jasper Lake N6005 quad-core processor, base clock of 2.0GHz and boost up to 3.3 GHz GPU: H3: Intel UHD Graphics 24 EUs Turbo 800MHz H3+: Intel UHD Graphics 32 EUs Turbo 900MHz System Memory – Dual-channel Memory DDR4 PC4-23400 (2933MT/s) supporting up to 64GB RAM in total Storage – M.2 PCIe 3.0 x4 slot for one NVMe storage, 2x SATA 3.0 ports, eMMC flash support Video Output HDMI 2.0 up to 4K (4096×2160) @ 60 Hz DisplayPort 1.2 up to 4K (4096×2160) @ 60 Hz Audio – HDMI, audio jacks for HP, MIC. and S/PDIF Connectivity – Dual 2.5 Gigabit Ethernet (RJ45) Expansion – 24-pin header with I2C, UART (3.3V), USB2.0 and HDMI CEC signals SSE4.2 accelerator (SMM, FPU, NX, MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AES) A configurable Unlimited Performance mode allowing the CPU to run in sustained turbo boost mode Misc – RTC battery (Included) Power Supply – 14V to 20V DC power input Dimensions – 110x110x43mm Weight – About 320 grams with heatsink, two DRAM modules, and M.2 NVMe SSD. REQUIRED ITEMS (NOT INCLUDED) No power supply included - 15VDC/4A power supply required No RAM pre-installed - DDR4 SODIMM DDR3/DDR5 is not supported No eMMC Module or SSD included  M.2 SATA SSD is not supported (only NVMe SSD) No case included No HDMI cable included - needed to connect to a display device. Recommend HDMI2.0 cable to support 4K output SPECIFICATIONS Processor:  Intel Celeron N5105(H3+: N6005) Processor (10nm, Quad-Core, TDP 10W) H3(N5105) : up to 2.9GhzH3+(N6005) : up to 3.3Ghz 4MB L2 Cache Intel UHD Graphics (24/32 EU up to 900MHz) Memory:  2 x DDR4 1.2V SO-DIMM slots, Dual Channel, up to 2933 MT/s (DDR4-PC23400) Max memory capacity 64GB DDR3/DDR5 are not supported Storage:  1 x eMMC connector (bootable and selectable on BIOS) 2 x SATA3 6Gbps 1 x M.2 slot (PCIe 3.0 x 4, supports NGFF-2280 cards) M.2 SATA SSD is not supported Networking: 2 x GbE LAN ports (RJ45, supports 10/100/1000/2500 Mbps) Realtek RTL8125B Supports Wake-On-Lan LED indicators (Green: Link, Amber: Traffic) Video:  1 x DisplayPort 1.2 (up to 4K@60Hz) 1 x HDMI 2.0 (up to 4K@60Hz) Dual simultaneous display support Audio: 1 x Audio out (3.5mm jack) 1 x Audio in (3.5mm jack) 1 x SPDIF out (ALC1200, HDA codec) * HDMI & DP have audio output too. External I/O: 2 x USB 3.0 Host ports 2 x USB 2.0 Host ports 1 x Peripheral Expansion Header (24-pin, 2.54mm pitch) 1 x DC 5V, 1 x DC 3.3V, 5 x GND 1 x UART (TXD/RXD/RTS/CTS) 2 x I2C (SCL/SDA) 1 x External Power Button HDMI CEC, 5VA+ Three USB 2.0 ports All 3.3V I/O signal level Other Features: Passive Heatsink BIOS Backup Battery Maintains system time and BIOS settings Power Button Reset Button System LEDS Indicators: Red (PWR) – Solid light when DC power is supplied Blue (left, SLEEP) – turns off only when the system enters into suspend mode Blue (right, PMIC) – turns on only when the major power rails are working Amber (SATA) – Flashes when SATA data transfers Green (NVMe) – Flashes when NVMe data transfers Active Cooling Fan Connector (12V 4-pin, PWM input + TACHO output) Active Cooling Fan is optional Connector (4-pin, 2.54mm pitch) Power: DC jack : outer (negative) diameter 5.5mm, inner(positive) diameter 2.1mm DC 14V ~ 20V (up to 60W) DC 15V/4A power adapter is recommended if you don’t use two 3.5“ HDDs DC 19V/7A power adapter is recommended if you two 3.5” HDDs together Power consumption: IDLE : ≃1..9W CPU Stress : ≃15W CPU+GPU Stress : ≃18W Power-off : ≃0.25W Suspend : ≃0.6W Form Factor: 110mm x 110mm x 47mm Approx. A. CPU (Intel Celeron N5105) B. 2 x DDR4 SO-DIMM slots (Dual channel memory support) C. 1 x M.2 PCI Express Module Socket (NGFF-2280) D. 1 x eMMC (Embedded Multimedia-Card) Socket E. 2 x SATA Power Connectors (2.5mm pitch, JST-XH compatible connector) F. 2 x SATA3 6.0 Gb/s Data Connectors G. 1 x DC Power Jack H. 2 x USB 3.0 I. 2 x USB 2.0 J. 1 x HDMI 2.0 K. 1 x DisplayPort 1.2 L. 2 x RJ45 Ethernet Ports (10/100/1000/2500) M. 5 x System LED Indicators N. 1 x Peripheral Expansion Header (24-pin) O. 1 x Power Switch P. 1 x Reset Switch Q. 1 x Backup Battery Connector (2-pin) R. 1 x Active Cooling Fan Connector (4-pin) S. 1 x Audio out, 1 x Audio in, 1 x SPDIF out LINKS Installation - https://wiki.odroid.com/odroid-h3/start#installation WiKi - https://wiki.odroid.com/odroid-h3/start Introduction - https://dn.odroid.com/ODROID-H2/H3_pics/H3_H3+_Introduction.pdf  VIDEOS
  19. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Saturday, 19-Nov-2022 08:19:57 JST arcanicanis arcanicanis
    in reply to
    • Milo
    Migrating from something else to Prosody; or migrating Prosody to ejabberd?
    In conversation Saturday, 19-Nov-2022 08:19:57 JST from were.social permalink
  20. Embed this notice
    arcanicanis (arcanicanis@were.social)'s status on Friday, 18-Nov-2022 18:37:56 JST arcanicanis arcanicanis
    in reply to
    • ?Smoking cigs in Room 641a ??|??
    >tfw no werewolf gf
    In conversation Friday, 18-Nov-2022 18:37:56 JST from were.social permalink
  • After
  • Before

User actions

    arcanicanis

    arcanicanis

    Just a profusely verbose fediverse interloper

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          10459
          Member since
          18 Sep 2022
          Notices
          278
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.