All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Rixort Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:41, 22 May 2023 Paul Sọ̀rọ̀ contribs created page Northgard (Created blank page)
- 13:54, 15 May 2023 Paul Sọ̀rọ̀ contribs created page Redis (Created page with "Service to store short-lived data - caches, sessions etc.")
- 11:46, 26 April 2023 Paul Sọ̀rọ̀ contribs created page Occupation of the Channel Islands (Created page with "== Articles == * [https://www.bbc.co.uk/news/world-europe-guernsey-40940531 Should Alderney make its wartime camps tourist attractions?]")
- 14:44, 19 April 2023 Paul Sọ̀rọ̀ contribs created page Decentralised chat app (Created page with "== Thoughts == * Important to prevent abuse of the service * Only allow connections if both people make a request (don't show incoming requests) * What transport mechanism should be used? * How can users send messages over a p2p protocol? Don't want a centralised server. * End to end encryption mandatory - client certificates? Public keys? * How to migrate / sync messages to another phone or device? * How to backup messages? * What if a user has multiple devices and wan...")
- 16:08, 8 April 2023 Paul Sọ̀rọ̀ contribs created page PHP authentication (Created page with "== Login == * Store hash of password in database * Check password by fetching row based on username, then use password_verify (which is safe against timing attacks)")
- 14:18, 24 February 2023 Paul Sọ̀rọ̀ contribs created page Sentinel Authentication (Created page with " Category:PHP")
- 11:25, 27 January 2023 Paul Sọ̀rọ̀ contribs created page Sheena, a Half Dragon Tale (Created page with "Sheena is an optional NPC added by a modification to Baldur's Gate II (SoA and ToB).")
- 12:31, 27 December 2022 Paul Sọ̀rọ̀ contribs created page Dune (Created page with "Points to think about * Strong female characters - almost a matriarchy 'behind the scenes' * White saviour == Links == * [https://www.paulsturtevant.com/dune-eugenics-colonialism/ Maybe Dune, a Story about a White Superman Created by a Eugenics Program, is Not the Film We Need Right Now]")
- 18:32, 6 December 2022 Paul Sọ̀rọ̀ contribs created page Durlag's Tower (Created page with "Before you attempt Durlag's Tower, make sure you have a thief in your party with a score of 100 in both Find Traps and Open Locks, otherwise you will not be able to disarm all the traps or open all the containers.")
- 10:25, 30 November 2022 Paul Sọ̀rọ̀ contribs created page Ettercap (Created page with "Ettercaps are a monster that can be found in Baldur's Gate I and II, at certain points and in random encounters - particularly when moving between locations in BG1. In BG1 they can pose a significant challenge to parties, as their attacks have a chance to cause a substantial amount of poison damage. In BG2 however, most parties will be able to dispose of them easily. Category:Baldur's Gate")
- 10:29, 27 November 2022 Paul Sọ̀rọ̀ contribs created page Baldur's Gate 1 (Created page with "== Strategy == === Weapon choices === Slashing (e.g. swords) weapons tend to do the most damage per hit, and two-handed weapons do more damage than single-handed (but come at the cost of not allowing you to use a shield). However, some enemies in the game have high resistance to slashing damage and therefore it is a good idea to have crushing weapons to switch to occasionally. For example, attacking skeletons with slashing or piercing weapons will typically do a small...")
- 15:56, 24 October 2022 Paul Sọ̀rọ̀ contribs created page Modern JavaScript (Created page with "== Defining variables == * Do not use <code>var</code> - it is not scoped to blocks (effectively it is a global variable) and it can be redefined * Use <code>const</code> for values which should not change (remember that properties of the object *can* change, even though the object pointed to cannot) * Use <code>let</code> for values which may change")
- 08:49, 26 July 2022 Paul Sọ̀rọ̀ contribs created page History (Created page with "Areas of history I'm interested in: * Ancient Roman * Ancient Greek * Songhai Empire")
- 13:00, 31 May 2022 Paul Sọ̀rọ̀ contribs created page Web browser extensions (Created page with " Category:Open Source Software")
- 12:05, 14 January 2022 Paul Sọ̀rọ̀ contribs created page Ancient History UK (Created page with "== Notes == * List of membership associations, e.g. Classical Association, Egypt Societies")
- 08:10, 6 January 2022 Paul Sọ̀rọ̀ contribs created page Full text search (Created page with "Full text searching in web applications means searching documents which have content and some metadata (usually at least a title). Examples include: * Blog posts * RSS feed items")
- 17:54, 25 October 2021 Paul Sọ̀rọ̀ contribs created page Migrating Legacy Applications for PHP Developers (Created page with "== Topics == * Autoloading * Composer")
- 17:54, 25 October 2021 Paul Sọ̀rọ̀ contribs created page Modern Development Practices for PHP Developers (Created page with "== Topics == * Unit testing")
- 13:32, 12 October 2021 Paul Sọ̀rọ̀ contribs created page Xdebug (Created page with "Category:PHP")
- 13:38, 7 October 2021 Paul Sọ̀rọ̀ contribs created page Docker for PHP Developers (Created blank page)
- 09:22, 6 October 2021 Paul Sọ̀rọ̀ contribs created page For PHP developers (Created page with "For PHP Developers is a proposed book series which explains common concepts and popular software in the context of PHP and using examples from that programming language. Exam...")
- 09:08, 6 October 2021 Paul Sọ̀rọ̀ contribs created page Electronic data interchange (Created page with "== Standards == Two main standards exist for EDI: * ANSI ASC X12: USA * UN EDIFACT: Everywhere else")
- 14:59, 8 July 2021 Paul Sọ̀rọ̀ contribs created page Operating Systems Book (Created page with "== Notes == * Monolithic vs microkernels, with examples * Bootstrapping process * Processes * Context switching * Threads and multithreading * User and kernel threads * Threa...")
- 19:28, 2 July 2021 Paul Sọ̀rọ̀ contribs created page MancWhovian (Created page with "Website about Doctor Who == Podcasts == Database of podcasts. Possibly easiest to do this as JSON files, one per podcast, with relevant metadata. For each podcast episode, l...")
- 07:42, 23 June 2021 Paul Sọ̀rọ̀ contribs created page Database management GUI (Created page with "Database management GUI targetted at MySQL, MariaDB and Percona. Category:Open Source Software")
- 07:41, 23 June 2021 Paul Sọ̀rọ̀ contribs created page Category:Open Source Software (Created blank page)
- 08:48, 18 June 2021 Paul Sọ̀rọ̀ contribs created page Gitflow (Created page with "Category:Version Control Category:Git")
- 08:48, 18 June 2021 Paul Sọ̀rọ̀ contribs created page Category:Git (Created blank page)
- 08:48, 18 June 2021 Paul Sọ̀rọ̀ contribs created page Category:Version Control (Created blank page)
- 19:29, 10 June 2021 Paul Sọ̀rọ̀ contribs created page Do Not Disturb Broadcast (Created page with "Idea: App to enable/disable Do Not Disturb mode on multiple devices when one device makes/receives a call. Problem: Answer a call on one phone, then a call comes in on Skype...")
- 19:02, 10 June 2021 Paul Sọ̀rọ̀ contribs created page Novels (Created page with "== Tooling == * [https://novelwriter.io novelWriter] Category:Writing")
- 13:20, 9 June 2021 Paul Sọ̀rọ̀ contribs created page Technical books (Created page with "Technical books to write: * Docker and PHP * Configuration Management with Ansible * Version Control with Git * Operating Systems")
- 13:16, 9 June 2021 Paul Sọ̀rọ̀ contribs created page Category:Docker (Created blank page)
- 16:53, 17 May 2021 Paul Sọ̀rọ̀ contribs created page Peer to Peer Video Calls (Created page with "Category:Software")
- 10:09, 16 May 2021 Paul Sọ̀rọ̀ contribs created page Latin (Created page with "Category:Languages")
- 10:09, 16 May 2021 Paul Sọ̀rọ̀ contribs created page Category:Languages (Created blank page)
- 10:06, 16 May 2021 Paul Sọ̀rọ̀ contribs created page Slim Framework (Created page with "Category:PHP")
- 15:10, 8 April 2021 Paul Sọ̀rọ̀ contribs created page Book writing software (Created page with "Need software that allows the writing of books in a plain text format (e.g. Markdown) and outputs HTML and PDF.")
- 14:34, 23 March 2021 Paul Sọ̀rọ̀ contribs created page PHP security (Created page with "== SQL injection == == Password storage == * Hashing * Timing attacks * Algorithms * Refreshing == Cookies == * Secure flag * HTTP flag == Cross site scripting (XSS) ==...")
- 12:30, 6 March 2021 Paul Sọ̀rọ̀ contribs created page PHP without a framework (Created page with "== Instructions == Initialise composer project: composer init Create skeleton front controller at <code>public/index.php</code> <?php declare(strict_types=1); require...")
- 16:44, 5 November 2020 Paul Sọ̀rọ̀ contribs created page Vanilla JS (Created page with "== Polyfill == [https://polyfill.io Polyfill] checks if a browser has native support for something, and if not it provides a function using older features.")
- 12:25, 22 October 2020 Paul Sọ̀rọ̀ contribs created page Sympl (Created page with "== Automated WordPress updates == * Install wp-cli (download from website? Snap? private Debian mirror?)")
- 13:47, 1 October 2020 Paul Sọ̀rọ̀ contribs created page Affiliate schemes (Created blank page)
- 08:31, 10 September 2020 Paul Sọ̀rọ̀ contribs created page IPv6 deployment for hosting and developers (Created page with "Talk on the implications of deploying IPv6 for hosting platforms and developers.")
- 08:55, 9 September 2020 Paul Sọ̀rọ̀ contribs created page Git Book (Created page with "Notes for upcoming book on Git. == Stashing changes == * <code>git stash</code> * <code>git stash pop</code> * Allows you to switch branches when you are mid-flow * Can move...")
- 11:23, 5 September 2020 Paul Sọ̀rọ̀ contribs created page Make (software) (Created page with "== Links == * [https://r4nd0m6uy.ch/the-quest-to-the-perfect-makefile.html The quest to the perfect Makefile]")
- 10:03, 3 September 2020 Paul Sọ̀rọ̀ contribs created page Docker Book (Created page with "Notes for upcoming book on Docker == Installing Docker == * Point to instructions on Docker website, no point in duplicating these * Make sure you are running the latest ver...")
- 09:16, 31 August 2020 Paul Sọ̀rọ̀ contribs created page UK PC Suppliers (Created page with "Some UK PC suppliers: * [https://www.ukgamingcomputers.co.uk/ UK Gaming Computers] * [https://www.scan.co.uk/ SCAN UK] * [https://www.entroware.com/ Entroware] - Have sponsor...")
- 11:09, 25 June 2020 Paul Sọ̀rọ̀ contribs created page Restic (Created page with "Restic is backup software written in Go.")
- 08:34, 22 May 2020 Paul Sọ̀rọ̀ contribs created page Network monitoring (Created page with "== Tools == * [https://iperf.fr/ iperf3]: Tool for active measurements of the maximum achievable bandwidth on IP networks. * [https://github.com/uoaerg/wavemon wavemon]: Wire...")